theroot commited on
Commit
5db6569
1 Parent(s): 2446fc2

initial release

Browse files
.gitattributes CHANGED
@@ -25,3 +25,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ *.model filter=lfs diff=lfs merge=lfs -text
29
+ *.npy filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - glove
4
+ - gensim
5
+ - fse
6
+ ---
7
+ # Fasttext
8
+
9
+ 2 million word vectors trained with subword information on Common Crawl (600B tokens).
10
+
11
+ Read more:
12
+ * https://fasttext.cc/docs/en/english-vectors.html
fasttext-crawl-subwords-300.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3bd49062650fc2e1f4fbcdae270b5c16e5c468515115320d63eda3c7cdf7ecc
3
+ size 123932951
fasttext-crawl-subwords-300.model.vectors.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a306af8202da9b8a0b67dc4e844cbc23ccc62fabbfe358a93d2c92ce0584b0a
3
+ size 2400000128
fasttext-crawl-subwords-300.model.vectors_ngrams.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:651255598838f64769680690e9aaebb6dd3dc821ecf7aeb65bde56da95c8d496
3
+ size 2400000128
fasttext-crawl-subwords-300.model.vectors_vocab.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:399a75efae6df8521a8366fd09391d64afcf1017c87a637a282408b40c599e62
3
+ size 2400000128