nepp1d0 commited on
Commit
3a7e166
1 Parent(s): 1fbdf1d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -12
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 an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 2.4986
17
 
18
  ## Model description
19
 
@@ -38,21 +38,18 @@ The following hyperparameters were used during training:
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
- - num_epochs: 8
42
  - mixed_precision_training: Native AMP
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:----:|:---------------:|
48
- | 3.2072 | 1.0 | 100 | 2.6362 |
49
- | 2.5623 | 2.0 | 200 | 2.5323 |
50
- | 2.5298 | 3.0 | 300 | 2.5733 |
51
- | 2.5275 | 4.0 | 400 | 2.5487 |
52
- | 2.4336 | 5.0 | 500 | 2.5314 |
53
- | 2.5169 | 6.0 | 600 | 2.5311 |
54
- | 2.4437 | 7.0 | 700 | 2.3698 |
55
- | 2.4303 | 8.0 | 800 | 2.3818 |
56
 
57
 
58
  ### Framework versions
 
13
 
14
  This model is a fine-tuned version of [Rostlab/prot_bert](https://huggingface.co/Rostlab/prot_bert) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: nan
17
 
18
  ## Model description
19
 
 
38
  - seed: 42
39
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
  - lr_scheduler_type: linear
41
+ - num_epochs: 5
42
  - mixed_precision_training: Native AMP
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 2.5245 | 1.0 | 10000 | nan |
49
+ | 2.5037 | 2.0 | 20000 | nan |
50
+ | 2.4967 | 3.0 | 30000 | nan |
51
+ | 2.4983 | 4.0 | 40000 | nan |
52
+ | 2.4926 | 5.0 | 50000 | nan |
 
 
 
53
 
54
 
55
  ### Framework versions