zeio commited on
Commit
15e35cd
1 Parent(s): 9196c4d

fix(annotated): fixed annotated config

Browse files
README.md CHANGED
@@ -37,6 +37,61 @@ configs:
37
  path: pulled/*.parquet
38
  default: false
39
  dataset_info:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  features:
41
  - name: header
42
  dtype: string
@@ -113,4 +168,4 @@ Each dataset entry therefore consists of the following fields:
113
  - `source` - link to the audio file (only `vanilla` configuration);
114
  - `champion` - name of the champion in lowercase;
115
  - `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
116
- - `sound` - audio data for the entry (only `pulled` configuration).
 
37
  path: pulled/*.parquet
38
  default: false
39
  dataset_info:
40
+ - config_name: pulled
41
+ features:
42
+ - name: header
43
+ dtype: string
44
+ - name: subheader
45
+ dtype: string
46
+ - name: text
47
+ dtype: string
48
+ - name: sound
49
+ dtype:
50
+ audio:
51
+ sampling_rate: 44100
52
+ - name: champion
53
+ dtype: string
54
+ splits:
55
+ - name: train
56
+ num_bytes: 4621864509.2
57
+ num_examples: 67575
58
+ download_size: 2557617774
59
+ dataset_size: 4621864509.2
60
+ - config_name: quotes
61
+ features:
62
+ - name: header
63
+ dtype: string
64
+ - name: subheader
65
+ dtype: string
66
+ - name: text
67
+ dtype: string
68
+ - name: champion
69
+ dtype: string
70
+ splits:
71
+ - name: train
72
+ num_bytes: 2499768
73
+ num_examples: 31001
74
+ download_size: 947409
75
+ dataset_size: 2499768
76
+ - config_name: vanilla
77
+ features:
78
+ - name: header
79
+ dtype: string
80
+ - name: subheader
81
+ dtype: string
82
+ - name: text
83
+ dtype: string
84
+ - name: source
85
+ dtype: string
86
+ - name: champion
87
+ dtype: string
88
+ splits:
89
+ - name: train
90
+ num_bytes: 14430202
91
+ num_examples: 67575
92
+ download_size: 2675223
93
+ dataset_size: 14430202
94
+ - config_name: annotated
95
  features:
96
  - name: header
97
  dtype: string
 
168
  - `source` - link to the audio file (only `vanilla` configuration);
169
  - `champion` - name of the champion in lowercase;
170
  - `quote` - binary field displaying whether corresponding text contains quote or not (only `annotated` configuration);
171
+ - `sound` - audio data for the entry (only `pulled` configuration).
annotated/train-00000-of-00001-18547ca69e45273a.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f303e898a0d2758df880bf6200457e4449bf58f6d4437d4189c6d7963a28df9
3
- size 947409
 
 
 
 
{data → annotated}/train-00000-of-00001-f66f056e55ec5964.parquet RENAMED
File without changes