lbourdois commited on
Commit
a95770e
1 Parent(s): abcf004

Upload meta.json with huggingface_hub

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