lbourdois commited on
Commit
e2fdd33
1 Parent(s): e064b5b

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +71 -0
meta.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "model.bin",
17
+ "format": "data"
18
+ },
19
+ {
20
+ "filename": "meta.json",
21
+ "format": "json"
22
+ }
23
+ ],
24
+ "corpus": [
25
+ {
26
+ "NER": true,
27
+ "case preserved": false,
28
+ "description": "Russian National Corpus",
29
+ "id": 88,
30
+ "language": "rus",
31
+ "lemmatized": true,
32
+ "public": false,
33
+ "stop words removal": null,
34
+ "tagger": "UDPipe 1.2",
35
+ "tagset": "UPoS",
36
+ "tokens": 270000000,
37
+ "url": "http://ruscorpora.ru/"
38
+ },
39
+ {
40
+ "NER": true,
41
+ "case preserved": false,
42
+ "description": "Russian Wikipedia dump of December 2018",
43
+ "id": 91,
44
+ "language": "rus",
45
+ "lemmatized": true,
46
+ "public": true,
47
+ "stop words removal": null,
48
+ "tagger": "UDPipe 1.2",
49
+ "tagset": "UPoS",
50
+ "tokens": 518531000,
51
+ "tool": "https://github.com/RaRe-Technologies/gensim/blob/master/gensim/scripts/segment_wiki.py",
52
+ "url": "https://dumps.wikimedia.org/"
53
+ }
54
+ ],
55
+ "creators": [
56
+ {
57
+ "email": "andreku@ifi.uio.no",
58
+ "name": "Andrey Kutuzov"
59
+ }
60
+ ],
61
+ "dimensions": 300,
62
+ "documentation": [
63
+ "https://rusvectores.org"
64
+ ],
65
+ "external_id": "ruwikiruscorpora-func_upos_skipgram_300_5_2019",
66
+ "handle": "http://vectors.nlpl.eu/repository/20/183.zip",
67
+ "id": 183,
68
+ "iterations": 10,
69
+ "vocabulary size": 248118,
70
+ "window": 5
71
+ }