Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ pipeline_tag: text-generation
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Talk with the model:
|
| 13 |
-
- Paste this code:
|
| 14 |
|
| 15 |
-
```
|
| 16 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 17 |
import torch
|
| 18 |
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Talk with the model:
|
| 13 |
+
- Paste this code in your python file:
|
| 14 |
|
| 15 |
+
```python
|
| 16 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 17 |
import torch
|
| 18 |
|