Upload model
Browse files- custom_fasttext.py +6 -0
- model.safetensors +1 -1
custom_fasttext.py
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import fasttext
|
2 |
from typing import List
|
3 |
|
|
|
1 |
+
import subprocess
|
2 |
+
import sys
|
3 |
+
|
4 |
+
subprocess.check_call([sys.executable, "-m", "pip", "install", 'fasttext'])
|
5 |
+
|
6 |
+
|
7 |
import fasttext
|
8 |
from typing import List
|
9 |
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1173442696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb17945165985606ebba92db53a84b783bc2f52d3747ee70c5a63184f50d1442
|
3 |
size 1173442696
|