Nicolas-BZRD
commited on
Commit
•
605f1f2
1
Parent(s):
3497b06
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,13 +1,40 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: unknown
|
|
|
|
|
3 |
task_categories:
|
4 |
- automatic-speech-recognition
|
5 |
-
|
6 |
-
- fr
|
7 |
tags:
|
8 |
- Podcast
|
9 |
- audio
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
license: unknown
|
5 |
+
size_categories:
|
6 |
+
- 100K<n<1M
|
7 |
task_categories:
|
8 |
- automatic-speech-recognition
|
9 |
+
pretty_name: Transcribed French Podcast
|
|
|
10 |
tags:
|
11 |
- Podcast
|
12 |
- audio
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
dataset_info:
|
19 |
+
features:
|
20 |
+
- name: programme_id
|
21 |
+
dtype: string
|
22 |
+
- name: programme_entry_date
|
23 |
+
dtype: string
|
24 |
+
- name: programme_rss_link
|
25 |
+
dtype: string
|
26 |
+
- name: podcast_title
|
27 |
+
dtype: string
|
28 |
+
- name: podcast_date
|
29 |
+
dtype: string
|
30 |
+
- name: podcast_duration
|
31 |
+
dtype: string
|
32 |
+
- name: audio_podcast_link
|
33 |
+
dtype: string
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 96627005
|
37 |
+
num_examples: 281759
|
38 |
+
download_size: 28777088
|
39 |
+
dataset_size: 96627005
|
40 |
+
---
|