Nicolas-BZRD commited on
Commit
08def0e
1 Parent(s): a7312b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -1,12 +1,29 @@
1
  ---
2
- license: odc-by
3
  language:
4
  - fr
5
- tags:
6
- - legal
7
- pretty_name: Q&R Assemblée nationale et Sénat
8
  task_categories:
9
  - question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Q&R (National Assembly and )
12
  The [database](https://echanges.dila.gouv.fr/OPENDATA/Questions-Reponses/) contains senators' questions with ministerial answers and questions from deputies wiht ministerial responses.
 
1
  ---
 
2
  language:
3
  - fr
4
+ license: odc-by
 
 
5
  task_categories:
6
  - question-answering
7
+ pretty_name: Q&R Assemblée nationale et Sénat
8
+ tags:
9
+ - legal
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/train-*
15
+ dataset_info:
16
+ features:
17
+ - name: id
18
+ dtype: string
19
+ - name: text
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 125908573
24
+ num_examples: 630
25
+ download_size: 60098268
26
+ dataset_size: 125908573
27
  ---
28
  # Q&R (National Assembly and )
29
  The [database](https://echanges.dila.gouv.fr/OPENDATA/Questions-Reponses/) contains senators' questions with ministerial answers and questions from deputies wiht ministerial responses.