sasuface commited on
Commit
a1ba885
1 Parent(s): 8526629

End of training

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: facebook/esm2_t36_3B_UR50D
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - accuracy
11
+ model-index:
12
+ - name: esm2-t36-3B-lora-16-remote-homology-filtered
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # esm2-t36-3B-lora-16-remote-homology-filtered
20
+
21
+ This model is a fine-tuned version of [facebook/esm2_t36_3B_UR50D](https://huggingface.co/facebook/esm2_t36_3B_UR50D) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4403
24
+ - Precision: 0.7922
25
+ - Recall: 0.8139
26
+ - F1-score: 0.8029
27
+ - Accuracy: 0.7990
28
+
29
+ ## Model description
30
+
31
+ More information needed
32
+
33
+ ## Intended uses & limitations
34
+
35
+ More information needed
36
+
37
+ ## Training and evaluation data
38
+
39
+ More information needed
40
+
41
+ ## Training procedure
42
+
43
+ ### Training hyperparameters
44
+
45
+ The following hyperparameters were used during training:
46
+ - learning_rate: 0.0002
47
+ - train_batch_size: 96
48
+ - eval_batch_size: 96
49
+ - seed: 42
50
+ - gradient_accumulation_steps: 2
51
+ - total_train_batch_size: 192
52
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
+ - lr_scheduler_type: cosine
54
+ - lr_scheduler_warmup_ratio: 0.1
55
+ - num_epochs: 5
56
+ - mixed_precision_training: Native AMP
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1-score | Accuracy |
61
+ |:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:--------:|:--------:|
62
+ | 0.535 | 0.9992 | 664 | 0.5186 | 0.8002 | 0.6630 | 0.7252 | 0.7472 |
63
+ | 0.4946 | 2.0 | 1329 | 0.5065 | 0.6945 | 0.8969 | 0.7828 | 0.7496 |
64
+ | 0.4727 | 2.9992 | 1993 | 0.4592 | 0.7917 | 0.7876 | 0.7897 | 0.7889 |
65
+ | 0.4439 | 4.0 | 2658 | 0.4471 | 0.8087 | 0.7798 | 0.7940 | 0.7964 |
66
+ | 0.4234 | 4.9962 | 3320 | 0.4403 | 0.7922 | 0.8139 | 0.8029 | 0.7990 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - PEFT 0.10.0
72
+ - Transformers 4.40.2
73
+ - Pytorch 2.3.0+cu121
74
+ - Datasets 2.19.1
75
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/esm2_t36_3B_UR50D",
5
+ "bias": "all",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "query",
24
+ "key",
25
+ "value"
26
+ ],
27
+ "task_type": "SEQ_CLS",
28
+ "use_dora": false,
29
+ "use_rslora": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0f6db3cdb80d83f3af9af657d132dfda0c42b3301158fe3ac9d1cbdd00a303
3
+ size 65790820
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f0372c96fd6fbed287df9aa7943ab4130a1fca17e83463a58fd4f054c0f69d
3
+ size 5112