zeio commited on
Commit
9c30f84
·
verified ·
1 Parent(s): 0e0383b

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
- 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 +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