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