Upload 2 files
Browse files
meta.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"algorithm": {
|
3 |
+
"command": null,
|
4 |
+
"id": 0,
|
5 |
+
"name": "Gensim Continuous Skipgram",
|
6 |
+
"tool": "Gensim",
|
7 |
+
"url": "https://github.com/RaRe-Technologies/gensim",
|
8 |
+
"version": "3.6"
|
9 |
+
},
|
10 |
+
"contents": [
|
11 |
+
{
|
12 |
+
"filename": "model.txt",
|
13 |
+
"format": "text"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"filename": "meta.json",
|
17 |
+
"format": "json"
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"corpus": [
|
21 |
+
{
|
22 |
+
"NER": true,
|
23 |
+
"case preserved": true,
|
24 |
+
"description": "Google News 2013",
|
25 |
+
"id": 7,
|
26 |
+
"language": "eng",
|
27 |
+
"lemmatized": false,
|
28 |
+
"public": false,
|
29 |
+
"stop words removal": "NLTK",
|
30 |
+
"tagger": "Stanford Core NLP v. 3.6.0",
|
31 |
+
"tagset": "UPoS",
|
32 |
+
"tokens": 100000000000,
|
33 |
+
"tool": null,
|
34 |
+
"url": null
|
35 |
+
}
|
36 |
+
],
|
37 |
+
"creators": [
|
38 |
+
{
|
39 |
+
"email": "andreku@ifi.uio.no",
|
40 |
+
"name": "Andrey Kutuzov"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"dimensions": 300,
|
44 |
+
"handle": "http://vectors.nlpl.eu/repository/20/1.zip",
|
45 |
+
"id": 1,
|
46 |
+
"iterations": null,
|
47 |
+
"vocabulary size": 2883863,
|
48 |
+
"window": null
|
49 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56d8d2aa05ad1fe1b32bce88ae6e5054626d9cb216ae8d9de743ee7828a2338e
|
3 |
+
size 3521402360
|