Upload meta.json with huggingface_hub
Browse files
meta.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.bin",
|
13 |
+
"format": "data"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"filename": "meta.json",
|
17 |
+
"format": "json"
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"corpus": [
|
21 |
+
{
|
22 |
+
"NER": false,
|
23 |
+
"case preserved": true,
|
24 |
+
"description": "Polish CommonCrawl Dump of December 2019",
|
25 |
+
"id": 117,
|
26 |
+
"language": "pol",
|
27 |
+
"lemmatized": false,
|
28 |
+
"public": true,
|
29 |
+
"stop words removal": null,
|
30 |
+
"tagger": null,
|
31 |
+
"tagset": null,
|
32 |
+
"tokens": 32565035188,
|
33 |
+
"tool": "http://dx.doi.org/10.15439/2017F432",
|
34 |
+
"url": "https://commoncrawl.org/"
|
35 |
+
}
|
36 |
+
],
|
37 |
+
"creators": [
|
38 |
+
{
|
39 |
+
"email": "kwolk@pja.edu.pl",
|
40 |
+
"name": "Krzysztof Wolk"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"dimensions": 100,
|
44 |
+
"handle": "http://vectors.nlpl.eu/repository/20/206.zip",
|
45 |
+
"id": 206,
|
46 |
+
"iterations": 5,
|
47 |
+
"vocabulary size": 4885806,
|
48 |
+
"window": 5
|
49 |
+
}
|