judithrosell
commited on
Commit
•
381440e
1
Parent(s):
317d987
End of training
Browse files
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: ST_CEMS
|
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 |
+
# ST_CEMS
|
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.0598
|
25 |
+
- Precision: 0.9368
|
26 |
+
- Recall: 0.9226
|
27 |
+
- F1: 0.9296
|
28 |
+
- Accuracy: 0.9898
|
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: 32
|
49 |
+
- eval_batch_size: 32
|
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.0492 | 1.0 | 569 | 0.0347 | 0.9181 | 0.9091 | 0.9136 | 0.9881 |
|
60 |
+
| 0.0177 | 2.0 | 1138 | 0.0331 | 0.9406 | 0.9177 | 0.9290 | 0.9905 |
|
61 |
+
| 0.0109 | 3.0 | 1707 | 0.0454 | 0.9116 | 0.9122 | 0.9119 | 0.9876 |
|
62 |
+
| 0.0066 | 4.0 | 2276 | 0.0454 | 0.9596 | 0.8970 | 0.9272 | 0.9896 |
|
63 |
+
| 0.0042 | 5.0 | 2845 | 0.0477 | 0.9352 | 0.9061 | 0.9204 | 0.9889 |
|
64 |
+
| 0.0027 | 6.0 | 3414 | 0.0525 | 0.9352 | 0.9146 | 0.9248 | 0.9896 |
|
65 |
+
| 0.0018 | 7.0 | 3983 | 0.0498 | 0.9405 | 0.9159 | 0.9280 | 0.9899 |
|
66 |
+
| 0.0008 | 8.0 | 4552 | 0.0555 | 0.9312 | 0.9238 | 0.9275 | 0.9896 |
|
67 |
+
| 0.0007 | 9.0 | 5121 | 0.0602 | 0.9406 | 0.9165 | 0.9284 | 0.9897 |
|
68 |
+
| 0.0006 | 10.0 | 5690 | 0.0598 | 0.9368 | 0.9226 | 0.9296 | 0.9898 |
|
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 437344060
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6db579a756ca8510138bdf3bad579ff9eda0d39bb85b2c2f60d4f67356b9d83
|
3 |
size 437344060
|
runs/Sep08_22-03-28_4ebb26e506e2/events.out.tfevents.1725833009.4ebb26e506e2.702.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:713b48a070c0ee5a5cfc7cde9c34e3e7e6bb1dd6db70eaefbcba8df4e420fda4
|
3 |
+
size 12461
|