Commit
·
630e063
1
Parent(s):
2d5dda4
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,24 +7,25 @@ model-index:
|
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
| 10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
-
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
-
|
| 13 |
# model_5M
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [gsarti/it5-large](https://huggingface.co/gsarti/it5-large) on
|
| 16 |
|
| 17 |
## Model description
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Intended uses & limitations
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
## Training and evaluation data
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
## Training procedure
|
| 30 |
|
|
|
|
| 7 |
results: []
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
| 10 |
# model_5M
|
| 11 |
|
| 12 |
+
This model is a fine-tuned version of [gsarti/it5-large](https://huggingface.co/gsarti/it5-large) on a dataset of Common Procurement Vocabulary (CPV) codes.
|
| 13 |
|
| 14 |
## Model description
|
| 15 |
|
| 16 |
+
The model is trained on 3.2M pairs of Italian tender descriptions and the corresponding CPV code.
|
| 17 |
+
|
| 18 |
+
Here an example:
|
| 19 |
+
|
| 20 |
+
> {"source": "lavori lavori di pavimentazione delle vie san martino e santa Maddalena", "target": "45262321-7 - lavori di pavimentazione"}
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
| 24 |
+
This model can generate a CPV code given an Italian tender description.
|
| 25 |
|
| 26 |
## Training and evaluation data
|
| 27 |
|
| 28 |
+
Training data are taken form the [ANAC website](https://dati.anticorruzione.it/opendata).
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|