louisbrulenaudet commited on
Commit
2f81a02
1 Parent(s): d3cc168

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +35 -10
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -1,18 +1,13 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - fr
 
5
  multilinguality:
6
  - monolingual
7
- tags:
8
- - finetuning
9
- - legal
10
- - french law
11
- - droit français
12
- - Code électoral
13
  source_datasets:
14
  - original
15
- pretty_name: Code électoral
16
  task_categories:
17
  - text-generation
18
  - table-question-answering
@@ -20,8 +15,38 @@ task_categories:
20
  - text-retrieval
21
  - question-answering
22
  - text-classification
23
- size_categories:
24
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
  # Code électoral, non-instruct (2024-05-17)
27
 
 
1
  ---
 
2
  language:
3
  - fr
4
+ license: apache-2.0
5
  multilinguality:
6
  - monolingual
7
+ size_categories:
8
+ - 1K<n<10K
 
 
 
 
9
  source_datasets:
10
  - original
 
11
  task_categories:
12
  - text-generation
13
  - table-question-answering
 
15
  - text-retrieval
16
  - question-answering
17
  - text-classification
18
+ pretty_name: Code électoral
19
+ tags:
20
+ - finetuning
21
+ - legal
22
+ - french law
23
+ - droit français
24
+ - Code électoral
25
+ configs:
26
+ - config_name: default
27
+ data_files:
28
+ - split: train
29
+ path: data/train-*
30
+ dataset_info:
31
+ features:
32
+ - name: instruction
33
+ dtype: string
34
+ - name: input
35
+ dtype: string
36
+ - name: output
37
+ dtype: string
38
+ - name: start
39
+ dtype: string
40
+ - name: expiration
41
+ dtype: string
42
+ - name: num
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 1115246
47
+ num_examples: 1246
48
+ download_size: 406106
49
+ dataset_size: 1115246
50
  ---
51
  # Code électoral, non-instruct (2024-05-17)
52
 
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3f64f1ecc5dbb8322c0aa00eebde4ae4d5b251ec838a96018d76703fc743d91
3
- size 406173
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd23fc251362f6646285ebc73c35a3a1ee0e0c1f64ca9f2b4eb9aa17da4f1e3
3
+ size 406106