lbourdois commited on
Commit
683e55f
1 Parent(s): 5c11bf6

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +55 -0
meta.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 News",
29
+ "id": 92,
30
+ "language": "rus",
31
+ "lemmatized": true,
32
+ "public": false,
33
+ "stop words removal": "functional PoS",
34
+ "tagger": "UDPipe 1.2",
35
+ "tagset": "UPoS",
36
+ "tokens": 2550000000
37
+ }
38
+ ],
39
+ "creators": [
40
+ {
41
+ "email": "andreku@ifi.uio.no",
42
+ "name": "Andrey Kutuzov"
43
+ }
44
+ ],
45
+ "dimensions": 300,
46
+ "documentation": [
47
+ "https://rusvectores.org"
48
+ ],
49
+ "external_id": "news_upos_skipgram_300_5_2019",
50
+ "handle": "http://vectors.nlpl.eu/repository/20/184.zip",
51
+ "id": 184,
52
+ "iterations": 10,
53
+ "vocabulary size": 249318,
54
+ "window": 5
55
+ }