louisbrulenaudet
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,40 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
base_model: intfloat/multilingual-e5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
10 |
- name: lemone-router
|
11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
-
#
|
18 |
|
19 |
-
This model is a fine-tuned version of [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base)
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.4096
|
22 |
- Accuracy: 0.9265
|
@@ -57,6 +75,11 @@ The following hyperparameters were used during training:
|
|
57 |
| 0.1273 | 4.0 | 11236 | 0.3788 | 0.9187 |
|
58 |
| 0.0525 | 5.0 | 14045 | 0.4096 | 0.9265 |
|
59 |
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
### Framework versions
|
62 |
|
@@ -64,3 +87,19 @@ The following hyperparameters were used during training:
|
|
64 |
- Pytorch 2.4.1+cu121
|
65 |
- Datasets 2.21.0
|
66 |
- Tokenizers 0.20.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
base_model: intfloat/multilingual-e5-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
- sentence-transformers
|
8 |
+
- text-classification
|
9 |
+
- feature-extraction
|
10 |
+
- generated_from_trainer
|
11 |
+
- legal
|
12 |
+
- taxation
|
13 |
+
- fiscalité
|
14 |
+
- tax
|
15 |
metrics:
|
16 |
- accuracy
|
17 |
model-index:
|
18 |
- name: lemone-router
|
19 |
results: []
|
20 |
+
language:
|
21 |
+
- fr
|
22 |
+
pipeline_tag: text-classification
|
23 |
+
datasets:
|
24 |
+
- louisbrulenaudet/code-impots
|
25 |
+
- louisbrulenaudet/code-impots-annexe-iv
|
26 |
+
- louisbrulenaudet/code-impots-annexe-iii
|
27 |
+
- louisbrulenaudet/code-impots-annexe-i
|
28 |
+
- louisbrulenaudet/code-impots-annexe-ii
|
29 |
+
- louisbrulenaudet/livre-procedures-fiscales
|
30 |
+
- louisbrulenaudet/bofip
|
31 |
---
|
32 |
|
33 |
+
<img src="assets/thumbnail.webp">
|
|
|
34 |
|
35 |
+
# Lemone-Router: A Series of Fine-Tuned Classification Models for French Taxation
|
36 |
|
37 |
+
This model is a fine-tuned version of [intfloat/multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base).
|
38 |
It achieves the following results on the evaluation set:
|
39 |
- Loss: 0.4096
|
40 |
- Accuracy: 0.9265
|
|
|
75 |
| 0.1273 | 4.0 | 11236 | 0.3788 | 0.9187 |
|
76 |
| 0.0525 | 5.0 | 14045 | 0.4096 | 0.9265 |
|
77 |
|
78 |
+
### Training Hardware
|
79 |
+
- **On Cloud**: No
|
80 |
+
- **GPU Model**: 1 x NVIDIA H100 NVL
|
81 |
+
- **CPU Model**: AMD EPYC 9V84 96-Core Processor
|
82 |
+
- **RAM Size**: 314.68 GB
|
83 |
|
84 |
### Framework versions
|
85 |
|
|
|
87 |
- Pytorch 2.4.1+cu121
|
88 |
- Datasets 2.21.0
|
89 |
- Tokenizers 0.20.1
|
90 |
+
|
91 |
+
## Citation
|
92 |
+
If you use this code in your research, please use the following BibTeX entry.
|
93 |
+
|
94 |
+
```BibTeX
|
95 |
+
@misc{louisbrulenaudet2024,
|
96 |
+
author = {Louis Brulé Naudet},
|
97 |
+
title = {Lemone-Embed: A Series of Fine-Tuned Embedding Models for French Taxation},
|
98 |
+
year = {2024}
|
99 |
+
howpublished = {\url{https://huggingface.co/datasets/louisbrulenaudet/lemone-embed-pro}},
|
100 |
+
}
|
101 |
+
```
|
102 |
+
|
103 |
+
## Feedback
|
104 |
+
|
105 |
+
If you have any feedback, please reach out at [[email protected]](mailto:[email protected]).
|