Flamenco43
commited on
Commit
•
7c96ed4
1
Parent(s):
4bfb201
MatBERT-conll2003
Browse files
README.md
CHANGED
@@ -3,9 +3,38 @@ license: apache-2.0
|
|
3 |
base_model: Flamenco43/MatBERT
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: MatBERT-conll2003
|
8 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -13,7 +42,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# MatBERT-conll2003
|
15 |
|
16 |
-
This model is a fine-tuned version of [Flamenco43/MatBERT](https://huggingface.co/Flamenco43/MatBERT) on
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,6 +75,16 @@ The following hyperparameters were used during training:
|
|
40 |
- lr_scheduler_type: linear
|
41 |
- num_epochs: 4
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Framework versions
|
44 |
|
45 |
- Transformers 4.41.2
|
|
|
3 |
base_model: Flamenco43/MatBERT
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- conll2003
|
8 |
+
metrics:
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
- accuracy
|
13 |
model-index:
|
14 |
- name: MatBERT-conll2003
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Token Classification
|
18 |
+
type: token-classification
|
19 |
+
dataset:
|
20 |
+
name: conll2003
|
21 |
+
type: conll2003
|
22 |
+
config: conll2003
|
23 |
+
split: validation
|
24 |
+
args: conll2003
|
25 |
+
metrics:
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.8569527611443779
|
29 |
+
- name: Recall
|
30 |
+
type: recall
|
31 |
+
value: 0.8670481319421071
|
32 |
+
- name: F1
|
33 |
+
type: f1
|
34 |
+
value: 0.8619708884055547
|
35 |
+
- name: Accuracy
|
36 |
+
type: accuracy
|
37 |
+
value: 0.9732876445621277
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
42 |
|
43 |
# MatBERT-conll2003
|
44 |
|
45 |
+
This model is a fine-tuned version of [Flamenco43/MatBERT](https://huggingface.co/Flamenco43/MatBERT) on the conll2003 dataset.
|
46 |
+
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.0971
|
48 |
+
- Precision: 0.8570
|
49 |
+
- Recall: 0.8670
|
50 |
+
- F1: 0.8620
|
51 |
+
- Accuracy: 0.9733
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
75 |
- lr_scheduler_type: linear
|
76 |
- num_epochs: 4
|
77 |
|
78 |
+
### Training results
|
79 |
+
|
80 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.1055 | 1.0 | 1756 | 0.0971 | 0.8570 | 0.8670 | 0.8620 | 0.9733 |
|
83 |
+
| 0.047 | 2.0 | 3512 | 0.0992 | 0.8910 | 0.8803 | 0.8856 | 0.9770 |
|
84 |
+
| 0.0206 | 3.0 | 5268 | 0.1094 | 0.9015 | 0.8930 | 0.8972 | 0.9787 |
|
85 |
+
| 0.0075 | 4.0 | 7024 | 0.1126 | 0.8958 | 0.9000 | 0.8979 | 0.9793 |
|
86 |
+
|
87 |
+
|
88 |
### Framework versions
|
89 |
|
90 |
- Transformers 4.41.2
|
runs/Sep10_13-49-59_DESKTOP-0CNUOPF/events.out.tfevents.1725974226.DESKTOP-0CNUOPF.27440.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9c1d9526db6be984817dd9ee60fa0d0c7d9582da9c346265381ec014f2eed23
|
3 |
+
size 512
|