louisbrulenaudet
commited on
Commit
•
54ed131
1
Parent(s):
2c6d969
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,6 +20,26 @@ task_categories:
|
|
20 |
- conversational
|
21 |
size_categories:
|
22 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
# Code de l'éducation, non-instruct (11-12-2023)
|
25 |
|
|
|
20 |
- conversational
|
21 |
size_categories:
|
22 |
- 1K<n<10K
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: instruction
|
26 |
+
dtype: string
|
27 |
+
- name: input
|
28 |
+
dtype: string
|
29 |
+
- name: output
|
30 |
+
dtype: string
|
31 |
+
- name: start
|
32 |
+
dtype: string
|
33 |
+
- name: expiration
|
34 |
+
dtype: string
|
35 |
+
- name: num
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 5340774
|
40 |
+
num_examples: 5001
|
41 |
+
download_size: 1830710
|
42 |
+
dataset_size: 5340774
|
43 |
---
|
44 |
# Code de l'éducation, non-instruct (11-12-2023)
|
45 |
|