sasuface commited on
Commit
42f87d3
1 Parent(s): 2ae6095

End of training

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: GreatCaptainNemo/ProLLaMA
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - accuracy
11
+ model-index:
12
+ - name: prollama-7b-lora-8-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
+ # prollama-7b-lora-8-remote-homology-filtered
20
+
21
+ This model is a fine-tuned version of [GreatCaptainNemo/ProLLaMA](https://huggingface.co/GreatCaptainNemo/ProLLaMA) on the None dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.4261
24
+ - Precision: 0.7980
25
+ - Recall: 0.8159
26
+ - F1-score: 0.8068
27
+ - Accuracy: 0.8042
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: 24
48
+ - eval_batch_size: 24
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
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1-score | Accuracy |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:--------:|:--------:|
59
+ | 0.4947 | 1.0 | 5313 | 0.4742 | 0.7628 | 0.8081 | 0.7848 | 0.7779 |
60
+ | 0.4607 | 2.0 | 10626 | 0.4563 | 0.8163 | 0.7291 | 0.7702 | 0.7820 |
61
+ | 0.4377 | 3.0 | 15939 | 0.4466 | 0.8094 | 0.7627 | 0.7854 | 0.7910 |
62
+ | 0.4164 | 4.0 | 21252 | 0.4280 | 0.7953 | 0.8151 | 0.8051 | 0.8021 |
63
+ | 0.403 | 5.0 | 26565 | 0.4261 | 0.7980 | 0.8159 | 0.8068 | 0.8042 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.10.0
69
+ - Transformers 4.40.2
70
+ - Pytorch 2.3.0+cu121
71
+ - Datasets 2.19.1
72
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "GreatCaptainNemo/ProLLaMA",
5
+ "bias": "none",
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": 8,
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": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "SEQ_CLS",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07833f204d98350d98540da6025be8f132be922382f503f3256bee5c6b6e107f
3
+ size 16827064
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3983dbf9728b5425ef6832e12b81118aaa070e5b780bf08d173b74572dd241
3
+ size 5112