bastiendechamps
commited on
Commit
•
94d4ae2
1
Parent(s):
e68a45b
Upload dataset
Browse files- README.md +23 -13
- data/dev-00000-of-00001.parquet +3 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: audio
|
5 |
-
dtype:
|
6 |
- name: file_name
|
7 |
dtype: string
|
8 |
- name: transcription
|
@@ -95,25 +103,27 @@ dataset_info:
|
|
95 |
sequence: string
|
96 |
splits:
|
97 |
- name: train
|
98 |
-
num_bytes:
|
99 |
-
num_examples:
|
100 |
-
|
101 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
configs:
|
103 |
- config_name: default
|
104 |
data_files:
|
105 |
- split: train
|
106 |
path: data/train-*
|
107 |
-
|
108 |
-
|
109 |
-
-
|
110 |
-
|
111 |
-
- fr
|
112 |
tags:
|
113 |
- medical
|
114 |
-
pretty_name: PxCorpus
|
115 |
-
size_categories:
|
116 |
-
- 1K<n<10K
|
117 |
---
|
118 |
|
119 |
# PxCorpus : A Spoken Drug Prescription Dataset in French
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
license: cc-by-4.0
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- automatic-speech-recognition
|
9 |
+
pretty_name: PxCorpus
|
10 |
dataset_info:
|
11 |
features:
|
12 |
- name: audio
|
13 |
+
dtype: string
|
14 |
- name: file_name
|
15 |
dtype: string
|
16 |
- name: transcription
|
|
|
103 |
sequence: string
|
104 |
splits:
|
105 |
- name: train
|
106 |
+
num_bytes: 600813
|
107 |
+
num_examples: 1127
|
108 |
+
- name: test
|
109 |
+
num_bytes: 600813
|
110 |
+
num_examples: 1127
|
111 |
+
- name: dev
|
112 |
+
num_bytes: 600813
|
113 |
+
num_examples: 1127
|
114 |
+
download_size: 446781
|
115 |
+
dataset_size: 1802439
|
116 |
configs:
|
117 |
- config_name: default
|
118 |
data_files:
|
119 |
- split: train
|
120 |
path: data/train-*
|
121 |
+
- split: test
|
122 |
+
path: data/test-*
|
123 |
+
- split: dev
|
124 |
+
path: data/dev-*
|
|
|
125 |
tags:
|
126 |
- medical
|
|
|
|
|
|
|
127 |
---
|
128 |
|
129 |
# PxCorpus : A Spoken Drug Prescription Dataset in French
|
data/dev-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c047fe97cb861dc52ca501b531ef3cc02e835c92fcd0b14df8ef831d16b2a3fb
|
3 |
+
size 148927
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c047fe97cb861dc52ca501b531ef3cc02e835c92fcd0b14df8ef831d16b2a3fb
|
3 |
+
size 148927
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c047fe97cb861dc52ca501b531ef3cc02e835c92fcd0b14df8ef831d16b2a3fb
|
3 |
+
size 148927
|