1602353775wzj commited on
Commit
9bc09be
·
verified ·
1 Parent(s): a1c02ce

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +52 -60
dataset_infos.json CHANGED
@@ -1,61 +1,53 @@
1
- {
2
- "default": {
3
- "description": "Classical Poetry Subject Clustering Benchmark - default config",
4
- "citation": "",
5
- "homepage": "",
6
- "license": "apache-2.0",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "dynasty": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "author": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "title": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "type": {
25
- "dtype": "string",
26
- "_type": "Value"
27
- },
28
- "text": {
29
- "dtype": "string",
30
- "_type": "Value"
31
- },
32
- "subject": {
33
- "dtype": "string",
34
- "_type": "Value"
35
- },
36
- "subject_code": {
37
- "dtype": "string",
38
- "_type": "Value"
39
- },
40
- "score": {
41
- "dtype": "float64",
42
- "_type": "Value"
43
- },
44
- "language": {
45
- "dtype": "string",
46
- "_type": "Value"
47
- }
48
- },
49
- "splits": {
50
- "test": {
51
- "name": "test",
52
- "num_bytes": 11170430,
53
- "num_examples": 61775,
54
- "dataset_name": "ClassicalPoetrySubjectClustering"
55
- }
56
- },
57
- "download_size": 11170430,
58
- "dataset_size": 11170430,
59
- "size_in_bytes": 11170430
60
- }
61
  }
 
1
+ {
2
+ "default": {
3
+ "description": "Classical Poetry Subject Clustering Benchmark - default config",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "apache-2.0",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "dynasty": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "author": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "title": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "type": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "text": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "subject": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "subject_code": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ }
40
+ },
41
+ "splits": {
42
+ "test": {
43
+ "name": "test",
44
+ "num_bytes": 11170430,
45
+ "num_examples": 61775,
46
+ "dataset_name": "ClassicalPoetrySubjectClustering"
47
+ }
48
+ },
49
+ "download_size": 11170430,
50
+ "dataset_size": 11170430,
51
+ "size_in_bytes": 11170430
52
+ }
 
 
 
 
 
 
 
 
53
  }