ranjman commited on
Commit
73954bb
1 Parent(s): d00a287

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # esm2_t6_8M_UR50D-finetuned-localization
16
 
17
- This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.5156
20
- - Accuracy: 0.7853
21
 
22
  ## Model description
23
 
@@ -48,13 +48,14 @@ The following hyperparameters were used during training:
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
- | 0.5484 | 1.0 | 1239 | 0.5211 | 0.7916 |
52
- | 0.5086 | 2.0 | 2478 | 0.5095 | 0.7898 |
53
- | 0.4748 | 3.0 | 3717 | 0.5156 | 0.7853 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.26.1
59
  - Pytorch 1.13.1
 
60
  - Tokenizers 0.13.2
 
14
 
15
  # esm2_t6_8M_UR50D-finetuned-localization
16
 
17
+ This model is a fine-tuned version of [facebook/esm2_t6_8M_UR50D](https://huggingface.co/facebook/esm2_t6_8M_UR50D) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1503
20
+ - Accuracy: 0.9513
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 0.1398 | 1.0 | 1016 | 0.1636 | 0.9420 |
52
+ | 0.1269 | 2.0 | 2032 | 0.1351 | 0.9480 |
53
+ | 0.1072 | 3.0 | 3048 | 0.1503 | 0.9513 |
54
 
55
 
56
  ### Framework versions
57
 
58
  - Transformers 4.26.1
59
  - Pytorch 1.13.1
60
+ - Datasets 2.10.0
61
  - Tokenizers 0.13.2