bms18 commited on
Commit
b4c4fb0
1 Parent(s): d7bf893

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -3,8 +3,6 @@ license: mit
3
  base_model: facebook/esm2_t30_150M_UR50D
4
  tags:
5
  - generated_from_trainer
6
- metrics:
7
- - accuracy
8
  model-index:
9
  - name: model_checkpoint
10
  results: []
@@ -17,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [facebook/esm2_t30_150M_UR50D](https://huggingface.co/facebook/esm2_t30_150M_UR50D) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3773
21
- - Accuracy: 0.8786
22
 
23
  ## Model description
24
 
@@ -47,16 +45,16 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.4396 | 1.0 | 606 | 0.3541 | 0.8533 |
53
- | 0.3177 | 2.0 | 1212 | 0.3660 | 0.8656 |
54
- | 0.2331 | 3.0 | 1818 | 0.3773 | 0.8786 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.39.3
60
- - Pytorch 2.2.2+cpu
61
  - Datasets 2.18.0
62
  - Tokenizers 0.15.2
 
3
  base_model: facebook/esm2_t30_150M_UR50D
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: model_checkpoint
8
  results: []
 
15
 
16
  This model is a fine-tuned version of [facebook/esm2_t30_150M_UR50D](https://huggingface.co/facebook/esm2_t30_150M_UR50D) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.0556
19
+ - Mse: 1.0556
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss | Mse |
49
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
50
+ | No log | 1.0 | 291 | 1.3725 | 1.3725 |
51
+ | 2.0438 | 2.0 | 582 | 1.1483 | 1.1483 |
52
+ | 2.0438 | 3.0 | 873 | 1.0556 | 1.0556 |
53
 
54
 
55
  ### Framework versions
56
 
57
  - Transformers 4.39.3
58
+ - Pytorch 2.2.1+cpu
59
  - Datasets 2.18.0
60
  - Tokenizers 0.15.2