feat(vanilla): added vanilla config
Browse files
README.md
CHANGED
@@ -37,21 +37,22 @@ configs:
|
|
37 |
path: pulled/*.parquet
|
38 |
default: false
|
39 |
dataset_info:
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
|
|
55 |
---
|
56 |
|
57 |
# Dataset card for pale
|
@@ -109,4 +110,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).
|
|
|
37 |
path: pulled/*.parquet
|
38 |
default: false
|
39 |
dataset_info:
|
40 |
+
- config_name: vanilla
|
41 |
+
features:
|
42 |
+
- name: header
|
43 |
+
dtype: string
|
44 |
+
- name: subheader
|
45 |
+
dtype: string
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
- name: champion
|
49 |
+
dtype: string
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 2499768
|
53 |
+
num_examples: 31001
|
54 |
+
download_size: 947409
|
55 |
+
dataset_size: 2499768
|
56 |
---
|
57 |
|
58 |
# Dataset card for pale
|
|
|
110 |
- `source` - link to the audio file (only `vanilla` configuration);
|
111 |
- `champion` - name of the champion in lowercase;
|
112 |
- `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
|
113 |
+
- `sound` - audio data for the entry (only `pulled` configuration).
|
{data → vanilla}/train-00000-of-00001-18547ca69e45273a.parquet
RENAMED
File without changes
|