Add import
Browse files
README.md
CHANGED
|
@@ -34,6 +34,8 @@ pip install huggingface_hub ctranslate2 transformers torch
|
|
| 34 |
Usage:
|
| 35 |
|
| 36 |
```python
|
|
|
|
|
|
|
| 37 |
model_name = "bloomz-7b1"
|
| 38 |
prompt = "Hello, I am Joan and I am from Barcelona and"
|
| 39 |
|
|
|
|
| 34 |
Usage:
|
| 35 |
|
| 36 |
```python
|
| 37 |
+
import huggingface_hub
|
| 38 |
+
|
| 39 |
model_name = "bloomz-7b1"
|
| 40 |
prompt = "Hello, I am Joan and I am from Barcelona and"
|
| 41 |
|