lbourdois commited on
Commit
8225c0c
·
1 Parent(s): c743d5b

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": 5,
5
+ "name": "fastText Continuous Bag-of-Words",
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": "Norsk Aviskorpus",
29
+ "id": 79,
30
+ "language": "nob",
31
+ "lemmatized": true,
32
+ "public": true,
33
+ "stop words removal": null,
34
+ "tagger": "UDPipe 1.2",
35
+ "tagset": null,
36
+ "tokens": 1527414377,
37
+ "tool": null,
38
+ "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
39
+ }
40
+ ],
41
+ "creators": [
42
+ {
43
+ "email": "[email protected]",
44
+ "name": "Cathrine Stadsnes"
45
+ }
46
+ ],
47
+ "dimensions": 100,
48
+ "documentation": [
49
+ "http://urn.nb.no/URN:NBN:no-64359"
50
+ ],
51
+ "handle": "http://vectors.nlpl.eu/repository/20/113.zip",
52
+ "id": 113,
53
+ "iterations": 5,
54
+ "vocabulary size": 1487995,
55
+ "window": 5
56
+ }