wylong commited on
Commit
45f886e
·
verified ·
1 Parent(s): eab2511

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +43 -0
dataset_infos.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "SimCat-TASLP2018": {
3
+ "description": "SimCat-TASLP2018\n",
4
+ "citation": " @ARTICKLE {SEMCAT,
5
+ author = "Senel L. K., Utlu I., Yucesoy V., Koc A., Cukur T.",
6
+ title = "Semantic Structure and Interpretability of Word Embeddings",
7
+ year = "2018",
8
+ organization = "IEEE/ACM Transactions on Audio, Speech, and Language Processing"
9
+ }",
10
+ "homepage": "TO ADD",
11
+ "license": "",
12
+ "features": {
13
+ "Word": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "Category": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ },
22
+ "builder_name": "mmplu",
23
+ "dataset_name": "mmplu",
24
+ "config_name": "SimCat-TASLP2018",
25
+ "version": {
26
+ "version_str": "1.0.0",
27
+ "major": 1,
28
+ "minor": 0,
29
+ "patch": 0
30
+ },
31
+ "splits": {
32
+ "test": {
33
+ "name": "test",
34
+ "num_bytes": 67300,
35
+ "num_examples": 10023,
36
+ "dataset_name": null
37
+ },
38
+ },
39
+ "download_size": 67300,
40
+ "dataset_size": 67300,
41
+ "size_in_bytes": 67300
42
+ }
43
+ }