English
word2vec
lbourdois commited on
Commit
5a4d45d
1 Parent(s): a4781c5

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +64 -0
meta.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
23
+ "case preserved": true,
24
+ "description": "English Wikipedia Dump of February 2017",
25
+ "id": 1,
26
+ "language": "eng",
27
+ "lemmatized": false,
28
+ "public": true,
29
+ "stop words removal": "NLTK",
30
+ "tagger": null,
31
+ "tagset": null,
32
+ "tokens": 2252637050,
33
+ "tool": "Wikipedia Extractor",
34
+ "url": "https://dumps.wikimedia.org/"
35
+ },
36
+ {
37
+ "NER": false,
38
+ "case preserved": true,
39
+ "description": "Gigaword 5th Edition",
40
+ "id": 4,
41
+ "language": "eng",
42
+ "lemmatized": false,
43
+ "public": false,
44
+ "stop words removal": "NLTK",
45
+ "tagger": null,
46
+ "tagset": null,
47
+ "tokens": 4815382730,
48
+ "tool": null,
49
+ "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
50
+ }
51
+ ],
52
+ "creators": [
53
+ {
54
+ "email": "[email protected]",
55
+ "name": "Andrey Kutuzov"
56
+ }
57
+ ],
58
+ "dimensions": 300,
59
+ "handle": "http://vectors.nlpl.eu/repository/20/20.zip",
60
+ "id": 20,
61
+ "iterations": 100,
62
+ "vocabulary size": 291392,
63
+ "window": 5
64
+ }