louisbrulenaudet commited on
Commit
a3e617b
1 Parent(s): 1831582

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -22,6 +22,26 @@ task_categories:
22
  - text-classification
23
  size_categories:
24
  - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
  # Code rural (ancien), non-instruct (2024-03-26)
27
 
 
22
  - text-classification
23
  size_categories:
24
  - 1K<n<10K
25
+ dataset_info:
26
+ features:
27
+ - name: instruction
28
+ dtype: string
29
+ - name: input
30
+ dtype: string
31
+ - name: output
32
+ dtype: string
33
+ - name: start
34
+ dtype: string
35
+ - name: expiration
36
+ dtype: string
37
+ - name: num
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 54497
42
+ num_examples: 69
43
+ download_size: 28282
44
+ dataset_size: 54497
45
  ---
46
  # Code rural (ancien), non-instruct (2024-03-26)
47