cylee1024 commited on
Commit
4b9dd3b
·
verified ·
1 Parent(s): a5d610b

Training in progress, epoch 1

Browse files
.ipynb_checkpoints/adapter_config-checkpoint.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "./LLama 3.2B /model",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
.ipynb_checkpoints/special_tokens_map-checkpoint.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|begin_of_text|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|eot_id|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|finetune_right_pad_id|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
+ }
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b4f0cd5cc75db385ed3f362df34549899cbc2cf6a663e61cc754b6f3263dd5c
3
  size 23641256
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5410bb7c072b61318a9df6e9772ee49983c58029d40aa35b1ae2f05e40ac9f03
3
  size 23641256
runs/Nov26_11-19-47_nb-cze9cvb7fxn7-0/events.out.tfevents.1732619994.nb-cze9cvb7fxn7-0.476911.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64ba127ba9e07de16ddca61992c2b099179f955da1a42fbfb1fba48fea6dcb17
3
- size 11045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad0682919474ee4dcae9ea9ed82dbba962e91832391680ded31d6b9805fedc4
3
+ size 11600
runs/Nov26_12-06-26_nb-cze9cvb7fxn7-0/events.out.tfevents.1732622794.nb-cze9cvb7fxn7-0.481911.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8d1fd60ab62bfd51d25862543187def01dfcec4e8f25b1178a1ff75f84ac9d6
3
+ size 10217
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e66ed700812d65c6e5ed355fcd6f8f27ec9cc3256e8438eaad3dd78528906979
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f69987733142eba124f8e923b45c62e51588de512eb06a8ca0d6cc0ae273e1
3
  size 5624