RamAnanth1
commited on
Commit
•
cef1685
1
Parent(s):
ef41983
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -7,42 +7,36 @@ dataset_info:
|
|
7 |
dtype: string
|
8 |
- name: link
|
9 |
dtype: string
|
10 |
-
- name: segments
|
11 |
-
struct:
|
12 |
-
- name: language
|
13 |
-
dtype: string
|
14 |
-
- name: segments
|
15 |
-
list:
|
16 |
-
- name: avg_logprob
|
17 |
-
dtype: float64
|
18 |
-
- name: compression_ratio
|
19 |
-
dtype: float64
|
20 |
-
- name: end
|
21 |
-
dtype: float64
|
22 |
-
- name: id
|
23 |
-
dtype: int64
|
24 |
-
- name: no_speech_prob
|
25 |
-
dtype: float64
|
26 |
-
- name: seek
|
27 |
-
dtype: int64
|
28 |
-
- name: start
|
29 |
-
dtype: float64
|
30 |
-
- name: temperature
|
31 |
-
dtype: float64
|
32 |
-
- name: text
|
33 |
-
dtype: string
|
34 |
-
- name: tokens
|
35 |
-
sequence: int64
|
36 |
-
- name: text
|
37 |
-
dtype: string
|
38 |
- name: transcript
|
39 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
splits:
|
41 |
- name: train
|
42 |
-
num_bytes:
|
43 |
num_examples: 39
|
44 |
-
download_size:
|
45 |
-
dataset_size:
|
46 |
task_categories:
|
47 |
- text-classification
|
48 |
- text-generation
|
|
|
7 |
dtype: string
|
8 |
- name: link
|
9 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
- name: transcript
|
11 |
dtype: string
|
12 |
+
- name: segment
|
13 |
+
list:
|
14 |
+
- name: avg_logprob
|
15 |
+
dtype: float64
|
16 |
+
- name: compression_ratio
|
17 |
+
dtype: float64
|
18 |
+
- name: end
|
19 |
+
dtype: float64
|
20 |
+
- name: id
|
21 |
+
dtype: int64
|
22 |
+
- name: no_speech_prob
|
23 |
+
dtype: float64
|
24 |
+
- name: seek
|
25 |
+
dtype: int64
|
26 |
+
- name: start
|
27 |
+
dtype: float64
|
28 |
+
- name: temperature
|
29 |
+
dtype: float64
|
30 |
+
- name: text
|
31 |
+
dtype: string
|
32 |
+
- name: tokens
|
33 |
+
sequence: int64
|
34 |
splits:
|
35 |
- name: train
|
36 |
+
num_bytes: 9635132
|
37 |
num_examples: 39
|
38 |
+
download_size: 3799378
|
39 |
+
dataset_size: 9635132
|
40 |
task_categories:
|
41 |
- text-classification
|
42 |
- text-generation
|