Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ license: apache-2.0
|
|
12 |
## Model Details
|
13 |
|
14 |
Created using
|
15 |
-
```
|
16 |
from transformers import LlamaTokenizer, LlamaForCausalLM
|
17 |
|
18 |
# Specify the model name or path from the Hugging Face Hub
|
|
|
12 |
## Model Details
|
13 |
|
14 |
Created using
|
15 |
+
```python
|
16 |
from transformers import LlamaTokenizer, LlamaForCausalLM
|
17 |
|
18 |
# Specify the model name or path from the Hugging Face Hub
|