lbourdois commited on
Commit
235cab0
1 Parent(s): 28657f1

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +53 -0
meta.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algorithm": {
3
+ "command": null,
4
+ "id": 4,
5
+ "name": "Gensim Continuous Bag-of-Words",
6
+ "tool": "Gensim",
7
+ "url": "https://github.com/RaRe-Technologies/gensim",
8
+ "version": "3.8"
9
+ },
10
+ "contents": [
11
+ {
12
+ "filename": "meta.json",
13
+ "format": "json"
14
+ },
15
+ {
16
+ "filename": "model.bin",
17
+ "format": "data"
18
+ },
19
+ {
20
+ "filename": "model.txt",
21
+ "format": "text"
22
+ }
23
+ ],
24
+ "corpus": [
25
+ {
26
+ "NER": true,
27
+ "case preserved": false,
28
+ "description": "Ukrainian CoNLL17 corpus",
29
+ "id": 130,
30
+ "language": "ukr",
31
+ "lemmatized": true,
32
+ "public": true,
33
+ "stop words removal": "functional PoS",
34
+ "tagger": "UDPipe 1.2",
35
+ "tagset": "UPoS",
36
+ "tokens": 299668196,
37
+ "tool": null,
38
+ "url": null
39
+ }
40
+ ],
41
+ "creators": [
42
+ {
43
+ "email": "[email protected]",
44
+ "name": "Andrey Kutuzov"
45
+ }
46
+ ],
47
+ "dimensions": 200,
48
+ "handle": "http://vectors.nlpl.eu/repository/20/224.zip",
49
+ "id": 224,
50
+ "iterations": 10,
51
+ "vocabulary size": 99884,
52
+ "window": 10
53
+ }