Upload meta.json with huggingface_hub
Browse files
meta.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"algorithm": {
|
3 |
+
"command": null,
|
4 |
+
"id": 1,
|
5 |
+
"name": "Global Vectors",
|
6 |
+
"tool": "GloVe",
|
7 |
+
"url": "https://nlp.stanford.edu/software/GloVe-1.2.zip",
|
8 |
+
"version": "1.2"
|
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": false,
|
24 |
+
"description": "English Wikipedia Dump of February 2017",
|
25 |
+
"id": 9,
|
26 |
+
"language": "eng",
|
27 |
+
"lemmatized": true,
|
28 |
+
"public": true,
|
29 |
+
"stop words removal": "NLTK",
|
30 |
+
"tagger": "Stanford Core NLP v. 3.6.0",
|
31 |
+
"tagset": null,
|
32 |
+
"tokens": 2252637050,
|
33 |
+
"tool": "Wikipedia Extractor",
|
34 |
+
"url": "https://dumps.wikimedia.org/"
|
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/25.zip",
|
45 |
+
"id": 25,
|
46 |
+
"iterations": 25,
|
47 |
+
"vocabulary size": 228671,
|
48 |
+
"window": 5
|
49 |
+
}
|