Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,23 +1,43 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
|
7 |
annotation_creators:
|
8 |
-
|
9 |
language_creators:
|
10 |
-
|
11 |
pretty_name: pale
|
12 |
size_categories:
|
13 |
-
|
14 |
task_categories:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
configs:
|
19 |
-
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset card for pale
|
@@ -75,4 +95,4 @@ Each dataset entry therefore consists of the following fields:
|
|
75 |
- `source` - link to the audio file (only `vanilla` configuration);
|
76 |
- `champion` - name of the champion in lowercase;
|
77 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
78 |
-
- `sound` - audio data for the entry (only `pulled` configuration).
|
|
|
1 |
---
|
2 |
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
+
- gaming
|
7 |
annotation_creators:
|
8 |
+
- crowdsourced
|
9 |
language_creators:
|
10 |
+
- crowdsourced
|
11 |
pretty_name: pale
|
12 |
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
task_categories:
|
15 |
+
- text-generation
|
16 |
+
- text-classification
|
17 |
+
- automatic-speech-recognition
|
18 |
configs:
|
19 |
+
- config_name: pulled
|
20 |
+
data_files: pulled/*.parquet
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: header
|
24 |
+
dtype: string
|
25 |
+
- name: subheader
|
26 |
+
dtype: string
|
27 |
+
- name: text
|
28 |
+
dtype: string
|
29 |
+
- name: sound
|
30 |
+
dtype:
|
31 |
+
audio:
|
32 |
+
sampling_rate: 44100
|
33 |
+
- name: champion
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 4621864509.2
|
38 |
+
num_examples: 67575
|
39 |
+
download_size: 2557617774
|
40 |
+
dataset_size: 4621864509.2
|
41 |
---
|
42 |
|
43 |
# Dataset card for pale
|
|
|
95 |
- `source` - link to the audio file (only `vanilla` configuration);
|
96 |
- `champion` - name of the champion in lowercase;
|
97 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
98 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|