jiangchengchengNLP commited on
Commit
9882d7d
·
verified ·
1 Parent(s): 7fc8d06

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +60 -0
dataset_infos.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Enhanced emotion classification dataset with multiple sources and Ekman emotion mapping",
4
+ "citation": "",
5
+ "homepage": "",
6
+ "license": "MIT",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "label_text": {
14
+ "dtype": "string",
15
+ "id": null,
16
+ "_type": "Value"
17
+ },
18
+ "source": {
19
+ "dtype": "string",
20
+ "id": null,
21
+ "_type": "Value"
22
+ }
23
+ },
24
+ "post_processed": null,
25
+ "supervised_keys": null,
26
+ "task_templates": [
27
+ {
28
+ "task": "text-classification",
29
+ "text_column": "text",
30
+ "label_column": "label_text"
31
+ }
32
+ ],
33
+ "builder_name": "csv",
34
+ "config_name": "default",
35
+ "version": {
36
+ "version_str": "2.0.0",
37
+ "description": "Updated dataset with merged sources and source field"
38
+ },
39
+ "splits": {
40
+ "train": {
41
+ "name": "train",
42
+ "num_bytes": 0,
43
+ "num_examples": 186639,
44
+ "dataset_name": "enhanced_emotion_classification"
45
+ },
46
+ "validation": {
47
+ "name": "validation",
48
+ "num_bytes": 0,
49
+ "num_examples": 31092,
50
+ "dataset_name": "enhanced_emotion_classification"
51
+ },
52
+ "test": {
53
+ "name": "test",
54
+ "num_bytes": 0,
55
+ "num_examples": 22722,
56
+ "dataset_name": "enhanced_emotion_classification"
57
+ }
58
+ }
59
+ }
60
+ }