qunfengd commited on
Commit
476be79
1 Parent(s): d78aa46

Upload TFEsmForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +58 -0
  2. config.json +38 -0
  3. tf_model.h5 +3 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/esm2_t12_35M_UR50D
4
+ tags:
5
+ - generated_from_keras_callback
6
+ model-index:
7
+ - name: esm2_t12_35M_UR50D-finetuned-AMP_Classification_AntiGramPositive
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
12
+ probably proofread and complete it, then remove this comment. -->
13
+
14
+ # esm2_t12_35M_UR50D-finetuned-AMP_Classification_AntiGramPositive
15
+
16
+ This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Train Loss: 0.3822
19
+ - Train Accuracy: 0.8324
20
+ - Validation Loss: 0.4433
21
+ - Validation Accuracy: 0.8020
22
+ - Epoch: 2
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - optimizer: {'name': 'AdamWeightDecay', 'learning_rate': 2e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False, 'weight_decay_rate': 0.0}
42
+ - training_precision: float32
43
+
44
+ ### Training results
45
+
46
+ | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
47
+ |:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
48
+ | 0.5531 | 0.7238 | 0.4958 | 0.7804 | 0 |
49
+ | 0.4654 | 0.7885 | 0.4547 | 0.7921 | 1 |
50
+ | 0.3822 | 0.8324 | 0.4433 | 0.8020 | 2 |
51
+
52
+
53
+ ### Framework versions
54
+
55
+ - Transformers 4.40.2
56
+ - TensorFlow 2.15.0
57
+ - Datasets 2.19.1
58
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/esm2_t12_35M_UR50D",
3
+ "architectures": [
4
+ "EsmForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "classifier_dropout": null,
8
+ "emb_layer_norm_before": false,
9
+ "esmfold_config": null,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 480,
13
+ "id2label": {
14
+ "0": "negative",
15
+ "1": "positive"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 1920,
19
+ "is_folding_model": false,
20
+ "label2id": {
21
+ "negative": 0,
22
+ "positive": 1
23
+ },
24
+ "layer_norm_eps": 1e-05,
25
+ "mask_token_id": 32,
26
+ "max_position_embeddings": 1026,
27
+ "model_type": "esm",
28
+ "num_attention_heads": 20,
29
+ "num_hidden_layers": 12,
30
+ "pad_token_id": 1,
31
+ "position_embedding_type": "rotary",
32
+ "token_dropout": true,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.40.2",
35
+ "use_cache": true,
36
+ "vocab_list": null,
37
+ "vocab_size": 33
38
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3cf208a1da32133b8bf95dad63d676c16be3a309e27981f118942167d38bf1
3
+ size 136284336