Phazel commited on
Commit
99f0ef7
·
verified ·
1 Parent(s): a8869be

Add/refresh meta.json

Browse files
Files changed (1) hide show
  1. meta.json +35 -30
meta.json CHANGED
@@ -1,34 +1,39 @@
1
  {
2
- "lang":"fa",
3
- "name":"floret_full_wiki",
4
- "version":"0.1.0",
5
- "description":"",
6
- "author":"",
7
- "email":"",
8
- "url":"",
9
- "license":"",
10
- "spacy_version":">=3.8.15,<3.9.0",
11
- "spacy_git_version":"f69c32f",
12
- "vectors":{
13
- "width":300,
14
- "vectors":50000,
15
- "keys":-1,
16
- "name":"floret"
17
- },
18
- "labels":{
19
-
20
- },
21
- "pipeline":[
22
-
23
- ],
24
- "components":[
25
-
26
  ],
27
- "disabled":[
28
-
29
- ],
30
- "requirements":[
31
- "spacy>=3.8.15,<3.9.0",
 
 
 
 
 
 
 
 
32
  "spacy>=3.8.15,<3.9.0"
33
  ]
34
- }
 
1
  {
2
+ "lang": "fa",
3
+ "name": "floret_full_wiki",
4
+ "version": "0.1.0",
5
+ "description": "Persian floret static vector table: 50,000 rows x 300 dimensions, floret mode, minn=maxn=5, hash_count=2, trained on the full Persian Wikipedia dump. Vectors only, no pipeline components. Same table size as fa_floret_400k over a larger corpus; the fa_*_news_lg tier uses the 200,000-row fa_floret_wiki_200k instead.",
6
+ "author": "Kiyarash Fazeli",
7
+ "email": "kiyarash@nlogn.ir",
8
+ "url": "https://github.com/Fazel94/spacy-persian",
9
+ "license": "CC BY-SA 4.0",
10
+ "sources": [
11
+ {
12
+ "name": "fa_floret static vectors (50k rows x 300d, floret mode, full Persian Wikipedia dump)",
13
+ "url": "https://github.com/Fazel94/spacy-persian",
14
+ "author": "Kiyarash Fazeli",
15
+ "license": "CC BY-SA 4.0"
16
+ },
17
+ {
18
+ "name": "Persian Wikipedia dump (fawiki), the text the vector table is trained on",
19
+ "url": "https://dumps.wikimedia.org/fawiki/",
20
+ "author": "Wikipedia contributors",
21
+ "license": "CC BY-SA 4.0"
22
+ }
 
 
 
23
  ],
24
+ "spacy_version": ">=3.8.15,<3.9.0",
25
+ "spacy_git_version": "f69c32f",
26
+ "vectors": {
27
+ "width": 300,
28
+ "vectors": 50000,
29
+ "keys": -1,
30
+ "name": "floret"
31
+ },
32
+ "labels": {},
33
+ "pipeline": [],
34
+ "components": [],
35
+ "disabled": [],
36
+ "requirements": [
37
  "spacy>=3.8.15,<3.9.0"
38
  ]
39
+ }