louisbrulenaudet commited on
Commit
f6556da
1 Parent(s): 0b5399b

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 l'urbanisme, 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: 2183292
40
+ num_examples: 2385
41
+ download_size: 786009
42
+ dataset_size: 2183292
43
  ---
44
  # Code de l'urbanisme, non-instruct (11-12-2023)
45