aguglaniAI
commited on
Commit
•
72bbc42
1
Parent(s):
43f0231
phi2 fine-tuned with forced tokenization and more samples
Browse files
README.md
CHANGED
@@ -19,6 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# phi2_fine_tune_istanbul_rugs
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the generator dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,17 +53,13 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: cosine
|
48 |
- lr_scheduler_warmup_ratio: 0.05
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
-
-
|
51 |
-
|
52 |
-
### Training results
|
53 |
-
|
54 |
-
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
- PEFT 0.8.2
|
59 |
- Transformers 4.37.2
|
60 |
- Pytorch 2.1.0+cu121
|
61 |
-
- Datasets 2.17.
|
62 |
- Tokenizers 0.15.2
|
|
|
19 |
# phi2_fine_tune_istanbul_rugs
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the generator dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- eval_loss: 0.2468
|
24 |
+
- eval_runtime: 107.7441
|
25 |
+
- eval_samples_per_second: 4.093
|
26 |
+
- eval_steps_per_second: 0.52
|
27 |
+
- epoch: 8.69
|
28 |
+
- step: 120
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: cosine
|
55 |
- lr_scheduler_warmup_ratio: 0.05
|
56 |
+
- lr_scheduler_warmup_steps: 5
|
57 |
+
- training_steps: 250
|
|
|
|
|
|
|
|
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- PEFT 0.8.2
|
62 |
- Transformers 4.37.2
|
63 |
- Pytorch 2.1.0+cu121
|
64 |
+
- Datasets 2.17.1
|
65 |
- Tokenizers 0.15.2
|
adapter_config.json
CHANGED
@@ -19,9 +19,9 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
22 |
"fc2",
|
23 |
-
"Wqkv"
|
24 |
-
"out_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_rslora": false
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"out_proj",
|
23 |
"fc2",
|
24 |
+
"Wqkv"
|
|
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 115368408
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ddeee7dea06e7186d025d3ff23e630448a046427e25a233ce8eaefd536664d5
|
3 |
size 115368408
|
runs/Feb20_01-12-45_4ed94eaf6945/events.out.tfevents.1708391575.4ed94eaf6945.3023.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:721b032d156fccf95b7be72a8b4ce81e5fcbfed1722bdecd80b2350090b0e884
|
3 |
+
size 10170
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f0ae867f1cdd45eb8a79a92d9d9989dc3740ed88a404686e29e27d1a20893e
|
3 |
size 4728
|