louisbrulenaudet
commited on
Commit
•
97a9f7b
1
Parent(s):
a053a8e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -17,11 +17,13 @@ task_categories:
|
|
17 |
- text-generation
|
18 |
- table-question-answering
|
19 |
- summarization
|
20 |
-
-
|
|
|
|
|
21 |
size_categories:
|
22 |
- 1K<n<10K
|
23 |
---
|
24 |
-
# Code de l'artisanat, non-instruct (
|
25 |
|
26 |
This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
|
27 |
|
@@ -44,6 +46,9 @@ This JSON file is a list of dictionaries, each dictionary contains the following
|
|
44 |
- `instruction`: `string`, presenting the instruction linked to the element.
|
45 |
- `input`: `string`, signifying the input details for the element.
|
46 |
- `output`: `string`, indicating the output information for the element.
|
|
|
|
|
|
|
47 |
|
48 |
We used the following list of instructions for generating the dataset:
|
49 |
```python
|
@@ -89,19 +94,6 @@ instructions = [
|
|
89 |
]
|
90 |
```
|
91 |
|
92 |
-
## Citing this project
|
93 |
-
|
94 |
-
If you use this code in your research, please use the following BibTeX entry.
|
95 |
-
|
96 |
-
```BibTeX
|
97 |
-
@misc{louisbrulenaudet2023,
|
98 |
-
author = {Louis Brulé Naudet},
|
99 |
-
title = {Code de l'artisanat, non-instruct (11-12-2023)},
|
100 |
-
howpublished = {\url{https://huggingface.co/datasets/louisbrulenaudet/code-artisanat}},
|
101 |
-
year = {2023}
|
102 |
-
}
|
103 |
-
```
|
104 |
-
|
105 |
## Feedback
|
106 |
|
107 |
If you have any feedback, please reach out at [louisbrulenaudet@icloud.com](mailto:louisbrulenaudet@icloud.com).
|
|
|
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 de l'artisanat, non-instruct (2024-03-25)
|
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 [louisbrulenaudet@icloud.com](mailto:louisbrulenaudet@icloud.com).
|