Model save
Browse files- README.md +2 -2
- adapter_config.json +5 -5
- trainer_log.jsonl +1 -0
- training_args.bin +2 -2
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# Qwen2.5-1.5B-Instruct-AraNews
|
18 |
|
19 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -44,7 +44,7 @@ The following hyperparameters were used during training:
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_ratio: 0.1
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
16 |
|
17 |
# Qwen2.5-1.5B-Instruct-AraNews
|
18 |
|
19 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on an unknown dataset.
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
45 |
- lr_scheduler_type: cosine
|
46 |
- lr_scheduler_warmup_ratio: 0.1
|
47 |
+
- num_epochs: 1.0
|
48 |
|
49 |
### Training results
|
50 |
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"up_proj",
|
24 |
-
"v_proj",
|
25 |
-
"q_proj",
|
26 |
"down_proj",
|
27 |
-
"gate_proj",
|
28 |
"k_proj",
|
29 |
-
"o_proj"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"down_proj",
|
|
|
24 |
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"v_proj",
|
28 |
+
"up_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
trainer_log.jsonl
CHANGED
@@ -1 +1,2 @@
|
|
1 |
{"current_steps": 6, "total_steps": 6, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "0:00:18", "remaining_time": "0:00:00"}
|
|
|
|
1 |
{"current_steps": 6, "total_steps": 6, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "0:00:18", "remaining_time": "0:00:00"}
|
2 |
+
{"current_steps": 6, "total_steps": 2, "epoch": 2.0, "percentage": 300.0, "elapsed_time": "0:00:00", "remaining_time": "0:00:00"}
|
training_args.bin
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:efc194a68ce98ba8da31d038c22221ee0b65f5149564633cd2bff1e1016a442a
|
3 |
+
size 5752
|