Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ base_model:
|
|
| 15 |
|
| 16 |
```python
|
| 17 |
|
| 18 |
-
from
|
| 19 |
|
| 20 |
HF_TOKEN = "hf_..." # your huggingface token for downloading Llama3 from official Meta repo
|
| 21 |
|
|
|
|
| 15 |
|
| 16 |
```python
|
| 17 |
|
| 18 |
+
from transformers import AutoModel
|
| 19 |
|
| 20 |
HF_TOKEN = "hf_..." # your huggingface token for downloading Llama3 from official Meta repo
|
| 21 |
|