altndrr commited on
Commit
9a95702
1 Parent(s): 8a6d537

Add requirements to README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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