Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ It achieves the following results on the [Open_LLM_Leaderboard](https://huggingf
|
|
| 36 |
|
| 37 |
Here's how you can run the model using the pipeline() function from 🤗 Transformers:
|
| 38 |
|
| 39 |
-
```
|
| 40 |
import torch
|
| 41 |
from transformers import pipeline
|
| 42 |
|
|
|
|
| 36 |
|
| 37 |
Here's how you can run the model using the pipeline() function from 🤗 Transformers:
|
| 38 |
|
| 39 |
+
```python
|
| 40 |
import torch
|
| 41 |
from transformers import pipeline
|
| 42 |
|