Spaces:
Sleeping
Sleeping
Justin Black commited on
Commit ·
39dbdd7
1
Parent(s): 23138cc
Add sentencepiece dependency
Browse filesRequired by the IndicTrans2 tokenizer.
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,4 +10,5 @@ sacremoses
|
|
| 10 |
pandas
|
| 11 |
regex
|
| 12 |
mosestokenizer
|
|
|
|
| 13 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
|
|
|
| 10 |
pandas
|
| 11 |
regex
|
| 12 |
mosestokenizer
|
| 13 |
+
sentencepiece
|
| 14 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|