Upload dataset
Browse files
README.md
CHANGED
@@ -82,62 +82,24 @@ dataset_info:
|
|
82 |
features:
|
83 |
- name: ID
|
84 |
dtype: int64
|
85 |
-
- name:
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
- name: text
|
98 |
-
dtype: string
|
99 |
-
- name: type
|
100 |
-
dtype: string
|
101 |
-
- name: role
|
102 |
-
dtype: string
|
103 |
-
- name: user_turn_2
|
104 |
-
struct:
|
105 |
-
- name: content
|
106 |
-
list:
|
107 |
-
- name: input_audio
|
108 |
-
struct:
|
109 |
-
- name: data
|
110 |
-
dtype: string
|
111 |
-
- name: format
|
112 |
-
dtype: string
|
113 |
-
- name: text
|
114 |
-
dtype: string
|
115 |
-
- name: type
|
116 |
-
dtype: string
|
117 |
-
- name: role
|
118 |
-
dtype: string
|
119 |
-
- name: user_turn_1_audio
|
120 |
-
struct:
|
121 |
-
- name: array
|
122 |
-
sequence: float64
|
123 |
-
- name: path
|
124 |
-
dtype: string
|
125 |
-
- name: sampling_rate
|
126 |
-
dtype: int64
|
127 |
-
- name: user_turn_2_audio
|
128 |
-
struct:
|
129 |
-
- name: array
|
130 |
-
sequence: float64
|
131 |
-
- name: path
|
132 |
-
dtype: string
|
133 |
-
- name: sampling_rate
|
134 |
-
dtype: int64
|
135 |
splits:
|
136 |
-
- name:
|
137 |
-
num_bytes:
|
138 |
num_examples: 20
|
139 |
-
download_size:
|
140 |
-
dataset_size:
|
141 |
configs:
|
142 |
- config_name: role_playing
|
143 |
data_files:
|
@@ -145,6 +107,6 @@ configs:
|
|
145 |
path: role_playing/train-*
|
146 |
- config_name: voice_instruction_following
|
147 |
data_files:
|
148 |
-
- split:
|
149 |
-
path: voice_instruction_following/
|
150 |
---
|
|
|
82 |
features:
|
83 |
- name: ID
|
84 |
dtype: int64
|
85 |
+
- name: text_1
|
86 |
+
dtype: string
|
87 |
+
- name: text_2
|
88 |
+
dtype: string
|
89 |
+
- name: audio_1
|
90 |
+
dtype:
|
91 |
+
audio:
|
92 |
+
sampling_rate: 16000
|
93 |
+
- name: audio_2
|
94 |
+
dtype:
|
95 |
+
audio:
|
96 |
+
sampling_rate: 16000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
splits:
|
98 |
+
- name: test
|
99 |
+
num_bytes: 36665909.0
|
100 |
num_examples: 20
|
101 |
+
download_size: 35109899
|
102 |
+
dataset_size: 36665909.0
|
103 |
configs:
|
104 |
- config_name: role_playing
|
105 |
data_files:
|
|
|
107 |
path: role_playing/train-*
|
108 |
- config_name: voice_instruction_following
|
109 |
data_files:
|
110 |
+
- split: test
|
111 |
+
path: voice_instruction_following/test-*
|
112 |
---
|
voice_instruction_following/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b2503720588beb0e1077aa399ca57674fc2db419c9f2552711ce211a17086ee
|
3 |
+
size 35109899
|