louisbrulenaudet commited on
Commit
7203151
·
verified ·
1 Parent(s): 1f5ab1c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -50
README.md CHANGED
@@ -1,52 +1,29 @@
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
14
- - summarization
15
- - conversational
16
- pretty_name: Code des relations entre le public et l'administration
17
  tags:
18
  - finetuning
19
  - legal
20
  - french law
21
  - droit français
22
  - Code des relations entre le public et l'administration
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: 382784
40
- num_examples: 471
41
- download_size: 122527
42
- dataset_size: 382784
43
- configs:
44
- - config_name: default
45
- data_files:
46
- - split: train
47
- path: data/train-*
48
  ---
49
- # Code des relations entre le public et l'administration, non-instruct (11-12-2023)
50
 
51
  This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
52
 
@@ -69,6 +46,9 @@ This JSON file is a list of dictionaries, each dictionary contains the following
69
  - `instruction`: `string`, presenting the instruction linked to the element.
70
  - `input`: `string`, signifying the input details for the element.
71
  - `output`: `string`, indicating the output information for the element.
 
 
 
72
 
73
  We used the following list of instructions for generating the dataset:
74
  ```python
@@ -114,19 +94,6 @@ instructions = [
114
  ]
115
  ```
116
 
117
- ## Citing this project
118
-
119
- If you use this code in your research, please use the following BibTeX entry.
120
-
121
- ```BibTeX
122
- @misc{louisbrulenaudet2023,
123
- author = {Louis Brulé Naudet},
124
- title = {Code des relations entre le public et l'administration, non-instruct (11-12-2023)},
125
- howpublished = {\url{https://huggingface.co/datasets/louisbrulenaudet/code-relations-public-administration}},
126
- year = {2023}
127
- }
128
- ```
129
-
130
  ## Feedback
131
 
132
  If you have any feedback, please reach out at [[email protected]](mailto:[email protected]).
 
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 des relations entre le public et l'administration
13
+ source_datasets:
14
+ - original
15
+ pretty_name: Code des relations entre le public et l'administration
16
+ task_categories:
17
+ - text-generation
18
+ - table-question-answering
19
+ - summarization
20
+ - text-retrieval
21
+ - question-answering
22
+ - text-classification
23
+ size_categories:
24
+ - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
+ # Code des relations entre le public et l'administration, non-instruct (2024-03-26)
27
 
28
  This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
29
 
 
46
  - `instruction`: `string`, presenting the instruction linked to the element.
47
  - `input`: `string`, signifying the input details for the element.
48
  - `output`: `string`, indicating the output information for the element.
49
+ - `start`: `string`, the date of entry into force of the article.
50
+ - `expiration`: `string`, the date of expiration of the article.
51
+ - `num`: `string`, the id of the article.
52
 
53
  We used the following list of instructions for generating the dataset:
54
  ```python
 
94
  ]
95
  ```
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  ## Feedback
98
 
99
  If you have any feedback, please reach out at [[email protected]](mailto:[email protected]).