Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
| 30 |
|
| 31 |
Running Inference:
|
| 32 |
|
| 33 |
-
```
|
| 34 |
# Load model directly
|
| 35 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
| 36 |
|
|
|
|
| 30 |
|
| 31 |
Running Inference:
|
| 32 |
|
| 33 |
+
```python
|
| 34 |
# Load model directly
|
| 35 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
| 36 |
|