sasuface commited on
Commit
d5b4a3d
1 Parent(s): 03ec848

End of training

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: facebook/esm2_t12_35M_UR50D
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - accuracy
11
+ model-index:
12
+ - name: esm2-t12-35M-lora-64-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-t12-35M-lora-64-remote-homology-filtered
20
+
21
+ This model is a fine-tuned version of [facebook/esm2_t12_35M_UR50D](https://huggingface.co/facebook/esm2_t12_35M_UR50D) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.5657
24
+ - Precision: 0.7166
25
+ - Recall: 0.6986
26
+ - F1-score: 0.7075
27
+ - Accuracy: 0.7141
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: 3e-05
47
+ - train_batch_size: 16
48
+ - eval_batch_size: 16
49
+ - seed: 42
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: cosine
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 5
54
+ - mixed_precision_training: Native AMP
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1-score | Accuracy |
59
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:--------:|:--------:|
60
+ | 0.6191 | 1.0 | 7969 | 0.6185 | 0.6919 | 0.5824 | 0.6325 | 0.6650 |
61
+ | 0.5921 | 2.0 | 15938 | 0.5838 | 0.7201 | 0.6339 | 0.6742 | 0.6968 |
62
+ | 0.5874 | 3.0 | 23907 | 0.5751 | 0.7439 | 0.6104 | 0.6705 | 0.7032 |
63
+ | 0.5593 | 4.0 | 31876 | 0.5664 | 0.7210 | 0.6833 | 0.7016 | 0.7124 |
64
+ | 0.576 | 5.0 | 39845 | 0.5657 | 0.7166 | 0.6986 | 0.7075 | 0.7141 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - PEFT 0.11.1
70
+ - Transformers 4.39.3
71
+ - Pytorch 2.1.2
72
+ - Datasets 2.18.0
73
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "facebook/esm2_t12_35M_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": 128,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": [
18
+ "classifier",
19
+ "score"
20
+ ],
21
+ "peft_type": "LORA",
22
+ "r": 64,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "query",
27
+ "value",
28
+ "key"
29
+ ],
30
+ "task_type": "SEQ_CLS",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c3a0122e6108bd964ac7007d143e737e0cd762c3dd908ba4bb90ebfac5834e
3
+ size 10057596
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d09122c40de9b78814f941ea0bc441baa5e9235fdfe65bfbc4fed9ef4d5ce254
3
+ size 4984