Datasets:
Upload folder using huggingface_hub
Browse files- data-00000-of-00001.arrow +3 -0
- dataset_info.json +56 -0
- state.json +26 -0
data-00000-of-00001.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a04d58f685d39b10d4c1ff18dfa66cb2023939a5ab323924672ff477d758d2
|
3 |
+
size 3274240
|
dataset_info.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"Index": {
|
6 |
+
"dtype": "int64",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"Utterance": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"Predicted_Intent": {
|
14 |
+
"dtype": "string",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"Intent_Score": {
|
18 |
+
"dtype": "float64",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"Sentiment": {
|
22 |
+
"dtype": "string",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"empathy_score": {
|
26 |
+
"dtype": "int64",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"listening_score": {
|
30 |
+
"dtype": "int64",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"Topic": {
|
34 |
+
"dtype": "string",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"Topic_Name": {
|
38 |
+
"dtype": "string",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"rsic_score": {
|
42 |
+
"dtype": "float64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"RSICs": {
|
46 |
+
"dtype": "string",
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"fallback_type": {
|
50 |
+
"dtype": "string",
|
51 |
+
"_type": "Value"
|
52 |
+
}
|
53 |
+
},
|
54 |
+
"homepage": "",
|
55 |
+
"license": ""
|
56 |
+
}
|
state.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "data-00000-of-00001.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "b09a90ed4654951d",
|
8 |
+
"_format_columns": [
|
9 |
+
"Index",
|
10 |
+
"Utterance",
|
11 |
+
"Predicted_Intent",
|
12 |
+
"Intent_Score",
|
13 |
+
"Sentiment",
|
14 |
+
"empathy_score",
|
15 |
+
"listening_score",
|
16 |
+
"Topic",
|
17 |
+
"Topic_Name",
|
18 |
+
"rsic_score",
|
19 |
+
"RSICs",
|
20 |
+
"fallback_type"
|
21 |
+
],
|
22 |
+
"_format_kwargs": {},
|
23 |
+
"_format_type": null,
|
24 |
+
"_output_all_columns": false,
|
25 |
+
"_split": null
|
26 |
+
}
|