Update README.md
Browse files
README.md
CHANGED
|
@@ -61,6 +61,10 @@ You can use this model for text summarization.
|
|
| 61 |
|
| 62 |
Use the code below to get started with the model.
|
| 63 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
import torch
|
| 65 |
|
| 66 |
# Load model directly
|
|
|
|
| 61 |
|
| 62 |
Use the code below to get started with the model.
|
| 63 |
```
|
| 64 |
+
# make sure to install the dependencies below/ from requirements.txt
|
| 65 |
+
# pip install transformers==4.35
|
| 66 |
+
# pip install huggingface_hub==0.23.0
|
| 67 |
+
|
| 68 |
import torch
|
| 69 |
|
| 70 |
# Load model directly
|