khushwant04
commited on
Commit
•
62d4a3e
1
Parent(s):
df226c4
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,9 @@ To use the **Llama-3.2-3b-FineTome-100k** model, ensure you have the `transforme
|
|
39 |
|
40 |
```bash
|
41 |
pip install transformers
|
|
|
42 |
|
|
|
43 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
44 |
|
45 |
# Load the tokenizer and model
|
|
|
39 |
|
40 |
```bash
|
41 |
pip install transformers
|
42 |
+
```
|
43 |
|
44 |
+
```bash
|
45 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
46 |
|
47 |
# Load the tokenizer and model
|