louisbrulenaudet commited on
Commit
30eb575
1 Parent(s): 9431f20

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -20,6 +20,26 @@ task_categories:
20
  - conversational
21
  size_categories:
22
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
  # Code de la sécurité sociale, 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: 9112873
40
+ num_examples: 7338
41
+ download_size: 3348156
42
+ dataset_size: 9112873
43
  ---
44
  # Code de la sécurité sociale, non-instruct (11-12-2023)
45