pc2976 commited on
Commit
0aea4e5
1 Parent(s): 43355f8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [Rostlab/prot_bert](https://huggingface.co/Rostlab/prot_bert) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 0.4511
17
 
18
  ## Model description
19
 
@@ -32,7 +32,7 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - learning_rate: 2e-05
36
  - train_batch_size: 32
37
  - eval_batch_size: 32
38
  - seed: 42
@@ -44,9 +44,9 @@ The following hyperparameters were used during training:
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
- | No log | 1.0 | 63 | 0.4757 |
48
- | No log | 2.0 | 126 | 0.4482 |
49
- | 0.502 | 3.0 | 189 | 0.4419 |
50
 
51
 
52
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [Rostlab/prot_bert](https://huggingface.co/Rostlab/prot_bert) on the None dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 0.4070
17
 
18
  ## Model description
19
 
 
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
+ - learning_rate: 0.0002
36
  - train_batch_size: 32
37
  - eval_batch_size: 32
38
  - seed: 42
 
44
 
45
  | Training Loss | Epoch | Step | Validation Loss |
46
  |:-------------:|:-----:|:----:|:---------------:|
47
+ | 0.5027 | 1.0 | 164 | 0.4666 |
48
+ | 0.3927 | 2.0 | 328 | 0.4328 |
49
+ | 0.3348 | 3.0 | 492 | 0.4072 |
50
 
51
 
52
  ### Framework versions