Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -19,23 +19,39 @@ configs:
|
|
19 |
- config_name: quotes
|
20 |
data_files:
|
21 |
- split: train
|
22 |
-
path:
|
23 |
default: true
|
24 |
- config_name: vanilla
|
25 |
data_files:
|
26 |
- split: train
|
27 |
-
path:
|
28 |
default: false
|
29 |
- config_name: annotated
|
30 |
data_files:
|
31 |
- split: train
|
32 |
-
path:
|
33 |
default: false
|
34 |
- config_name: pulled
|
35 |
data_files:
|
36 |
- split: train
|
37 |
-
path:
|
38 |
default: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
# Dataset card for pale
|
@@ -93,4 +109,4 @@ Each dataset entry therefore consists of the following fields:
|
|
93 |
- `source` - link to the audio file (only `vanilla` configuration);
|
94 |
- `champion` - name of the champion in lowercase;
|
95 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
96 |
-
- `sound` - audio data for the entry (only `pulled` configuration).
|
|
|
19 |
- config_name: quotes
|
20 |
data_files:
|
21 |
- split: train
|
22 |
+
path: quotes/*.parquet
|
23 |
default: true
|
24 |
- config_name: vanilla
|
25 |
data_files:
|
26 |
- split: train
|
27 |
+
path: vanilla/*.parquet
|
28 |
default: false
|
29 |
- config_name: annotated
|
30 |
data_files:
|
31 |
- split: train
|
32 |
+
path: annotated/*.parquet
|
33 |
default: false
|
34 |
- config_name: pulled
|
35 |
data_files:
|
36 |
- split: train
|
37 |
+
path: pulled/*.parquet
|
38 |
default: false
|
39 |
+
dataset_info:
|
40 |
+
features:
|
41 |
+
- name: header
|
42 |
+
dtype: string
|
43 |
+
- name: subheader
|
44 |
+
dtype: string
|
45 |
+
- name: text
|
46 |
+
dtype: string
|
47 |
+
- name: champion
|
48 |
+
dtype: string
|
49 |
+
splits:
|
50 |
+
- name: train
|
51 |
+
num_bytes: 2499768
|
52 |
+
num_examples: 31001
|
53 |
+
download_size: 947409
|
54 |
+
dataset_size: 2499768
|
55 |
---
|
56 |
|
57 |
# Dataset card for pale
|
|
|
109 |
- `source` - link to the audio file (only `vanilla` configuration);
|
110 |
- `champion` - name of the champion in lowercase;
|
111 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
112 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|