update model card README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ model-index:
|
|
19 |
metrics:
|
20 |
- name: Spearmanr
|
21 |
type: spearmanr
|
22 |
-
value: 0.
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
29 |
|
30 |
This model is a fine-tuned version of [lightonai/RITA_s](https://huggingface.co/lightonai/RITA_s) on the cradle-bio/tape-fluorescence dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
-
- Loss: 0.
|
33 |
-
- Spearmanr: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -52,23 +52,28 @@ The following hyperparameters were used during training:
|
|
52 |
- learning_rate: 5e-05
|
53 |
- train_batch_size: 32
|
54 |
- eval_batch_size: 32
|
55 |
-
- seed:
|
56 |
- gradient_accumulation_steps: 128
|
57 |
- total_train_batch_size: 4096
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
-
- num_epochs:
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Spearmanr |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Spearmanr
|
21 |
type: spearmanr
|
22 |
+
value: 0.4267265849314744
|
23 |
---
|
24 |
|
25 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
This model is a fine-tuned version of [lightonai/RITA_s](https://huggingface.co/lightonai/RITA_s) on the cradle-bio/tape-fluorescence dataset.
|
31 |
It achieves the following results on the evaluation set:
|
32 |
+
- Loss: 0.7102
|
33 |
+
- Spearmanr: 0.4267
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
52 |
- learning_rate: 5e-05
|
53 |
- train_batch_size: 32
|
54 |
- eval_batch_size: 32
|
55 |
+
- seed: 11
|
56 |
- gradient_accumulation_steps: 128
|
57 |
- total_train_batch_size: 4096
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 10
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Spearmanr |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
67 |
+
| 4.175 | 0.85 | 4 | 0.8818 | 0.1064 |
|
68 |
+
| 1.0481 | 1.85 | 8 | 0.9741 | 0.2075 |
|
69 |
+
| 0.959 | 2.85 | 12 | 0.8920 | 0.2026 |
|
70 |
+
| 0.9661 | 3.85 | 16 | 0.7124 | 0.0840 |
|
71 |
+
| 0.8651 | 4.85 | 20 | 0.7709 | 0.2576 |
|
72 |
+
| 0.8415 | 5.85 | 24 | 0.7190 | 0.3494 |
|
73 |
+
| 0.8262 | 6.85 | 28 | 0.7110 | 0.3795 |
|
74 |
+
| 0.8185 | 7.85 | 32 | 0.7113 | 0.4147 |
|
75 |
+
| 0.8173 | 8.85 | 36 | 0.7103 | 0.4245 |
|
76 |
+
| 0.6925 | 9.85 | 40 | 0.7102 | 0.4267 |
|
77 |
|
78 |
|
79 |
### Framework versions
|