avikmall/imessages2
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 5
|
48 |
-
- training_steps:
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
@@ -55,7 +55,7 @@ The following hyperparameters were used during training:
|
|
55 |
### Framework versions
|
56 |
|
57 |
- PEFT 0.11.1
|
58 |
-
- Transformers 4.
|
59 |
- Pytorch 2.3.0+cu121
|
60 |
- Datasets 2.20.0
|
61 |
- Tokenizers 0.19.1
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 5
|
48 |
+
- training_steps: 750
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
### Training results
|
|
|
55 |
### Framework versions
|
56 |
|
57 |
- PEFT 0.11.1
|
58 |
+
- Transformers 4.42.3
|
59 |
- Pytorch 2.3.0+cu121
|
60 |
- Datasets 2.20.0
|
61 |
- Tokenizers 0.19.1
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"up_proj",
|
25 |
-
"k_proj",
|
26 |
-
"v_proj",
|
27 |
"o_proj",
|
|
|
|
|
28 |
"down_proj",
|
|
|
|
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": "unsloth",
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"k_proj",
|
25 |
+
"up_proj",
|
26 |
"down_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"v_proj",
|
29 |
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167832240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58ae3d107358585ad41ad812404e25562ee5992c38979d2fc1759c6c36f279b2
|
3 |
size 167832240
|
runs/Jul04_15-45-20_6278aa578ff7/events.out.tfevents.1720107939.6278aa578ff7.609.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58dc12abd00a23535671cc7c6af8dcb8519133fbc99235403c9f416e861e94b8
|
3 |
+
size 163670
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:114a101df75e33b870a428acf00bdf874a408dd58d386358ae6a0664aff27d83
|
3 |
size 5368
|