itskamran commited on
Commit
b6739bf
·
1 Parent(s): 71d2f11

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/esm2_t30_150M_UR50D",
3
  "architectures": [
4
  "EsmForSequenceClassification"
5
  ],
@@ -9,7 +9,7 @@
9
  "esmfold_config": null,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.0,
12
- "hidden_size": 640,
13
  "id2label": {
14
  "0": "LABEL_0",
15
  "1": "LABEL_1",
@@ -17,7 +17,7 @@
17
  "3": "LABEL_3"
18
  },
19
  "initializer_range": 0.02,
20
- "intermediate_size": 2560,
21
  "is_folding_model": false,
22
  "label2id": {
23
  "LABEL_0": 0,
@@ -30,13 +30,13 @@
30
  "max_position_embeddings": 1026,
31
  "model_type": "esm",
32
  "num_attention_heads": 20,
33
- "num_hidden_layers": 30,
34
  "pad_token_id": 1,
35
  "position_embedding_type": "rotary",
36
  "problem_type": "single_label_classification",
37
  "token_dropout": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.33.2",
40
  "use_cache": true,
41
  "vocab_list": null,
42
  "vocab_size": 33
 
1
  {
2
+ "_name_or_path": "facebook/esm2_t12_35M_UR50D",
3
  "architectures": [
4
  "EsmForSequenceClassification"
5
  ],
 
9
  "esmfold_config": null,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 480,
13
  "id2label": {
14
  "0": "LABEL_0",
15
  "1": "LABEL_1",
 
17
  "3": "LABEL_3"
18
  },
19
  "initializer_range": 0.02,
20
+ "intermediate_size": 1920,
21
  "is_folding_model": false,
22
  "label2id": {
23
  "LABEL_0": 0,
 
30
  "max_position_embeddings": 1026,
31
  "model_type": "esm",
32
  "num_attention_heads": 20,
33
+ "num_hidden_layers": 12,
34
  "pad_token_id": 1,
35
  "position_embedding_type": "rotary",
36
  "problem_type": "single_label_classification",
37
  "token_dropout": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.33.3",
40
  "use_cache": true,
41
  "vocab_list": null,
42
  "vocab_size": 33
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:889c14d72153bf35a803bfbb7cf7c7f360036f55f331cd107b634cfd45f3bbce
3
- size 595371117
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe46ef89b6113c431e1902b06454efd423bf79ead57bb91ff74f3c5d4ced849
3
+ size 136051621
tokenizer_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
- "model_max_length": 1000000000000000019884624838656,
4
  "tokenizer_class": "EsmTokenizer"
5
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1024,
4
  "tokenizer_class": "EsmTokenizer"
5
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa1bfb665cdb09d36d5f63d351420f8d4c27e472c8120f4515dface8f9208b28
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b056cd591b7d7685a6cae8251485327650139936b6d6594177e5ed61cd133d
3
  size 4091