judithrosell
commited on
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: m3rg-iitd/matscibert
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- precision
|
8 |
+
- recall
|
9 |
+
- f1
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: MatSciBERT_BIOMAT_NER1800
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# MatSciBERT_BIOMAT_NER1800
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [m3rg-iitd/matscibert](https://huggingface.co/m3rg-iitd/matscibert) on the None dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1788
|
24 |
+
- Precision: 0.9841
|
25 |
+
- Recall: 0.9758
|
26 |
+
- F1: 0.9799
|
27 |
+
- Accuracy: 0.9728
|
28 |
+
|
29 |
+
## Model description
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Intended uses & limitations
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training and evaluation data
|
38 |
+
|
39 |
+
More information needed
|
40 |
+
|
41 |
+
## Training procedure
|
42 |
+
|
43 |
+
### Training hyperparameters
|
44 |
+
|
45 |
+
The following hyperparameters were used during training:
|
46 |
+
- learning_rate: 2e-05
|
47 |
+
- train_batch_size: 16
|
48 |
+
- eval_batch_size: 16
|
49 |
+
- seed: 42
|
50 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
+
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 10
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| 0.186 | 1.0 | 869 | 0.0890 | 0.9831 | 0.9762 | 0.9796 | 0.9730 |
|
59 |
+
| 0.0519 | 2.0 | 1738 | 0.0944 | 0.9834 | 0.9773 | 0.9803 | 0.9744 |
|
60 |
+
| 0.0293 | 3.0 | 2607 | 0.1101 | 0.9832 | 0.9748 | 0.9790 | 0.9721 |
|
61 |
+
| 0.0185 | 4.0 | 3476 | 0.1348 | 0.9823 | 0.9752 | 0.9788 | 0.9721 |
|
62 |
+
| 0.0086 | 5.0 | 4345 | 0.1421 | 0.9823 | 0.9746 | 0.9785 | 0.9715 |
|
63 |
+
| 0.0054 | 6.0 | 5214 | 0.1755 | 0.9835 | 0.9719 | 0.9777 | 0.9693 |
|
64 |
+
| 0.0032 | 7.0 | 6083 | 0.1706 | 0.9831 | 0.9735 | 0.9783 | 0.9709 |
|
65 |
+
| 0.0027 | 8.0 | 6952 | 0.1774 | 0.9840 | 0.9756 | 0.9798 | 0.9729 |
|
66 |
+
| 0.0017 | 9.0 | 7821 | 0.1825 | 0.9841 | 0.9749 | 0.9795 | 0.9717 |
|
67 |
+
| 0.001 | 10.0 | 8690 | 0.1788 | 0.9841 | 0.9758 | 0.9799 | 0.9728 |
|
68 |
+
|
69 |
+
|
70 |
+
### Framework versions
|
71 |
+
|
72 |
+
- Transformers 4.42.4
|
73 |
+
- Pytorch 2.4.0+cu121
|
74 |
+
- Datasets 2.21.0
|
75 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437387124
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff0d9c6837d00550814fa0f4d81c4021c2172bf03994c84c8e39b44a6221f12f
|
3 |
size 437387124
|
runs/Sep01_15-00-06_fcb107e610d6/events.out.tfevents.1725202808.fcb107e610d6.8744.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a719e4b96344be42443fe13a3e8f3f2775c260d913059567d3d3112a5fc262d
|
3 |
+
size 14605
|