lbourdois commited on
Commit
8da98bc
1 Parent(s): 2678ac3

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +49 -0
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": false,
23
+ "case preserved": true,
24
+ "description": "Gigaword 5th Edition",
25
+ "id": 3,
26
+ "language": "eng",
27
+ "lemmatized": true,
28
+ "public": false,
29
+ "stop words removal": "NLTK",
30
+ "tagger": "Stanford Core NLP v. 3.6.0",
31
+ "tagset": null,
32
+ "tokens": 4815382730,
33
+ "tool": null,
34
+ "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
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/11.zip",
45
+ "id": 11,
46
+ "iterations": 5,
47
+ "vocabulary size": 261794,
48
+ "window": 5
49
+ }