lbourdois commited on
Commit
67a5e6c
1 Parent(s): 10b714f

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +57 -0
meta.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algorithm": {
3
+ "command": "word2vec -min-count 10 -size 100 -window 10 -negative 5 -iter 2 -threads 16 -cbow 0 -binary 0",
4
+ "id": 3,
5
+ "name": "Word2Vec Continuous Skipgram",
6
+ "tool": "word2vec",
7
+ "url": "https://code.google.com/archive/p/word2vec/",
8
+ "version": null
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
+ "filename": "LIST",
25
+ "format": "text"
26
+ }
27
+ ],
28
+ "corpus": [
29
+ {
30
+ "NER": false,
31
+ "case preserved": false,
32
+ "description": "English CoNLL17 corpus",
33
+ "id": 40,
34
+ "language": "eng",
35
+ "lemmatized": false,
36
+ "public": true,
37
+ "stop words removal": null,
38
+ "tagger": null,
39
+ "tagset": null,
40
+ "tokens": 9974357994,
41
+ "tool": null,
42
+ "url": null
43
+ }
44
+ ],
45
+ "creators": [
46
+ {
47
+ "email": "andreku@ifi.uio.no",
48
+ "name": "Andrey Kutuzov"
49
+ }
50
+ ],
51
+ "dimensions": 100,
52
+ "handle": "http://vectors.nlpl.eu/repository/20/40.zip",
53
+ "id": 40,
54
+ "iterations": 2,
55
+ "vocabulary size": 4027169,
56
+ "window": 10
57
+ }