SneakyLemon
commited on
Commit
•
783947d
1
Parent(s):
757b023
SneakyLemon/Llama3LoraCauseEffect
Browse files- README.md +26 -19
- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- runs/Jun14_14-46-55_0e3c5c5304b5/events.out.tfevents.1718376416.0e3c5c5304b5.2041.0 +3 -0
- runs/Jun14_14-47-55_0e3c5c5304b5/events.out.tfevents.1718376476.0e3c5c5304b5.2041.1 +3 -0
- runs/Jun14_14-51-36_0e3c5c5304b5/events.out.tfevents.1718376696.0e3c5c5304b5.2041.2 +3 -0
- runs/Jun14_14-51-44_0e3c5c5304b5/events.out.tfevents.1718376705.0e3c5c5304b5.2041.3 +3 -0
- runs/Jun14_14-52-22_0e3c5c5304b5/events.out.tfevents.1718376742.0e3c5c5304b5.2041.4 +3 -0
- runs/Jun14_14-52-45_0e3c5c5304b5/events.out.tfevents.1718376766.0e3c5c5304b5.2041.5 +3 -0
- runs/Jun14_14-54-00_0e3c5c5304b5/events.out.tfevents.1718376841.0e3c5c5304b5.2041.6 +3 -0
- runs/Jun14_14-54-20_0e3c5c5304b5/events.out.tfevents.1718376861.0e3c5c5304b5.2041.7 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -38,33 +38,40 @@ More information needed
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
-
- train_batch_size:
|
42 |
- eval_batch_size: 64
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- lr_scheduler_warmup_steps:
|
47 |
-
- num_epochs:
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
54 |
-
|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.4487
|
21 |
+
- F1: 0.8063
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 128
|
42 |
- eval_batch_size: 64
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 35
|
47 |
+
- num_epochs: 3
|
48 |
- mixed_precision_training: Native AMP
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
53 |
|:-------------:|:------:|:----:|:---------------:|:------:|
|
54 |
+
| 0.8917 | 0.1368 | 16 | 0.9228 | 0.5606 |
|
55 |
+
| 0.8219 | 0.2735 | 32 | 0.7617 | 0.6112 |
|
56 |
+
| 0.7154 | 0.4103 | 48 | 0.6455 | 0.6687 |
|
57 |
+
| 0.6278 | 0.5470 | 64 | 0.5976 | 0.6955 |
|
58 |
+
| 0.5923 | 0.6838 | 80 | 0.5443 | 0.7327 |
|
59 |
+
| 0.5417 | 0.8205 | 96 | 0.5212 | 0.7479 |
|
60 |
+
| 0.5094 | 0.9573 | 112 | 0.5087 | 0.7586 |
|
61 |
+
| 0.4866 | 1.0940 | 128 | 0.4835 | 0.7719 |
|
62 |
+
| 0.4743 | 1.2308 | 144 | 0.5172 | 0.7609 |
|
63 |
+
| 0.4887 | 1.3675 | 160 | 0.4905 | 0.7718 |
|
64 |
+
| 0.452 | 1.5043 | 176 | 0.4706 | 0.7817 |
|
65 |
+
| 0.4592 | 1.6410 | 192 | 0.4658 | 0.7795 |
|
66 |
+
| 0.4372 | 1.7778 | 208 | 0.4726 | 0.7782 |
|
67 |
+
| 0.4387 | 1.9145 | 224 | 0.4769 | 0.7775 |
|
68 |
+
| 0.4242 | 2.0513 | 240 | 0.4526 | 0.7929 |
|
69 |
+
| 0.3881 | 2.1880 | 256 | 0.4541 | 0.7975 |
|
70 |
+
| 0.4081 | 2.3248 | 272 | 0.4524 | 0.8002 |
|
71 |
+
| 0.3768 | 2.4615 | 288 | 0.4609 | 0.7931 |
|
72 |
+
| 0.3838 | 2.5983 | 304 | 0.4511 | 0.8037 |
|
73 |
+
| 0.3888 | 2.7350 | 320 | 0.4483 | 0.8011 |
|
74 |
+
| 0.3791 | 2.8718 | 336 | 0.4487 | 0.8063 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
-
"lora_alpha":
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
@@ -18,12 +18,12 @@
|
|
18 |
"score.weight"
|
19 |
],
|
20 |
"peft_type": "LORA",
|
21 |
-
"r":
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
-
"
|
26 |
-
"
|
27 |
],
|
28 |
"task_type": "SEQ_CLS",
|
29 |
"use_dora": false,
|
|
|
10 |
"layers_pattern": null,
|
11 |
"layers_to_transform": null,
|
12 |
"loftq_config": {},
|
13 |
+
"lora_alpha": 256,
|
14 |
"lora_dropout": 0.1,
|
15 |
"megatron_config": null,
|
16 |
"megatron_core": "megatron.core",
|
|
|
18 |
"score.weight"
|
19 |
],
|
20 |
"peft_type": "LORA",
|
21 |
+
"r": 128,
|
22 |
"rank_pattern": {},
|
23 |
"revision": null,
|
24 |
"target_modules": [
|
25 |
+
"v_proj",
|
26 |
+
"q_proj"
|
27 |
],
|
28 |
"task_type": "SEQ_CLS",
|
29 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14a3571a063afc9ad13aec07b18b399c9a9222fc98b135282c2b2d62f28c598c
|
3 |
+
size 1268802808
|
runs/Jun14_14-46-55_0e3c5c5304b5/events.out.tfevents.1718376416.0e3c5c5304b5.2041.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c293a85d73ab75be928e04039566831c4d322d8ac2af884e403aad08fea98a4
|
3 |
+
size 5364
|
runs/Jun14_14-47-55_0e3c5c5304b5/events.out.tfevents.1718376476.0e3c5c5304b5.2041.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f98954ec707cf67fbe5c91b11626d58d98fd390b281083e2a643d96a27b01995
|
3 |
+
size 5931
|
runs/Jun14_14-51-36_0e3c5c5304b5/events.out.tfevents.1718376696.0e3c5c5304b5.2041.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e89fc539d379a8c715999a428cbb1c03feaaef2c6c69e8dc0be248b17f61ba18
|
3 |
+
size 5413
|
runs/Jun14_14-51-44_0e3c5c5304b5/events.out.tfevents.1718376705.0e3c5c5304b5.2041.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55f7b47d9328a256c4b59886fa9b6cdde66870087b8da1f6d02decf4e7d991f5
|
3 |
+
size 5414
|
runs/Jun14_14-52-22_0e3c5c5304b5/events.out.tfevents.1718376742.0e3c5c5304b5.2041.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3a6558c304a5e163faf7e816a617d7cf1630958d33dd2baa24b6549cb4e9e76
|
3 |
+
size 5414
|
runs/Jun14_14-52-45_0e3c5c5304b5/events.out.tfevents.1718376766.0e3c5c5304b5.2041.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec27334ba4cdc0649583d81c2455d1c857fd5feb6d3bb5761773a1adf7cfd5bb
|
3 |
+
size 5414
|
runs/Jun14_14-54-00_0e3c5c5304b5/events.out.tfevents.1718376841.0e3c5c5304b5.2041.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f16d4aafa04b7fc19214ee48156ce2cb8dab45d410c8bebcbd6be2bfe7ef690
|
3 |
+
size 5414
|
runs/Jun14_14-54-20_0e3c5c5304b5/events.out.tfevents.1718376861.0e3c5c5304b5.2041.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba5ae507184e40d70c5eb7b902d27054e2fb7286fa084ffd5307109b7799f857
|
3 |
+
size 16786
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35e5048b818c7be80a0fa915e212257550fcf5cc613bb5820fde12145936c406
|
3 |
size 5048
|