louisbrulenaudet commited on
Commit
ac1055b
1 Parent(s): f310e88

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 du travail maritime, 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: 2701
42
+ num_examples: 4
43
+ download_size: 10201
44
+ dataset_size: 2701
45
  ---
46
  # Code du travail maritime, non-instruct (2024-03-26)
47