lbourdois commited on
Commit
1f2957a
1 Parent(s): fc8dc49

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +82 -0
meta.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "meta.json",
17
+ "format": "json"
18
+ }
19
+ ],
20
+ "corpus": [
21
+ {
22
+ "NER": false,
23
+ "case preserved": true,
24
+ "description": "Norsk Aviskorpus",
25
+ "id": 79,
26
+ "language": "nob",
27
+ "lemmatized": true,
28
+ "public": true,
29
+ "stop words removal": null,
30
+ "tagger": "UDPipe 1.2",
31
+ "tagset": null,
32
+ "tokens": 1527414377,
33
+ "tool": null,
34
+ "url": "http://avis.uib.no/avis/om-aviskorpuset/english"
35
+ },
36
+ {
37
+ "NER": false,
38
+ "case preserved": true,
39
+ "description": "NoWaC",
40
+ "id": 83,
41
+ "language": "nob",
42
+ "lemmatized": true,
43
+ "public": true,
44
+ "stop words removal": null,
45
+ "tagger": "UDPipe 1.2",
46
+ "tagset": null,
47
+ "tokens": 687209465,
48
+ "tool": null,
49
+ "url": "https://www.hf.uio.no/iln/om/organisasjon/tekstlab/prosjekter/nowac/"
50
+ },
51
+ {
52
+ "NER": false,
53
+ "case preserved": true,
54
+ "description": "NBDigital",
55
+ "id": 85,
56
+ "language": "nob",
57
+ "lemmatized": true,
58
+ "public": true,
59
+ "stop words removal": null,
60
+ "tagger": "UDPipe 1.2",
61
+ "tagset": null,
62
+ "tokens": 813922111,
63
+ "tool": null,
64
+ "url": null
65
+ }
66
+ ],
67
+ "creators": [
68
+ {
69
+ "email": "cathrine.stadsnes@unit.no",
70
+ "name": "Cathrine Stadsnes"
71
+ }
72
+ ],
73
+ "dimensions": 100,
74
+ "documentation": [
75
+ "http://urn.nb.no/URN:NBN:no-64359"
76
+ ],
77
+ "handle": "http://vectors.nlpl.eu/repository/20/99.zip",
78
+ "id": 99,
79
+ "iterations": 5,
80
+ "vocabulary size": 4031460,
81
+ "window": 5
82
+ }