feat(quotes): added quotes config spec
Browse files
README.md
CHANGED
|
@@ -18,22 +18,8 @@ task_categories:
|
|
| 18 |
configs:
|
| 19 |
- config_name: pulled
|
| 20 |
data_files: pulled/*.parquet
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
- name: header
|
| 24 |
-
dtype: string
|
| 25 |
-
- name: subheader
|
| 26 |
-
dtype: string
|
| 27 |
-
- name: text
|
| 28 |
-
dtype: string
|
| 29 |
-
- name: champion
|
| 30 |
-
dtype: string
|
| 31 |
-
splits:
|
| 32 |
-
- name: train
|
| 33 |
-
num_bytes: 2499768
|
| 34 |
-
num_examples: 31001
|
| 35 |
-
download_size: 947409
|
| 36 |
-
dataset_size: 2499768
|
| 37 |
---
|
| 38 |
|
| 39 |
# Dataset card for pale
|
|
@@ -91,4 +77,4 @@ Each dataset entry therefore consists of the following fields:
|
|
| 91 |
- `source` - link to the audio file (only `vanilla` configuration);
|
| 92 |
- `champion` - name of the champion in lowercase;
|
| 93 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
| 94 |
-
- `sound` - audio data for the entry (only `pulled` configuration).
|
|
|
|
| 18 |
configs:
|
| 19 |
- config_name: pulled
|
| 20 |
data_files: pulled/*.parquet
|
| 21 |
+
- config_name: quotes
|
| 22 |
+
data_files: quotes/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset card for pale
|
|
|
|
| 77 |
- `source` - link to the audio file (only `vanilla` configuration);
|
| 78 |
- `champion` - name of the champion in lowercase;
|
| 79 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
| 80 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|