Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ Model for the automatic prediction of *titrages* (keyword sequence) from *sommai
|
|
9 |
|
10 |
## Model description
|
11 |
|
12 |
-
|
13 |
|
14 |
### Intended uses & limitations
|
15 |
|
|
|
9 |
|
10 |
## Model description
|
11 |
|
12 |
+
The model is a transformer-base model trained on parallel data (sommaires-titrages) provided by the Cour de Cassation. The model was intially trained using the Fairseq toolkit, converted to HuggingFace and then fine-tuned on the original training data to smooth out minor differences that arose during the conversion process. Tokenisation is performed using a SentencePiece model, the BPE strategy and a vocab size of 8000.
|
13 |
|
14 |
### Intended uses & limitations
|
15 |
|