asdc commited on
Commit
7de1b59
·
1 Parent(s): 1722da1

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: roberta-base-biomedical-clinical-es-finetuned-ner
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
+ # roberta-base-biomedical-clinical-es-finetuned-ner
14
+
15
+ 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.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 0.1382
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 4
38
+ - eval_batch_size: 4
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 14
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.3315 | 1.0 | 12 | 0.3878 |
49
+ | 0.2419 | 2.0 | 24 | 0.2655 |
50
+ | 0.175 | 3.0 | 36 | 0.1888 |
51
+ | 0.1441 | 4.0 | 48 | 0.1808 |
52
+ | 0.1111 | 5.0 | 60 | 0.1544 |
53
+ | 0.1064 | 6.0 | 72 | 0.1506 |
54
+ | 0.0962 | 7.0 | 84 | 0.1396 |
55
+ | 0.1367 | 8.0 | 96 | 0.1403 |
56
+ | 0.0303 | 9.0 | 108 | 0.1415 |
57
+ | 0.0741 | 10.0 | 120 | 0.1355 |
58
+ | 0.0554 | 11.0 | 132 | 0.1355 |
59
+ | 0.0542 | 12.0 | 144 | 0.1360 |
60
+ | 0.0292 | 13.0 | 156 | 0.1369 |
61
+ | 0.0188 | 14.0 | 168 | 0.1382 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.21.2
67
+ - Pytorch 1.12.1+cu113
68
+ - Datasets 2.4.0
69
+ - Tokenizers 0.12.1