thundaa commited on
Commit
39e78f3
1 Parent(s): 0310d8b

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Spearmanr
21
  type: spearmanr
22
- value: 0.021589623989593458
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.6890
33
- - Spearmanr: 0.0216
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: 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
59
  - lr_scheduler_type: linear
60
- - num_epochs: 5
61
  - mixed_precision_training: Native AMP
62
 
63
  ### Training results
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Spearmanr |
66
  |:-------------:|:-----:|:----:|:---------------:|:---------:|
67
- | 8.0054 | 0.85 | 4 | 6.2486 | 0.1441 |
68
- | 2.9837 | 1.85 | 8 | 0.8896 | -0.0607 |
69
- | 0.9845 | 2.85 | 12 | 0.8469 | 0.0705 |
70
- | 0.9127 | 3.85 | 16 | 0.6862 | 0.0040 |
71
- | 0.7147 | 4.85 | 20 | 0.6890 | 0.0216 |
 
 
 
 
 
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