taronklm commited on
Commit
004f686
·
verified ·
1 Parent(s): c7f9941

taronklm/Qwen2.5-0.5B-Instruct-chatbot

Browse files
README.md CHANGED
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
  - train_batch_size: 1
42
  - eval_batch_size: 8
43
  - seed: 42
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
45
  - total_train_batch_size: 16
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 2
49
 
50
  ### Training results
51
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
  - train_batch_size: 1
42
  - eval_batch_size: 8
43
  - seed: 42
 
45
  - total_train_batch_size: 16
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
 
50
  ### Training results
51
 
adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
  "o_proj",
25
- "q_proj",
26
- "v_proj",
27
  "k_proj",
28
- "down_proj",
29
- "gate_proj"
 
 
30
  ],
31
  "task_type": "CASUAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
+ "up_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "gate_proj",
28
+ "q_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CASUAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfbc2159c7fbe53e83476546a5700cb2ddb1714027cc026901ef6ce4d1ee8ff4
3
  size 8841592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a675bde7dd92fbe4b85b6acde91ab31912b0803415bf5c768ba33fbf0c8e861
3
  size 8841592
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5fc0a24dce134d9086d64b21071e6dc2df5e075c250426c99b98eba31a13f8fa
3
  size 1976163472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:001b207091593c0b9f318ff006bb10d7b8a80e3d8650241075cd155095c4024f
3
  size 1976163472
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3147a44829aaeded52568334e274104f25be6f4800bb0f2cb2455ee55cb3d918
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a60392f1478e9b3ed1b32c89ae12e2ac0e14a4f9114ceae947f601344d2dfac3
3
  size 5368