Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,6 +36,24 @@ configs:
|
|
36 |
- split: train
|
37 |
path: pulled/*.parquet
|
38 |
default: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
# Dataset card for pale
|
@@ -93,4 +111,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).
|
|
|
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: source
|
48 |
+
dtype: string
|
49 |
+
- name: champion
|
50 |
+
dtype: string
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 14430202
|
54 |
+
num_examples: 67575
|
55 |
+
download_size: 2675223
|
56 |
+
dataset_size: 14430202
|
57 |
---
|
58 |
|
59 |
# Dataset card for pale
|
|
|
111 |
- `source` - link to the audio file (only `vanilla` configuration);
|
112 |
- `champion` - name of the champion in lowercase;
|
113 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
114 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|