Thorsten-Voice commited on
Commit
5b77082
1 Parent(s): be38a5d

Int32 -> Int, Float16 -> Float

Browse files

Does this add the filter in each column of the dataset viewer?

Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -15,11 +15,11 @@ dataset_info:
15
  - name: text
16
  dtype: string
17
  - name: samplerate
18
- dtype: int32
19
  - name: durationSeconds
20
- dtype: float16
21
  - name: charsPerSecond
22
- dtype: float16
23
  - name: recording_year-month
24
  dtype: string
25
  - name: microphone
@@ -51,11 +51,11 @@ dataset_info:
51
  - name: text
52
  dtype: string
53
  - name: samplerate
54
- dtype: int32
55
  - name: durationSeconds
56
- dtype: float16
57
  - name: charsPerSecond
58
- dtype: float16
59
  - name: recording_year-month
60
  dtype: string
61
  - name: microphone
@@ -87,11 +87,11 @@ dataset_info:
87
  - name: text
88
  dtype: string
89
  - name: samplerate
90
- dtype: int32
91
  - name: durationSeconds
92
- dtype: float16
93
  - name: charsPerSecond
94
- dtype: float16
95
  - name: recording_year-month
96
  dtype: string
97
  - name: microphone
@@ -123,11 +123,11 @@ dataset_info:
123
  - name: text
124
  dtype: string
125
  - name: samplerate
126
- dtype: int32
127
  - name: durationSeconds
128
- dtype: float16
129
  - name: charsPerSecond
130
- dtype: float16
131
  - name: recording_year-month
132
  dtype: string
133
  - name: microphone
@@ -159,11 +159,11 @@ dataset_info:
159
  - name: text
160
  dtype: string
161
  - name: samplerate
162
- dtype: int32
163
  - name: durationSeconds
164
- dtype: float16
165
  - name: charsPerSecond
166
- dtype: float16
167
  - name: recording_year-month
168
  dtype: string
169
  - name: microphone
 
15
  - name: text
16
  dtype: string
17
  - name: samplerate
18
+ dtype: int
19
  - name: durationSeconds
20
+ dtype: float
21
  - name: charsPerSecond
22
+ dtype: float
23
  - name: recording_year-month
24
  dtype: string
25
  - name: microphone
 
51
  - name: text
52
  dtype: string
53
  - name: samplerate
54
+ dtype: int
55
  - name: durationSeconds
56
+ dtype: float
57
  - name: charsPerSecond
58
+ dtype: float
59
  - name: recording_year-month
60
  dtype: string
61
  - name: microphone
 
87
  - name: text
88
  dtype: string
89
  - name: samplerate
90
+ dtype: int
91
  - name: durationSeconds
92
+ dtype: float
93
  - name: charsPerSecond
94
+ dtype: float
95
  - name: recording_year-month
96
  dtype: string
97
  - name: microphone
 
123
  - name: text
124
  dtype: string
125
  - name: samplerate
126
+ dtype: int
127
  - name: durationSeconds
128
+ dtype: float
129
  - name: charsPerSecond
130
+ dtype: float
131
  - name: recording_year-month
132
  dtype: string
133
  - name: microphone
 
159
  - name: text
160
  dtype: string
161
  - name: samplerate
162
+ dtype: int
163
  - name: durationSeconds
164
+ dtype: float
165
  - name: charsPerSecond
166
+ dtype: float
167
  - name: recording_year-month
168
  dtype: string
169
  - name: microphone