taka-too commited on
Commit
eb3597e
·
verified ·
1 Parent(s): 5c916f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,12 +28,12 @@ which was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
28
  # How to Use the Model
29
 
30
  You can load the model via the Hugging Face transformers library:
31
- '''python
32
  from transformers import AutoModelForCausalLM, AutoTokenizer
33
 
34
  tokenizer = AutoTokenizer.from_pretrained("taka-too/llm-jp-3-13b-it")
35
  model = AutoModelForCausalLM.from_pretrained("taka-too/llm-jp-3-13b-it")
36
- '''
37
 
38
 
39
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
28
  # How to Use the Model
29
 
30
  You can load the model via the Hugging Face transformers library:
31
+ ```python
32
  from transformers import AutoModelForCausalLM, AutoTokenizer
33
 
34
  tokenizer = AutoTokenizer.from_pretrained("taka-too/llm-jp-3-13b-it")
35
  model = AutoModelForCausalLM.from_pretrained("taka-too/llm-jp-3-13b-it")
36
+ ```
37
 
38
 
39
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)