louisbrulenaudet
commited on
Commit
•
83faf4d
1
Parent(s):
9786a78
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -17,31 +17,13 @@ task_categories:
|
|
17 |
- text-generation
|
18 |
- table-question-answering
|
19 |
- summarization
|
20 |
-
-
|
|
|
|
|
21 |
size_categories:
|
22 |
- 1K<n<10K
|
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: 7581160
|
40 |
-
num_examples: 8655
|
41 |
-
download_size: 2685851
|
42 |
-
dataset_size: 7581160
|
43 |
---
|
44 |
-
# Code des transports, non-instruct (
|
45 |
|
46 |
This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
|
47 |
|
@@ -64,6 +46,9 @@ This JSON file is a list of dictionaries, each dictionary contains the following
|
|
64 |
- `instruction`: `string`, presenting the instruction linked to the element.
|
65 |
- `input`: `string`, signifying the input details for the element.
|
66 |
- `output`: `string`, indicating the output information for the element.
|
|
|
|
|
|
|
67 |
|
68 |
We used the following list of instructions for generating the dataset:
|
69 |
```python
|
@@ -109,19 +94,6 @@ instructions = [
|
|
109 |
]
|
110 |
```
|
111 |
|
112 |
-
## Citing this project
|
113 |
-
|
114 |
-
If you use this code in your research, please use the following BibTeX entry.
|
115 |
-
|
116 |
-
```BibTeX
|
117 |
-
@misc{louisbrulenaudet2023,
|
118 |
-
author = {Louis Brulé Naudet},
|
119 |
-
title = {Code des transports, non-instruct (11-12-2023)},
|
120 |
-
howpublished = {\url{https://huggingface.co/datasets/louisbrulenaudet/code-transports}},
|
121 |
-
year = {2023}
|
122 |
-
}
|
123 |
-
```
|
124 |
-
|
125 |
## Feedback
|
126 |
|
127 |
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 des transports, 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 [louisbrulenaudet@icloud.com](mailto:louisbrulenaudet@icloud.com).
|