English
word2vec
lbourdois commited on
Commit
11d1aac
1 Parent(s): b388c6f

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +63 -0
meta.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "model.bin",
17
+ "format": "data"
18
+ },
19
+ {
20
+ "filename": "meta.json",
21
+ "format": "json"
22
+ }
23
+ ],
24
+ "corpus": [
25
+ {
26
+ "NER": false,
27
+ "case preserved": false,
28
+ "creators": [
29
+ {
30
+ "email": "kjetilbk@ifi.uio.no",
31
+ "name": "Kjetil Bugge Kristoffersen"
32
+ }
33
+ ],
34
+ "description": "ENC3: English Common Crawl Corpus",
35
+ "documentation": "http://urn.nb.no/URN:NBN:no-60569",
36
+ "id": 78,
37
+ "language": "eng",
38
+ "lemmatized": false,
39
+ "public": true,
40
+ "stop words removal": null,
41
+ "tagger": null,
42
+ "tagset": null,
43
+ "tokens": 135159000000,
44
+ "tool": "Stanford Core NLP v. 3.6.0",
45
+ "url": "http://commoncrawl.org/"
46
+ }
47
+ ],
48
+ "creators": [
49
+ {
50
+ "email": "kjetilbk@ifi.uio.no",
51
+ "name": "Kjetil Bugge Kristoffersen"
52
+ }
53
+ ],
54
+ "dimensions": 300,
55
+ "documentation": [
56
+ "http://urn.nb.no/URN:NBN:no-60569"
57
+ ],
58
+ "handle": "http://vectors.nlpl.eu/repository/20/82.zip",
59
+ "id": 82,
60
+ "iterations": 100,
61
+ "vocabulary size": 2000000,
62
+ "window": 10
63
+ }