Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
transformers>=4.44.0
|
| 2 |
-
torch
|
| 3 |
-
gradio>=4.0.0
|
| 4 |
-
huggingface-hub>=0.23.0
|
|
|
|
|
|
| 1 |
+
transformers>=4.44.0 # hazir modelleri ve tokenizerlari kullanmak icin
|
| 2 |
+
torch # modeli calistiran derin ogrenme motoru (pytorch)
|
| 3 |
+
gradio>=4.0.0 # python fonksiyonunu web arayuzu ve http api olarak sunmak icin
|
| 4 |
+
huggingface-hub>=0.23.0 # modeli hubdan indirip onbellege almak icin
|
| 5 |
+
sentencepiece>=0.1.99 # xlm-r ve benzeri modellerin tokenizeri icin
|