update readme
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Generated with:
|
| 2 |
-
```
|
| 3 |
vocab_size = 193856
|
| 4 |
model = transformers.AutoModelForCausalLM.from_pretrained(
|
| 5 |
"meta-llama/Llama-3.2-1B-Instruct",
|
|
|
|
| 1 |
Generated with:
|
| 2 |
+
``` python
|
| 3 |
vocab_size = 193856
|
| 4 |
model = transformers.AutoModelForCausalLM.from_pretrained(
|
| 5 |
"meta-llama/Llama-3.2-1B-Instruct",
|