Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,17 +1,79 @@
|
|
1 |
---
|
2 |
-
license: cc0-1.0
|
3 |
-
task_categories:
|
4 |
-
- automatic-speech-recognition
|
5 |
language:
|
6 |
- nb
|
7 |
- nn
|
8 |
- 'no'
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- dialects
|
11 |
- podcasts
|
12 |
- live-events
|
13 |
- conversational
|
14 |
- speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
# Dataset Card for Sprakbanken/nb_samtale
|
17 |
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- nb
|
4 |
- nn
|
5 |
- 'no'
|
6 |
+
license: cc0-1.0
|
7 |
+
task_categories:
|
8 |
+
- automatic-speech-recognition
|
9 |
tags:
|
10 |
- dialects
|
11 |
- podcasts
|
12 |
- live-events
|
13 |
- conversational
|
14 |
- speech
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: source_file_id
|
18 |
+
dtype: string
|
19 |
+
- name: segment_id
|
20 |
+
dtype: string
|
21 |
+
- name: segment_order
|
22 |
+
dtype: int64
|
23 |
+
- name: duration
|
24 |
+
dtype: float64
|
25 |
+
- name: overlap_previous
|
26 |
+
dtype: bool
|
27 |
+
- name: overlap_next
|
28 |
+
dtype: bool
|
29 |
+
- name: speaker_id
|
30 |
+
dtype: string
|
31 |
+
- name: gender
|
32 |
+
dtype:
|
33 |
+
class_label:
|
34 |
+
names:
|
35 |
+
'0': f
|
36 |
+
'1': m
|
37 |
+
- name: dialect
|
38 |
+
dtype:
|
39 |
+
class_label:
|
40 |
+
names:
|
41 |
+
'0': e
|
42 |
+
'1': n
|
43 |
+
'2': sw
|
44 |
+
'3': t
|
45 |
+
'4': w
|
46 |
+
- name: orthography
|
47 |
+
dtype:
|
48 |
+
class_label:
|
49 |
+
names:
|
50 |
+
'0': bm
|
51 |
+
'1': nn
|
52 |
+
- name: source_type
|
53 |
+
dtype:
|
54 |
+
class_label:
|
55 |
+
names:
|
56 |
+
'0': live-event
|
57 |
+
'1': podcast
|
58 |
+
- name: file_name
|
59 |
+
dtype: string
|
60 |
+
- name: transcription
|
61 |
+
dtype: string
|
62 |
+
- name: audio
|
63 |
+
dtype:
|
64 |
+
audio:
|
65 |
+
sampling_rate: 16000
|
66 |
+
splits:
|
67 |
+
- name: dev
|
68 |
+
num_bytes: 261655958.008
|
69 |
+
num_examples: 1194
|
70 |
+
download_size: 266190443
|
71 |
+
dataset_size: 261655958.008
|
72 |
+
configs:
|
73 |
+
- config_name: default
|
74 |
+
data_files:
|
75 |
+
- split: dev
|
76 |
+
path: data/dev-*
|
77 |
---
|
78 |
# Dataset Card for Sprakbanken/nb_samtale
|
79 |
|