juanxrl8 commited on
Commit
d6abed2
1 Parent(s): 3ad3b41

End of training

Browse files
README.md CHANGED
@@ -11,7 +11,7 @@ metrics:
11
  - f1
12
  - accuracy
13
  model-index:
14
- - name: bert-biobert
15
  results:
16
  - task:
17
  name: Token Classification
@@ -25,30 +25,30 @@ model-index:
25
  metrics:
26
  - name: Precision
27
  type: precision
28
- value: 0.9479839607930497
29
  - name: Recall
30
  type: recall
31
- value: 0.9641461342395922
32
  - name: F1
33
  type: f1
34
- value: 0.95599674257954
35
  - name: Accuracy
36
  type: accuracy
37
- value: 0.9768617183218656
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
  should probably proofread and complete it, then remove this comment. -->
42
 
43
- # bert-biobert
44
 
45
  This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the biobert_json dataset.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.1154
48
- - Precision: 0.9480
49
- - Recall: 0.9641
50
- - F1: 0.9560
51
- - Accuracy: 0.9769
52
 
53
  ## Model description
54
 
@@ -79,16 +79,16 @@ The following hyperparameters were used during training:
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
- | 0.364 | 1.0 | 612 | 0.1155 | 0.9302 | 0.9525 | 0.9412 | 0.9686 |
83
- | 0.117 | 2.0 | 1224 | 0.1034 | 0.9405 | 0.9640 | 0.9521 | 0.9749 |
84
- | 0.0837 | 3.0 | 1836 | 0.0980 | 0.9469 | 0.9682 | 0.9574 | 0.9772 |
85
- | 0.066 | 4.0 | 2448 | 0.0975 | 0.9474 | 0.9678 | 0.9575 | 0.9775 |
86
- | 0.0451 | 5.0 | 3060 | 0.0982 | 0.9498 | 0.9648 | 0.9572 | 0.9770 |
87
- | 0.0405 | 6.0 | 3672 | 0.1074 | 0.9469 | 0.9643 | 0.9555 | 0.9761 |
88
- | 0.0318 | 7.0 | 4284 | 0.1104 | 0.9478 | 0.9663 | 0.9570 | 0.9771 |
89
- | 0.031 | 8.0 | 4896 | 0.1145 | 0.9495 | 0.9654 | 0.9574 | 0.9772 |
90
- | 0.0235 | 9.0 | 5508 | 0.1137 | 0.9495 | 0.9639 | 0.9566 | 0.9767 |
91
- | 0.0209 | 10.0 | 6120 | 0.1154 | 0.9480 | 0.9641 | 0.9560 | 0.9769 |
92
 
93
 
94
  ### Framework versions
 
11
  - f1
12
  - accuracy
13
  model-index:
14
+ - name: bert-base-spanish-wwm-uncased-finetuned-ner
15
  results:
16
  - task:
17
  name: Token Classification
 
25
  metrics:
26
  - name: Precision
27
  type: precision
28
+ value: 0.9483257314495495
29
  - name: Recall
30
  type: recall
31
+ value: 0.9656754460492778
32
  - name: F1
33
  type: f1
34
+ value: 0.9569219543681419
35
  - name: Accuracy
36
  type: accuracy
37
+ value: 0.9766181574620958
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
  should probably proofread and complete it, then remove this comment. -->
42
 
43
+ # bert-base-spanish-wwm-uncased-finetuned-ner
44
 
45
  This model is a fine-tuned version of [dccuchile/bert-base-spanish-wwm-uncased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-uncased) on the biobert_json dataset.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.1423
48
+ - Precision: 0.9483
49
+ - Recall: 0.9657
50
+ - F1: 0.9569
51
+ - Accuracy: 0.9766
52
 
53
  ## Model description
54
 
 
79
 
80
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
81
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
82
+ | 0.0179 | 1.0 | 612 | 0.1292 | 0.9547 | 0.9629 | 0.9588 | 0.9779 |
83
+ | 0.0133 | 2.0 | 1224 | 0.1574 | 0.9463 | 0.9684 | 0.9572 | 0.9766 |
84
+ | 0.0146 | 3.0 | 1836 | 0.1179 | 0.9500 | 0.9622 | 0.9561 | 0.9769 |
85
+ | 0.0238 | 4.0 | 2448 | 0.1388 | 0.9441 | 0.9677 | 0.9557 | 0.9759 |
86
+ | 0.0152 | 5.0 | 3060 | 0.1442 | 0.9430 | 0.9634 | 0.9531 | 0.9754 |
87
+ | 0.0155 | 6.0 | 3672 | 0.1401 | 0.9480 | 0.9641 | 0.9560 | 0.9760 |
88
+ | 0.0126 | 7.0 | 4284 | 0.1411 | 0.9468 | 0.9676 | 0.9571 | 0.9769 |
89
+ | 0.0131 | 8.0 | 4896 | 0.1427 | 0.9484 | 0.9657 | 0.9570 | 0.9767 |
90
+ | 0.0117 | 9.0 | 5508 | 0.1391 | 0.9485 | 0.9651 | 0.9567 | 0.9767 |
91
+ | 0.0116 | 10.0 | 6120 | 0.1423 | 0.9483 | 0.9657 | 0.9569 | 0.9766 |
92
 
93
 
94
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62fda63072cce729bd7c4cd2e905284b8b4daad1d294f380a0aa9f1bb0ffd2ba
3
  size 437156776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22258245bbf7e65e5392f8c7affc0d65a085c03fcf6f51b986e9716faab105bd
3
  size 437156776
runs/Dec05_09-45-28_0ce4b59191ac/events.out.tfevents.1733391950.0ce4b59191ac.9325.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a21a14a4a0071ca955153f0e09c22002e07b7bbb2330c925394616dbcd60a465
3
- size 13213
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3be7695e3daf7b70b2af1320e346f844ad8e910f944e54569a9e6f62cfa571a3
3
+ size 14039
runs/Dec05_09-45-28_0ce4b59191ac/events.out.tfevents.1733392439.0ce4b59191ac.9325.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:132a2c19254521a947ebdef944c991a0b1416ecafc093293ce43d5f8ea32e47a
3
+ size 560