raghavdw commited on
Commit
b574323
·
verified ·
1 Parent(s): 304c337

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. data-00000-of-00001.arrow +3 -0
  3. dataset_info.json +52 -0
  4. state.json +25 -0
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a87108112697b64690536cef1fc25c94e715229454e8ba78d9511d5515355f47
3
+ size 2673160
dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "Utterance": {
6
+ "dtype": "string",
7
+ "_type": "Value"
8
+ },
9
+ "__index_level_0__": {
10
+ "dtype": "int64",
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
+ "RSICs": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ },
29
+ "empathy_score": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "listening_score": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "fallback_type": {
38
+ "dtype": "string",
39
+ "_type": "Value"
40
+ },
41
+ "Topic": {
42
+ "dtype": "string",
43
+ "_type": "Value"
44
+ },
45
+ "Topic_Name": {
46
+ "dtype": "string",
47
+ "_type": "Value"
48
+ }
49
+ },
50
+ "homepage": "",
51
+ "license": ""
52
+ }
state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0fdce8ef8cfbe8ae",
8
+ "_format_columns": [
9
+ "Utterance",
10
+ "__index_level_0__",
11
+ "Predicted_Intent",
12
+ "Intent_Score",
13
+ "Sentiment",
14
+ "RSICs",
15
+ "empathy_score",
16
+ "listening_score",
17
+ "fallback_type",
18
+ "Topic",
19
+ "Topic_Name"
20
+ ],
21
+ "_format_kwargs": {},
22
+ "_format_type": null,
23
+ "_output_all_columns": false,
24
+ "_split": null
25
+ }