Datasets:
KennethEnevoldsen
commited on
Commit
•
27f9699
1
Parent(s):
705d39b
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +25 -6
- documents/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,24 +1,43 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- text-classification
|
4 |
-
- question-answering
|
5 |
language:
|
6 |
- fr
|
7 |
-
|
8 |
size_categories:
|
9 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
10 |
configs:
|
11 |
- config_name: documents
|
12 |
data_files:
|
13 |
- split: test
|
14 |
-
path: documents
|
15 |
- config_name: queries
|
16 |
data_files:
|
17 |
- split: test
|
18 |
path: queries-test.json
|
19 |
- split: train
|
20 |
path: queries-train.json
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
This is a re-edit from the Alloprof dataset (which can be found here : https://huggingface.co/datasets/antoinelb7/alloprof).
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- fr
|
4 |
+
license: apache-2.0
|
5 |
size_categories:
|
6 |
- 1K<n<10K
|
7 |
+
task_categories:
|
8 |
+
- text-classification
|
9 |
+
- question-answering
|
10 |
+
pretty_name: alloprof
|
11 |
configs:
|
12 |
- config_name: documents
|
13 |
data_files:
|
14 |
- split: test
|
15 |
+
path: documents/test-*
|
16 |
- config_name: queries
|
17 |
data_files:
|
18 |
- split: test
|
19 |
path: queries-test.json
|
20 |
- split: train
|
21 |
path: queries-train.json
|
22 |
+
dataset_info:
|
23 |
+
config_name: documents
|
24 |
+
features:
|
25 |
+
- name: topic
|
26 |
+
dtype: string
|
27 |
+
- name: title
|
28 |
+
dtype: string
|
29 |
+
- name: text
|
30 |
+
dtype: string
|
31 |
+
- name: uuid
|
32 |
+
dtype: string
|
33 |
+
- name: __index_level_0__
|
34 |
+
dtype: int64
|
35 |
+
splits:
|
36 |
+
- name: test
|
37 |
+
num_bytes: 9531951
|
38 |
+
num_examples: 2556
|
39 |
+
download_size: 5040817
|
40 |
+
dataset_size: 9531951
|
41 |
---
|
42 |
|
43 |
This is a re-edit from the Alloprof dataset (which can be found here : https://huggingface.co/datasets/antoinelb7/alloprof).
|
documents/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e7a057c87574494f6dd6100d80486aa57b59902f123cc9e21300bd2f8b59f6d
|
3 |
+
size 5040817
|