Update README.md
Browse files
README.md
CHANGED
|
@@ -20,10 +20,10 @@ Additionally, `FINGU-AI/FINGU-2.5-instruct-32B` has been assessed using the JFLD
|
|
| 20 |
|
| 21 |
Ensure that the required packages are installed:
|
| 22 |
|
| 23 |
-
```
|
| 24 |
pip install torch transformers
|
| 25 |
```
|
| 26 |
-
```
|
| 27 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 28 |
import torch
|
| 29 |
|
|
|
|
| 20 |
|
| 21 |
Ensure that the required packages are installed:
|
| 22 |
|
| 23 |
+
```python
|
| 24 |
pip install torch transformers
|
| 25 |
```
|
| 26 |
+
```python
|
| 27 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
| 28 |
import torch
|
| 29 |
|