marcodambra
commited on
Commit
•
8549217
1
Parent(s):
f421b93
Update README.md
Browse files
README.md
CHANGED
@@ -29,10 +29,10 @@ We evaluated the model using the same test sets as used for the Open Ita LLM Lea
|
|
29 |
|
30 |
## Usage
|
31 |
|
32 |
-
Be sure to install these
|
33 |
|
34 |
```python
|
35 |
-
pip install transformers torch sentencepiece
|
36 |
```
|
37 |
|
38 |
```python
|
|
|
29 |
|
30 |
## Usage
|
31 |
|
32 |
+
Be sure to install these dependencies before running the program
|
33 |
|
34 |
```python
|
35 |
+
!pip install transformers torch sentencepiece
|
36 |
```
|
37 |
|
38 |
```python
|