thunderingtyphoons commited on
Commit
87fdf66
·
verified ·
1 Parent(s): 2e011ee

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0362
21
- - Accuracy: 0.9905
22
 
23
  ## Model description
24
 
@@ -43,14 +43,16 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 2
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 422 | 0.0818 | 0.9716 |
53
- | 0.1549 | 2.0 | 844 | 0.0362 | 0.9905 |
 
 
54
 
55
 
56
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0246
21
+ - Accuracy: 0.9929
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 4
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 422 | 0.0650 | 0.9716 |
53
+ | 0.1611 | 2.0 | 844 | 0.0299 | 0.9858 |
54
+ | 0.0896 | 3.0 | 1266 | 0.0360 | 0.9882 |
55
+ | 0.0694 | 4.0 | 1688 | 0.0246 | 0.9929 |
56
 
57
 
58
  ### Framework versions