lbourdois commited on
Commit
d354fe6
1 Parent(s): 74e63f9

Upload meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta.json +52 -0
meta.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "algorithm": {
3
+ "command": null,
4
+ "id": 4,
5
+ "name": "Gensim Continuous Bag-of-Words",
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
+ "creators": [
38
+ {
39
+ "email": "cathrine.stadsnes@unit.no",
40
+ "name": "Cathrine Stadsnes"
41
+ }
42
+ ],
43
+ "dimensions": 100,
44
+ "documentation": [
45
+ "http://urn.nb.no/URN:NBN:no-64359"
46
+ ],
47
+ "handle": "http://vectors.nlpl.eu/repository/20/93.zip",
48
+ "id": 93,
49
+ "iterations": 5,
50
+ "vocabulary size": 1487994,
51
+ "window": 5
52
+ }