luisgasco commited on
Commit
20d6cdd
·
1 Parent(s): 9b13431

luisgasco/biomedical-roberta-finetuned-iomed_task_b4_ep20

Browse files
Files changed (3) hide show
  1. README.md +19 -19
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-biomedical-es](https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-es) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 1.0160
24
- - Precision: 0.1934
25
- - Recall: 0.3953
26
- - F1: 0.2597
27
- - Accuracy: 0.7681
28
 
29
  ## Model description
30
 
@@ -43,28 +43,28 @@ More information needed
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
- - learning_rate: 2.2e-06
47
  - train_batch_size: 4
48
  - eval_batch_size: 4
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
- - num_epochs: 13
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
- |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 2.1178 | 1.3 | 988 | 1.3039 | 0.0802 | 0.2102 | 0.1161 | 0.7321 |
59
- | 1.2448 | 2.6 | 1976 | 1.1444 | 0.1161 | 0.2811 | 0.1643 | 0.7568 |
60
- | 1.0297 | 3.9 | 2964 | 1.0724 | 0.1484 | 0.3299 | 0.2047 | 0.7658 |
61
- | 0.9496 | 5.2 | 3952 | 1.0342 | 0.1676 | 0.3583 | 0.2284 | 0.7685 |
62
- | 0.88 | 6.5 | 4940 | 1.0465 | 0.1805 | 0.3795 | 0.2446 | 0.7660 |
63
- | 0.8168 | 7.8 | 5928 | 1.0253 | 0.1713 | 0.3638 | 0.2329 | 0.7624 |
64
- | 0.7863 | 9.1 | 6916 | 1.0293 | 0.1754 | 0.3622 | 0.2364 | 0.7641 |
65
- | 0.784 | 10.4 | 7904 | 1.0159 | 0.1920 | 0.3890 | 0.2571 | 0.7648 |
66
- | 0.7161 | 11.7 | 8892 | 1.0121 | 0.1853 | 0.3819 | 0.2495 | 0.7654 |
67
- | 0.7629 | 13.0 | 9880 | 1.0160 | 0.1934 | 0.3953 | 0.2597 | 0.7681 |
68
 
69
 
70
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [PlanTL-GOB-ES/roberta-base-biomedical-es](https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-es) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.0582
24
+ - Precision: 0.2269
25
+ - Recall: 0.4283
26
+ - F1: 0.2966
27
+ - Accuracy: 0.7695
28
 
29
  ## Model description
30
 
 
43
  ### Training hyperparameters
44
 
45
  The following hyperparameters were used during training:
46
+ - learning_rate: 2.1e-06
47
  - train_batch_size: 4
48
  - eval_batch_size: 4
49
  - seed: 42
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: linear
52
+ - num_epochs: 20
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 1.2536 | 2.0 | 1520 | 1.2135 | 0.1082 | 0.2685 | 0.1542 | 0.7422 |
59
+ | 1.0249 | 4.0 | 3040 | 1.0510 | 0.1448 | 0.3244 | 0.2002 | 0.7650 |
60
+ | 0.9 | 6.0 | 4560 | 1.0098 | 0.1587 | 0.3512 | 0.2186 | 0.7694 |
61
+ | 0.8002 | 8.0 | 6080 | 1.0143 | 0.1835 | 0.3795 | 0.2474 | 0.7664 |
62
+ | 0.7195 | 10.0 | 7600 | 1.0173 | 0.2007 | 0.4055 | 0.2685 | 0.7691 |
63
+ | 0.693 | 12.0 | 9120 | 1.0218 | 0.1991 | 0.4079 | 0.2676 | 0.7683 |
64
+ | 0.6139 | 14.0 | 10640 | 1.0394 | 0.2063 | 0.4071 | 0.2738 | 0.7672 |
65
+ | 0.616 | 16.0 | 12160 | 1.0376 | 0.2141 | 0.4142 | 0.2823 | 0.7695 |
66
+ | 0.5911 | 18.0 | 13680 | 1.0491 | 0.2240 | 0.4268 | 0.2938 | 0.7697 |
67
+ | 0.6042 | 20.0 | 15200 | 1.0582 | 0.2269 | 0.4283 | 0.2966 | 0.7695 |
68
 
69
 
70
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2b53d4bb2530f6d567d9403670543fe6dd55b7a07c19969f95c8eb7de9997e40
3
  size 501676841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e0f33b93767a89cffe6787d48469f2b168abdb2f45afbb34f2286c1a5619c9
3
  size 501676841
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:185547245231b7005ff1ff9d78c9bfb91d32fe3ad9a0f57599a98198931df0c5
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe05c0c9bca49196b58132180b79d1d3f96e410930bce7919d5dbf56170553b
3
  size 4091