asdc commited on
Commit
50fc0c3
1 Parent(s): 8961115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -34,7 +34,7 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  # Bio-RoBERTime
36
 
37
- This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-biomedical-clinical-es](https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es) on the None dataset.
38
 
39
  It achieves the following results on the [E3C corpus](https://github.com/hltfbk/E3C-Corpus) test set following the TempEval-3 evaluation metrics:
40
 
@@ -44,6 +44,8 @@ It achieves the following results on the [E3C corpus](https://github.com/hltfbk/
44
  | Heideltime | 0.5945 | 0.7558 | 0.6083 |
45
  | Annotador | 0.6006 | 0.7347 | 0.5598 |
46
 
 
 
47
  ## Model description
48
 
49
  - **Developed by**: Alejandro Sánchez de Castro, Juan Martínez Romo, Lourdes Araujo
 
34
 
35
  # Bio-RoBERTime
36
 
37
+ This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-biomedical-clinical-es](https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-clinical-es) on the [E3C](https://github.com/hltfbk/E3C-Corpus) and Timebank datasets.
38
 
39
  It achieves the following results on the [E3C corpus](https://github.com/hltfbk/E3C-Corpus) test set following the TempEval-3 evaluation metrics:
40
 
 
44
  | Heideltime | 0.5945 | 0.7558 | 0.6083 |
45
  | Annotador | 0.6006 | 0.7347 | 0.5598 |
46
 
47
+ RoBERTime is a token classification model, it labels each token into one of the 9 posible labels. We follow the BIO label schema, so each class has two posible values: Begining or Interior. For more Details on the implementation and evaluation refer to the paper: ["RoBERTime: A novel model for the detection of temporal expressions in Spanish" ](https://rua.ua.es/dspace/handle/10045/133235)
48
+
49
  ## Model description
50
 
51
  - **Developed by**: Alejandro Sánchez de Castro, Juan Martínez Romo, Lourdes Araujo