judithrosell
commited on
Commit
•
62ff0f6
1
Parent(s):
f6a41f2
End of training
Browse files- README.md +76 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
base_model: m3rg-iitd/matscibert
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
- accuracy
|
12 |
+
model-index:
|
13 |
+
- name: MatSciBERT_ST_DA_1800
|
14 |
+
results: []
|
15 |
+
---
|
16 |
+
|
17 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
+
should probably proofread and complete it, then remove this comment. -->
|
19 |
+
|
20 |
+
# MatSciBERT_ST_DA_1800
|
21 |
+
|
22 |
+
This model is a fine-tuned version of [m3rg-iitd/matscibert](https://huggingface.co/m3rg-iitd/matscibert) on the None dataset.
|
23 |
+
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.1671
|
25 |
+
- Precision: 0.8613
|
26 |
+
- Recall: 0.8455
|
27 |
+
- F1: 0.8533
|
28 |
+
- Accuracy: 0.9746
|
29 |
+
|
30 |
+
## Model description
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Intended uses & limitations
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training and evaluation data
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training procedure
|
43 |
+
|
44 |
+
### Training hyperparameters
|
45 |
+
|
46 |
+
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 2e-05
|
48 |
+
- train_batch_size: 16
|
49 |
+
- eval_batch_size: 16
|
50 |
+
- seed: 42
|
51 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
+
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 10
|
54 |
+
|
55 |
+
### Training results
|
56 |
+
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
+
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.0809 | 1.0 | 1050 | 0.1024 | 0.8455 | 0.8230 | 0.8341 | 0.9719 |
|
60 |
+
| 0.0424 | 2.0 | 2100 | 0.1023 | 0.8371 | 0.8365 | 0.8368 | 0.9714 |
|
61 |
+
| 0.025 | 3.0 | 3150 | 0.1397 | 0.8397 | 0.8223 | 0.8309 | 0.9702 |
|
62 |
+
| 0.0142 | 4.0 | 4200 | 0.1403 | 0.8592 | 0.8379 | 0.8484 | 0.9736 |
|
63 |
+
| 0.0074 | 5.0 | 5250 | 0.1271 | 0.8727 | 0.8641 | 0.8684 | 0.9771 |
|
64 |
+
| 0.0047 | 6.0 | 6300 | 0.1430 | 0.8742 | 0.8581 | 0.8661 | 0.9769 |
|
65 |
+
| 0.0023 | 7.0 | 7350 | 0.1777 | 0.8578 | 0.8310 | 0.8442 | 0.9733 |
|
66 |
+
| 0.0015 | 8.0 | 8400 | 0.1524 | 0.8637 | 0.8581 | 0.8609 | 0.9760 |
|
67 |
+
| 0.0013 | 9.0 | 9450 | 0.1683 | 0.8609 | 0.8441 | 0.8524 | 0.9745 |
|
68 |
+
| 0.0008 | 10.0 | 10500 | 0.1671 | 0.8613 | 0.8455 | 0.8533 | 0.9746 |
|
69 |
+
|
70 |
+
|
71 |
+
### Framework versions
|
72 |
+
|
73 |
+
- Transformers 4.44.2
|
74 |
+
- Pytorch 2.4.0+cu121
|
75 |
+
- Datasets 2.21.0
|
76 |
+
- 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:810e854fcc35f0c43d03ec4ed704c336b3910a92389daf90b6c9229c0b05bd68
|
3 |
size 437387124
|