Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,7 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
|
|
22 |
! pip install transformers==4.40.2
|
23 |
|
24 |
import huggingface_hub
|
|
|
25 |
huggingface_hub.login(<ACCESS_TOKEN>)
|
26 |
|
27 |
from transformers import pipeline
|
|
|
22 |
! pip install transformers==4.40.2
|
23 |
|
24 |
import huggingface_hub
|
25 |
+
|
26 |
huggingface_hub.login(<ACCESS_TOKEN>)
|
27 |
|
28 |
from transformers import pipeline
|