Flamenco43
commited on
Commit
•
bd12fd5
1
Parent(s):
8d2dd1b
End of training
Browse files
README.md
CHANGED
@@ -3,6 +3,10 @@ license: apache-2.0
|
|
3 |
base_model: Flamenco43/MatBERT
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: MatBERTNanoQA
|
8 |
results: []
|
@@ -15,6 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# MatBERTNanoQA
|
16 |
|
17 |
This model is a fine-tuned version of [Flamenco43/MatBERT](https://huggingface.co/Flamenco43/MatBERT) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -41,6 +51,16 @@ The following hyperparameters were used during training:
|
|
41 |
- lr_scheduler_type: linear
|
42 |
- num_epochs: 4
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
### Framework versions
|
45 |
|
46 |
- Transformers 4.42.4
|
|
|
3 |
base_model: Flamenco43/MatBERT
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- f1
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
model-index:
|
11 |
- name: MatBERTNanoQA
|
12 |
results: []
|
|
|
19 |
# MatBERTNanoQA
|
20 |
|
21 |
This model is a fine-tuned version of [Flamenco43/MatBERT](https://huggingface.co/Flamenco43/MatBERT) on an unknown dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.1722
|
24 |
+
- F1: 74.5785
|
25 |
+
- Em: 62.5
|
26 |
+
- Precision: 0
|
27 |
+
- Recall: 0
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
51 |
- lr_scheduler_type: linear
|
52 |
- num_epochs: 4
|
53 |
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 | Em | Precision | Recall |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|:---------:|:------:|
|
58 |
+
| 1.1937 | 1.0 | 1118 | 1.5914 | 67.1538 | 50.0 | 0 | 0 |
|
59 |
+
| 1.0172 | 2.0 | 2236 | 1.3482 | 72.0843 | 59.6154 | 0 | 0 |
|
60 |
+
| 0.8463 | 3.0 | 3354 | 1.2223 | 74.0304 | 62.5 | 0 | 0 |
|
61 |
+
| 0.7447 | 4.0 | 4472 | 1.1722 | 74.5785 | 62.5 | 0 | 0 |
|
62 |
+
|
63 |
+
|
64 |
### Framework versions
|
65 |
|
66 |
- Transformers 4.42.4
|