Hiveurban commited on
Commit
fcced0c
1 Parent(s): c9592b9

Upload model

Browse files
Files changed (2) hide show
  1. custom_fasttext.py +6 -0
  2. 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:3e9401044e06b3dfb212116c48aab6ab33acd648c2b311e500f1f3271d8f3657
3
  size 1173442696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb17945165985606ebba92db53a84b783bc2f52d3747ee70c5a63184f50d1442
3
  size 1173442696