achinthani
commited on
Commit
•
153dfb3
1
Parent(s):
313b2ee
Upload dataset
Browse files- README.md +157 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,157 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
id: field
|
7 |
+
- name: sentiment
|
8 |
+
list:
|
9 |
+
- name: user_id
|
10 |
+
dtype: string
|
11 |
+
id: question
|
12 |
+
- name: value
|
13 |
+
dtype: string
|
14 |
+
id: suggestion
|
15 |
+
- name: status
|
16 |
+
dtype: string
|
17 |
+
id: question
|
18 |
+
- name: sentiment-suggestion
|
19 |
+
dtype: string
|
20 |
+
id: suggestion
|
21 |
+
- name: sentiment-suggestion-metadata
|
22 |
+
struct:
|
23 |
+
- name: type
|
24 |
+
dtype: string
|
25 |
+
id: suggestion-metadata
|
26 |
+
- name: score
|
27 |
+
dtype: float32
|
28 |
+
id: suggestion-metadata
|
29 |
+
- name: agent
|
30 |
+
dtype: string
|
31 |
+
id: suggestion-metadata
|
32 |
+
- name: mixed-emotion
|
33 |
+
list:
|
34 |
+
- name: user_id
|
35 |
+
dtype: string
|
36 |
+
id: question
|
37 |
+
- name: value
|
38 |
+
sequence: string
|
39 |
+
id: suggestion
|
40 |
+
- name: status
|
41 |
+
dtype: string
|
42 |
+
id: question
|
43 |
+
- name: mixed-emotion-suggestion
|
44 |
+
sequence: string
|
45 |
+
id: suggestion
|
46 |
+
- name: mixed-emotion-suggestion-metadata
|
47 |
+
struct:
|
48 |
+
- name: type
|
49 |
+
dtype: string
|
50 |
+
id: suggestion-metadata
|
51 |
+
- name: score
|
52 |
+
dtype: float32
|
53 |
+
id: suggestion-metadata
|
54 |
+
- name: agent
|
55 |
+
dtype: string
|
56 |
+
id: suggestion-metadata
|
57 |
+
- name: ranking
|
58 |
+
list:
|
59 |
+
- name: user_id
|
60 |
+
dtype: string
|
61 |
+
id: question
|
62 |
+
- name: value
|
63 |
+
sequence:
|
64 |
+
- name: rank
|
65 |
+
dtype: uint8
|
66 |
+
- name: value
|
67 |
+
dtype: string
|
68 |
+
id: suggestion
|
69 |
+
- name: status
|
70 |
+
dtype: string
|
71 |
+
id: question
|
72 |
+
- name: ranking-suggestion
|
73 |
+
sequence:
|
74 |
+
- name: rank
|
75 |
+
dtype: uint8
|
76 |
+
- name: value
|
77 |
+
dtype: string
|
78 |
+
id: suggestion
|
79 |
+
- name: ranking-suggestion-metadata
|
80 |
+
struct:
|
81 |
+
- name: type
|
82 |
+
dtype: string
|
83 |
+
id: suggestion-metadata
|
84 |
+
- name: score
|
85 |
+
dtype: float32
|
86 |
+
id: suggestion-metadata
|
87 |
+
- name: agent
|
88 |
+
dtype: string
|
89 |
+
id: suggestion-metadata
|
90 |
+
- name: rating
|
91 |
+
list:
|
92 |
+
- name: user_id
|
93 |
+
dtype: string
|
94 |
+
id: question
|
95 |
+
- name: value
|
96 |
+
dtype: int32
|
97 |
+
id: suggestion
|
98 |
+
- name: status
|
99 |
+
dtype: string
|
100 |
+
id: question
|
101 |
+
- name: rating-suggestion
|
102 |
+
dtype: int32
|
103 |
+
id: suggestion
|
104 |
+
- name: rating-suggestion-metadata
|
105 |
+
struct:
|
106 |
+
- name: type
|
107 |
+
dtype: string
|
108 |
+
id: suggestion-metadata
|
109 |
+
- name: score
|
110 |
+
dtype: float32
|
111 |
+
id: suggestion-metadata
|
112 |
+
- name: agent
|
113 |
+
dtype: string
|
114 |
+
id: suggestion-metadata
|
115 |
+
- name: text-annotation
|
116 |
+
list:
|
117 |
+
- name: user_id
|
118 |
+
dtype: string
|
119 |
+
id: question
|
120 |
+
- name: value
|
121 |
+
dtype: string
|
122 |
+
id: suggestion
|
123 |
+
- name: status
|
124 |
+
dtype: string
|
125 |
+
id: question
|
126 |
+
- name: text-annotation-suggestion
|
127 |
+
dtype: string
|
128 |
+
id: suggestion
|
129 |
+
- name: text-annotation-suggestion-metadata
|
130 |
+
struct:
|
131 |
+
- name: type
|
132 |
+
dtype: string
|
133 |
+
id: suggestion-metadata
|
134 |
+
- name: score
|
135 |
+
dtype: float32
|
136 |
+
id: suggestion-metadata
|
137 |
+
- name: agent
|
138 |
+
dtype: string
|
139 |
+
id: suggestion-metadata
|
140 |
+
- name: external_id
|
141 |
+
dtype: string
|
142 |
+
id: external_id
|
143 |
+
- name: metadata
|
144 |
+
dtype: string
|
145 |
+
id: metadata
|
146 |
+
splits:
|
147 |
+
- name: train
|
148 |
+
num_bytes: 4330
|
149 |
+
num_examples: 20
|
150 |
+
download_size: 24565
|
151 |
+
dataset_size: 4330
|
152 |
+
configs:
|
153 |
+
- config_name: default
|
154 |
+
data_files:
|
155 |
+
- split: train
|
156 |
+
path: data/train-*
|
157 |
+
---
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab98b98105b9e3ff4526aa0ffea3708859a1068ed61242dbbfe3c3a418c5a869
|
3 |
+
size 24565
|