forked from nouhadziri/THRED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
word_embeddings.yml
36 lines (29 loc) · 963 Bytes
/
word_embeddings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# word2vec, glove840B, glove6B_200, glove6B_100, glove6B_50, fastText, hub_word2vec
glove6B_50:
url: "http://magnitude.plasticity.ai/glove/medium/glove.6B.50d.magnitude"
dim: 50
src_type: "magnitude"
glove6B_100:
url: "http://magnitude.plasticity.ai/glove/medium/glove.6B.100d.magnitude"
dim: 100
src_type: "magnitude"
glove6B_200:
url: "http://magnitude.plasticity.ai/glove/medium/glove.6B.200d.magnitude"
dim: 200
src_type: "magnitude"
glove840B:
url: "http://magnitude.plasticity.ai/glove/medium/glove.840B.300d.magnitude"
dim: 300
src_type: "magnitude"
word2vec:
url: "http://magnitude.plasticity.ai/word2vec/medium/GoogleNews-vectors-negative300.magnitude"
dim: 300
src_type: "magnitude"
fastText:
url: "http://magnitude.plasticity.ai/fasttext/medium/wiki-news-300d-1M-subword.magnitude"
dim: 300
src_type: "magnitude"
hub_word2vec:
url: "https://tfhub.dev/google/Wiki-words-500/1"
dim: 500
src_type: "tfhub"