Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- fr
|
| 4 |
-
license: apache-2.0
|
| 5 |
multilinguality:
|
| 6 |
- monolingual
|
| 7 |
-
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
source_datasets:
|
| 10 |
- original
|
|
|
|
| 11 |
task_categories:
|
| 12 |
- text-generation
|
| 13 |
- table-question-answering
|
|
@@ -15,40 +20,10 @@ task_categories:
|
|
| 15 |
- text-retrieval
|
| 16 |
- question-answering
|
| 17 |
- text-classification
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
- finetuning
|
| 21 |
-
- legal
|
| 22 |
-
- french law
|
| 23 |
-
- droit français
|
| 24 |
-
- Code de procédure civile
|
| 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: 1140146
|
| 42 |
-
num_examples: 2053
|
| 43 |
-
download_size: 402641
|
| 44 |
-
dataset_size: 1140146
|
| 45 |
-
configs:
|
| 46 |
-
- config_name: default
|
| 47 |
-
data_files:
|
| 48 |
-
- split: train
|
| 49 |
-
path: data/train-*
|
| 50 |
---
|
| 51 |
-
# Code de procédure civile, non-instruct (2024-03-
|
| 52 |
|
| 53 |
This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
|
| 54 |
|
|
|
|
| 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 de procédure civile
|
| 13 |
source_datasets:
|
| 14 |
- original
|
| 15 |
+
pretty_name: Code de procédure civile
|
| 16 |
task_categories:
|
| 17 |
- text-generation
|
| 18 |
- table-question-answering
|
|
|
|
| 20 |
- text-retrieval
|
| 21 |
- question-answering
|
| 22 |
- text-classification
|
| 23 |
+
size_categories:
|
| 24 |
+
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
+
# Code de procédure civile, non-instruct (2024-03-29)
|
| 27 |
|
| 28 |
This project focuses on fine-tuning pre-trained language models to create efficient and accurate models for legal practice.
|
| 29 |
|