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": "British National Corpus",
|
25 |
+
"id": 6,
|
26 |
+
"language": "eng",
|
27 |
+
"lemmatized": true,
|
28 |
+
"public": true,
|
29 |
+
"stop words removal": "NLTK",
|
30 |
+
"tagger": "CLAWS-4",
|
31 |
+
"tagset": "UPoS",
|
32 |
+
"tokens": 1903181185,
|
33 |
+
"tool": null,
|
34 |
+
"url": "http://www.natcorp.ox.ac.uk/"
|
35 |
+
}
|
36 |
+
],
|
37 |
+
"creators": [
|
38 |
+
{
|
39 |
+
"email": "[email protected]",
|
40 |
+
"name": "Andrey Kutuzov"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"dimensions": 300,
|
44 |
+
"handle": "http://vectors.nlpl.eu/repository/20/0.zip",
|
45 |
+
"id": 0,
|
46 |
+
"iterations": 5,
|
47 |
+
"vocabulary size": 163473,
|
48 |
+
"window": 10
|
49 |
+
}
|
model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57abf364cca04cdf44d01afb7be581a47c707e3eb332a62999f26d9bad7fb390
|
3 |
+
size 198485369
|