Add requirements to README.md
#4
by
altndrr
- opened
README.md
CHANGED
|
@@ -35,6 +35,12 @@ for value, index in zip(values, indices):
|
|
| 35 |
print(f"{labels[index]:>16s}: {100 * value.item():.2f}%")
|
| 36 |
```
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
## Citation
|
| 39 |
|
| 40 |
```latex
|
|
|
|
| 35 |
print(f"{labels[index]:>16s}: {100 * value.item():.2f}%")
|
| 36 |
```
|
| 37 |
|
| 38 |
+
The model depends on some libraries you have to install manually before execution:
|
| 39 |
+
|
| 40 |
+
```bash
|
| 41 |
+
pip install torch faiss-cpu flair inflect nltk transformers
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
## Citation
|
| 45 |
|
| 46 |
```latex
|