basilepp19 commited on
Commit
3d9b688
1 Parent(s): 0b114ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -7,24 +7,26 @@ 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_base
14
 
15
- This model is a fine-tuned version of [gsarti/it5-base](https://huggingface.co/gsarti/it5-base) on an unknown dataset.
16
 
17
  ## Model description
18
 
19
- More information needed
 
 
 
 
20
 
21
  ## Intended uses & limitations
22
 
23
- More information needed
24
 
25
  ## Training and evaluation data
26
 
27
- More information needed
28
 
29
  ## Training procedure
30
 
 
7
  results: []
8
  ---
9
 
 
 
10
 
11
  # model_5M_base
12
 
13
+ This model is a fine-tuned version of [gsarti/it5-base](https://huggingface.co/gsarti/it5-base) on a dataset of Common Procurement Vocabulary (CPV) codes.
14
 
15
  ## Model description
16
 
17
+ The model is trained on 3.2M pairs of Italian tender descriptions and the corresponding CPV code.
18
+
19
+ Here an example:
20
+
21
+ > {"source": "lavori lavori di pavimentazione delle vie san martino e santa Maddalena", "target": "45262321-7 - lavori di pavimentazione"}
22
 
23
  ## Intended uses & limitations
24
 
25
+ This model can generate a CPV code given an Italian tender description.
26
 
27
  ## Training and evaluation data
28
 
29
+ Training data are taken form the [ANAC website](https://dati.anticorruzione.it/opendata).
30
 
31
  ## Training procedure
32