lbourdois commited on
Commit
8f8878c
1 Parent(s): 860a030

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +86 -0
meta.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "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
+ "NER": false,
42
+ "case preserved": true,
43
+ "description": "NoWaC",
44
+ "id": 83,
45
+ "language": "nob",
46
+ "lemmatized": true,
47
+ "public": true,
48
+ "stop words removal": null,
49
+ "tagger": "UDPipe 1.2",
50
+ "tagset": null,
51
+ "tokens": 687209465,
52
+ "tool": null,
53
+ "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
54
+ },
55
+ {
56
+ "NER": false,
57
+ "case preserved": true,
58
+ "description": "NBDigital",
59
+ "id": 85,
60
+ "language": "nob",
61
+ "lemmatized": true,
62
+ "public": true,
63
+ "stop words removal": null,
64
+ "tagger": "UDPipe 1.2",
65
+ "tagset": null,
66
+ "tokens": 813922111,
67
+ "tool": null,
68
+ "url": null
69
+ }
70
+ ],
71
+ "creators": [
72
+ {
73
+ "email": "cathrine.stadsnes@usit.uio.no",
74
+ "name": "Cathrine Stadsnes"
75
+ }
76
+ ],
77
+ "dimensions": 100,
78
+ "documentation": [
79
+ "http://urn.nb.no/URN:NBN:no-64359"
80
+ ],
81
+ "handle": "http://vectors.nlpl.eu/repository/20/80.zip",
82
+ "id": 80,
83
+ "iterations": 5,
84
+ "vocabulary size": 3998140,
85
+ "window": 5
86
+ }