Datasets:

Modalities:
Audio
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
BenjaminGalliot commited on
Commit
22f86d6
·
verified ·
1 Parent(s): 6585121

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +20 -4
  2. test.py +3 -0
README.md CHANGED
@@ -16,9 +16,6 @@ multilinguality:
16
  - multilingual
17
  - translation
18
  size_categories:
19
- yong1288:
20
- - 10K<n<100K
21
- japh1234:
22
  - 10K<n<100K
23
  source_datasets:
24
  - original
@@ -26,6 +23,25 @@ task_categories:
26
  - automatic-speech-recognition
27
  task_ids:
28
  - speech-recognition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # Dataset Card for [Needs More Information]
@@ -60,7 +76,7 @@ task_ids:
60
  - **Paper:** [A paper about the Pangloss Collection, including a presentation of the Document Type Definition](https://halshs.archives-ouvertes.fr/halshs-01003734)
61
  [A paper in French about the deposit in Zenodo](https://halshs.archives-ouvertes.fr/halshs-03475436)
62
  - **Leaderboard:** [Needs More Information]
63
- - **Point of Contact:** [Benjamin Galliot](mailto:b.g01lyon@gmail.com)
64
 
65
  ### Dataset Summary
66
 
 
16
  - multilingual
17
  - translation
18
  size_categories:
 
 
 
19
  - 10K<n<100K
20
  source_datasets:
21
  - original
 
23
  - automatic-speech-recognition
24
  task_ids:
25
  - speech-recognition
26
+
27
+
28
+ configs:
29
+ - config_name: yong1288
30
+ data_files:
31
+ - split: train
32
+ path: "yong1288/train.csv"
33
+ - split: test
34
+ path: "yong1288/test.csv"
35
+ - split: validation
36
+ path: "yong1288/validation.csv"
37
+ - config_name: japh1234
38
+ data_files:
39
+ - split: train
40
+ path: "japh1234/train.csv"
41
+ - split: test
42
+ path: "japh1234/test.csv"
43
+ - split: validation
44
+ path: "japh1234/validation.csv"
45
  ---
46
 
47
  # Dataset Card for [Needs More Information]
 
76
  - **Paper:** [A paper about the Pangloss Collection, including a presentation of the Document Type Definition](https://halshs.archives-ouvertes.fr/halshs-01003734)
77
  [A paper in French about the deposit in Zenodo](https://halshs.archives-ouvertes.fr/halshs-03475436)
78
  - **Leaderboard:** [Needs More Information]
79
+ - **Point of Contact:** [Benjamin Galliot](mailto:benjamin.galliot@cnrs.fr)
80
 
81
  ### Dataset Summary
82
 
test.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from datasets import load_dataset
2
+
3
+ dataset = load_dataset("Lacito/pangloss", "japh1234")