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,7 +52,7 @@ 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
|
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Spearmanr |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
67 |
-
|
|
68 |
-
|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
19 |
metrics:
|
20 |
- name: Spearmanr
|
21 |
type: spearmanr
|
22 |
+
value: 0.32362885705173594
|
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.7029
|
33 |
+
- Spearmanr: 0.3236
|
34 |
|
35 |
## Model description
|
36 |
|
|
|
52 |
- learning_rate: 5e-05
|
53 |
- train_batch_size: 32
|
54 |
- eval_batch_size: 32
|
55 |
+
- seed: 17
|
56 |
- gradient_accumulation_steps: 128
|
57 |
- total_train_batch_size: 4096
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Spearmanr |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
67 |
+
| 7.0854 | 0.85 | 4 | 0.8055 | 0.0686 |
|
68 |
+
| 0.8791 | 1.85 | 8 | 0.7455 | 0.1288 |
|
69 |
+
| 0.822 | 2.85 | 12 | 0.7385 | 0.2069 |
|
70 |
+
| 0.8155 | 3.85 | 16 | 0.7346 | 0.2680 |
|
71 |
+
| 0.8139 | 4.85 | 20 | 0.7345 | 0.3102 |
|
72 |
+
| 0.81 | 5.85 | 24 | 0.7375 | 0.3349 |
|
73 |
+
| 0.805 | 6.85 | 28 | 0.7211 | 0.3298 |
|
74 |
+
| 0.799 | 7.85 | 32 | 0.7114 | 0.3282 |
|
75 |
+
| 0.784 | 8.85 | 36 | 0.7132 | 0.3220 |
|
76 |
+
| 0.6627 | 9.85 | 40 | 0.7029 | 0.3236 |
|
77 |
|
78 |
|
79 |
### Framework versions
|