María Navas Loro commited on
Commit
107741e
1 Parent(s): 94eddbb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -9
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # roberta-finetuned-CPV_Spanish
17
 
18
- This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0460
21
  - F1: 0.7937
@@ -24,17 +24,10 @@ It achieves the following results on the evaluation set:
24
  - Coverage Error: 10.3171
25
  - Label Ranking Average Precision Score: 0.7977
26
 
27
- ## Model description
28
-
29
- More information needed
30
-
31
  ## Intended uses & limitations
32
 
33
- More information needed
34
-
35
- ## Training and evaluation data
36
 
37
- More information needed
38
 
39
  ## Training procedure
40
 
 
15
 
16
  # roberta-finetuned-CPV_Spanish
17
 
18
+ This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-bne](https://huggingface.co/PlanTL-GOB-ES/roberta-base-bne) on a dataset derived from Spanish Public Procurement documents from 2019. The whole fine-tuning process is available in the following [Kaggle notebook](https://www.kaggle.com/code/marianavasloro/fine-tuned-roberta-for-spanish-cpv-codes).
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.0460
21
  - F1: 0.7937
 
24
  - Coverage Error: 10.3171
25
  - Label Ranking Average Precision Score: 0.7977
26
 
 
 
 
 
27
  ## Intended uses & limitations
28
 
29
+ This model only predicts the first two digits of the CPV codes.
 
 
30
 
 
31
 
32
  ## Training procedure
33