srmty commited on
Commit
9ad656e
·
verified ·
1 Parent(s): 9104e78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -22,7 +22,8 @@ This is an instruction-tuned version of `HuggingFaceTB/SmolLM2-360M`.
22
 
23
  The model was fine-tuned on a small mixed instruction dataset containing general instruction-following examples and math reasoning examples.
24
  ## Quick start
25
- ```
 
26
  import torch
27
  from transformers import AutoTokenizer, AutoModelForCausalLM
28
 
 
22
 
23
  The model was fine-tuned on a small mixed instruction dataset containing general instruction-following examples and math reasoning examples.
24
  ## Quick start
25
+
26
+ ```python
27
  import torch
28
  from transformers import AutoTokenizer, AutoModelForCausalLM
29