hongpingjun98
commited on
Commit
•
6538961
1
Parent(s):
58885cf
Model save
Browse files- README.md +112 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: michiyasunaga/BioLinkBERT-base
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- sem_eval_2024_task_2
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
- f1
|
13 |
+
model-index:
|
14 |
+
- name: run1
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Text Classification
|
18 |
+
type: text-classification
|
19 |
+
dataset:
|
20 |
+
name: sem_eval_2024_task_2
|
21 |
+
type: sem_eval_2024_task_2
|
22 |
+
config: sem_eval_2024_task_2_source
|
23 |
+
split: validation
|
24 |
+
args: sem_eval_2024_task_2_source
|
25 |
+
metrics:
|
26 |
+
- name: Accuracy
|
27 |
+
type: accuracy
|
28 |
+
value: 0.64
|
29 |
+
- name: Precision
|
30 |
+
type: precision
|
31 |
+
value: 0.6582994120307553
|
32 |
+
- name: Recall
|
33 |
+
type: recall
|
34 |
+
value: 0.64
|
35 |
+
- name: F1
|
36 |
+
type: f1
|
37 |
+
value: 0.6292863762743282
|
38 |
+
---
|
39 |
+
|
40 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
41 |
+
should probably proofread and complete it, then remove this comment. -->
|
42 |
+
|
43 |
+
# run1
|
44 |
+
|
45 |
+
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-base](https://huggingface.co/michiyasunaga/BioLinkBERT-base) on the sem_eval_2024_task_2 dataset.
|
46 |
+
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 1.2153
|
48 |
+
- Accuracy: 0.64
|
49 |
+
- Precision: 0.6583
|
50 |
+
- Recall: 0.64
|
51 |
+
- F1: 0.6293
|
52 |
+
|
53 |
+
## Model description
|
54 |
+
|
55 |
+
More information needed
|
56 |
+
|
57 |
+
## Intended uses & limitations
|
58 |
+
|
59 |
+
More information needed
|
60 |
+
|
61 |
+
## Training and evaluation data
|
62 |
+
|
63 |
+
More information needed
|
64 |
+
|
65 |
+
## Training procedure
|
66 |
+
|
67 |
+
### Training hyperparameters
|
68 |
+
|
69 |
+
The following hyperparameters were used during training:
|
70 |
+
- learning_rate: 2e-05
|
71 |
+
- train_batch_size: 16
|
72 |
+
- eval_batch_size: 64
|
73 |
+
- seed: 42
|
74 |
+
- gradient_accumulation_steps: 2
|
75 |
+
- total_train_batch_size: 32
|
76 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
77 |
+
- lr_scheduler_type: linear
|
78 |
+
- num_epochs: 20
|
79 |
+
- mixed_precision_training: Native AMP
|
80 |
+
|
81 |
+
### Training results
|
82 |
+
|
83 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
84 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
85 |
+
| No log | 0.99 | 53 | 0.6971 | 0.515 | 0.5272 | 0.515 | 0.4537 |
|
86 |
+
| 0.7029 | 2.0 | 107 | 0.6899 | 0.535 | 0.5413 | 0.535 | 0.5166 |
|
87 |
+
| 0.7029 | 2.99 | 160 | 0.6855 | 0.535 | 0.5399 | 0.5350 | 0.5203 |
|
88 |
+
| 0.6955 | 4.0 | 214 | 0.6698 | 0.565 | 0.5686 | 0.5650 | 0.5592 |
|
89 |
+
| 0.6955 | 4.99 | 267 | 0.6722 | 0.57 | 0.5703 | 0.5700 | 0.5696 |
|
90 |
+
| 0.6581 | 6.0 | 321 | 0.6367 | 0.61 | 0.6104 | 0.61 | 0.6096 |
|
91 |
+
| 0.6581 | 6.99 | 374 | 0.6973 | 0.58 | 0.5905 | 0.58 | 0.5675 |
|
92 |
+
| 0.5796 | 8.0 | 428 | 0.6925 | 0.625 | 0.6348 | 0.625 | 0.6180 |
|
93 |
+
| 0.5796 | 8.99 | 481 | 0.7539 | 0.61 | 0.6364 | 0.61 | 0.5902 |
|
94 |
+
| 0.4636 | 10.0 | 535 | 0.9313 | 0.575 | 0.6043 | 0.575 | 0.5429 |
|
95 |
+
| 0.4636 | 10.99 | 588 | 0.9028 | 0.615 | 0.6227 | 0.615 | 0.6089 |
|
96 |
+
| 0.3577 | 12.0 | 642 | 0.8694 | 0.615 | 0.6227 | 0.615 | 0.6089 |
|
97 |
+
| 0.3577 | 12.99 | 695 | 0.9201 | 0.635 | 0.6494 | 0.635 | 0.6260 |
|
98 |
+
| 0.3041 | 14.0 | 749 | 0.9186 | 0.645 | 0.6583 | 0.645 | 0.6374 |
|
99 |
+
| 0.3041 | 14.99 | 802 | 1.1683 | 0.63 | 0.6578 | 0.63 | 0.6129 |
|
100 |
+
| 0.2344 | 16.0 | 856 | 1.1405 | 0.625 | 0.6383 | 0.625 | 0.6158 |
|
101 |
+
| 0.2344 | 16.99 | 909 | 1.2451 | 0.625 | 0.6474 | 0.625 | 0.6102 |
|
102 |
+
| 0.208 | 18.0 | 963 | 1.1640 | 0.65 | 0.6671 | 0.65 | 0.6408 |
|
103 |
+
| 0.208 | 18.99 | 1016 | 1.2081 | 0.64 | 0.6583 | 0.64 | 0.6293 |
|
104 |
+
| 0.1757 | 19.81 | 1060 | 1.2153 | 0.64 | 0.6583 | 0.64 | 0.6293 |
|
105 |
+
|
106 |
+
|
107 |
+
### Framework versions
|
108 |
+
|
109 |
+
- Transformers 4.35.2
|
110 |
+
- Pytorch 2.1.0+cu121
|
111 |
+
- Datasets 2.15.0
|
112 |
+
- Tokenizers 0.15.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 432960488
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:145a185fbd39ed0ea24f902f553b3de5a1b8dcd5e9b90193d445463cb31f4939
|
3 |
size 432960488
|