Spaces:
Sleeping
Sleeping
🤖 feat: テキストエンコーダーを追加し、モデルの精度を向上
Browse files- transformers、bitsandbytes、einops、sentencepiece をインストールすることで、より正確なテキストエンコーディングが可能になりました。
- これにより、モデルの精度が向上すると期待されます。
- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
accelerate
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
+
bitsandbytes
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
einops
|
6 |
+
sentencepiece
|