thundaa commited on
Commit
ca4464f
1 Parent(s): fe3e260

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
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,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.7029
33
- - Spearmanr: 0.3236
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: 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,16 +64,16 @@ The following hyperparameters were used during training:
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
19
  metrics:
20
  - name: Spearmanr
21
  type: spearmanr
22
+ value: 0.2955275250425323
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.5855
33
+ - Spearmanr: 0.2955
34
 
35
  ## Model description
36
 
52
  - learning_rate: 5e-05
53
  - train_batch_size: 32
54
  - eval_batch_size: 32
55
+ - seed: 42
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
+ | 4.3595 | 0.85 | 4 | 0.7057 | 0.0940 |
68
+ | 0.8654 | 1.85 | 8 | 0.6873 | 0.1280 |
69
+ | 0.8292 | 2.85 | 12 | 0.6835 | 0.2290 |
70
+ | 0.8212 | 3.85 | 16 | 0.6837 | 0.3110 |
71
+ | 0.8191 | 4.85 | 20 | 0.6799 | 0.3281 |
72
+ | 0.8137 | 5.85 | 24 | 0.6748 | 0.3277 |
73
+ | 0.8057 | 6.85 | 28 | 0.6592 | 0.3162 |
74
+ | 0.7769 | 7.85 | 32 | 0.6283 | 0.3065 |
75
+ | 0.7382 | 8.85 | 36 | 0.6103 | 0.2795 |
76
+ | 0.5991 | 9.85 | 40 | 0.5855 | 0.2955 |
77
 
78
 
79
  ### Framework versions