Upload meta.json with huggingface_hub
Browse files
meta.json
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"algorithm": {
|
3 |
+
"command": null,
|
4 |
+
"id": 1,
|
5 |
+
"name": "Global Vectors",
|
6 |
+
"tool": "GloVe",
|
7 |
+
"url": "https://nlp.stanford.edu/software/GloVe-1.2.zip",
|
8 |
+
"version": "1.2"
|
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": 80,
|
26 |
+
"language": "nob",
|
27 |
+
"lemmatized": false,
|
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": 84,
|
41 |
+
"language": "nob",
|
42 |
+
"lemmatized": false,
|
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": 86,
|
56 |
+
"language": "nob",
|
57 |
+
"lemmatized": false,
|
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@usit.uio.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/79.zip",
|
78 |
+
"id": 79,
|
79 |
+
"iterations": 25,
|
80 |
+
"vocabulary size": 4480047,
|
81 |
+
"window": 15
|
82 |
+
}
|