feat(annotated): added annotated subset
Browse files
README.md
CHANGED
@@ -36,22 +36,6 @@ configs:
|
|
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,4 +93,4 @@ Each dataset entry therefore consists of the following fields:
|
|
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).
|
|
|
36 |
- split: train
|
37 |
path: pulled/*.parquet
|
38 |
default: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
# Dataset card for pale
|
|
|
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).
|
{data → annotated}/train-00000-of-00001-18547ca69e45273a.parquet
RENAMED
File without changes
|