lbourdois commited on
Commit
b94964d
1 Parent(s): f855920

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": 2,
5
+ "name": "fastText Skipgram",
6
+ "tool": "fastText",
7
+ "url": "https://github.com/facebookresearch/fastText",
8
+ "version": null
9
+ },
10
+ "contents": [
11
+ {
12
+ "filename": "model.txt",
13
+ "format": "text"
14
+ },
15
+ {
16
+ "filename": "parameters.bin",
17
+ "format": "binary"
18
+ },
19
+ {
20
+ "filename": "meta.json",
21
+ "format": "json"
22
+ }
23
+ ],
24
+ "corpus": [
25
+ {
26
+ "NER": false,
27
+ "case preserved": true,
28
+ "description": "Gigaword 5th Edition",
29
+ "id": 4,
30
+ "language": "eng",
31
+ "lemmatized": false,
32
+ "public": false,
33
+ "stop words removal": "NLTK",
34
+ "tagger": null,
35
+ "tagset": null,
36
+ "tokens": 4815382730,
37
+ "tool": null,
38
+ "url": "https://catalog.ldc.upenn.edu/LDC2011T07"
39
+ }
40
+ ],
41
+ "creators": [
42
+ {
43
+ "email": "andreku@ifi.uio.no",
44
+ "name": "Andrey Kutuzov"
45
+ }
46
+ ],
47
+ "dimensions": 300,
48
+ "handle": "http://vectors.nlpl.eu/repository/20/16.zip",
49
+ "id": 16,
50
+ "iterations": 5,
51
+ "vocabulary size": 292967,
52
+ "window": 5
53
+ }