Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: data/train-*
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: audio
|
| 10 |
+
dtype:
|
| 11 |
+
audio:
|
| 12 |
+
sampling_rate: 16000
|
| 13 |
+
- name: audio_end
|
| 14 |
+
dtype: float64
|
| 15 |
+
- name: audio_length
|
| 16 |
+
dtype: float64
|
| 17 |
+
- name: audio_source
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: audio_start
|
| 20 |
+
dtype: float64
|
| 21 |
+
- name: id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: sentence_id
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: speaker_info
|
| 26 |
+
struct:
|
| 27 |
+
- name: Agenda
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: Body
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: Date
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: ID
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: Lang
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: Meeting
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: Party_orientation
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: Party_status
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: Session
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: Sitting
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: Speaker_ID
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: Speaker_MP
|
| 50 |
+
dtype: string
|
| 51 |
+
- name: Speaker_birth
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: Speaker_gender
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: Speaker_minister
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: Speaker_name
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: Speaker_party
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: Speaker_party_name
|
| 62 |
+
dtype: string
|
| 63 |
+
- name: Speaker_role
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: Subcorpus
|
| 66 |
+
dtype: string
|
| 67 |
+
- name: Term
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: Text_ID
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: Title
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: text
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: text_end
|
| 76 |
+
dtype: int64
|
| 77 |
+
- name: text_start
|
| 78 |
+
dtype: int64
|
| 79 |
+
- name: words
|
| 80 |
+
list:
|
| 81 |
+
- name: char_e
|
| 82 |
+
dtype: int64
|
| 83 |
+
- name: char_s
|
| 84 |
+
dtype: int64
|
| 85 |
+
- name: id
|
| 86 |
+
dtype: string
|
| 87 |
+
- name: time_e
|
| 88 |
+
dtype: float64
|
| 89 |
+
- name: time_s
|
| 90 |
+
dtype: float64
|
| 91 |
+
splits:
|
| 92 |
+
- name: train
|
| 93 |
+
num_bytes: 187604534404.769
|
| 94 |
+
num_examples: 720091
|
| 95 |
+
download_size: 40094695351
|
| 96 |
+
dataset_size: 187604534404.769
|
| 97 |
+
---
|
| 98 |
+
# Dataset Card for "ParlaSpeech-CZ.v1.0"
|
| 99 |
+
|
| 100 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|