Add requirements to README.md (#4)
Browse files- Add requirements to README.md (9a95702dc84c6f87bde822b45d037dae89cc04e1)
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
|