abdullahzubairwan
commited on
Training in progress, step 50
Browse files- adapter_config.json +29 -0
- adapter_model.safetensors +3 -0
- logs/events.out.tfevents.1732775805.6f11196387fc.2353.1 +3 -0
- logs/events.out.tfevents.1732777355.6f11196387fc.9531.1 +3 -0
- tensorboard_logs/events.out.tfevents.1732775765.6f11196387fc.2353.0 +3 -0
- tensorboard_logs/events.out.tfevents.1732777313.6f11196387fc.9531.0 +3 -0
- training_args.bin +3 -0
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "meta-llama/Meta-Llama-3.1-8B",
|
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": 32,
|
14 |
+
"lora_dropout": 0.1,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 16,
|
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 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b228ba2acee32bb6b38a28803cfbb19e47d372e4a032673db433a84c564d1ab
|
3 |
+
size 27280152
|
logs/events.out.tfevents.1732775805.6f11196387fc.2353.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8fa3e3f1f9279121024a6672ec7cdb2e00fba0b13c95a217740c837823f3be1
|
3 |
+
size 5452
|
logs/events.out.tfevents.1732777355.6f11196387fc.9531.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f9d16dc1953cb4e28a332ae812b4b06a747465f4bff4a425c6a0e1d42fa73af
|
3 |
+
size 7817
|
tensorboard_logs/events.out.tfevents.1732775765.6f11196387fc.2353.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30b2bd5fb93d5855454878c39eddab0953cdf4845d8da5451d711086c601ca16
|
3 |
+
size 88
|
tensorboard_logs/events.out.tfevents.1732777313.6f11196387fc.9531.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9147bab6fd8cf397ceb4379a66a8ca1cf9195450d3892337a173b57e6d952be0
|
3 |
+
size 88
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5069bdae2410e91897883d58dad1bdaa8d242d99595222a53d55f2226ba2f318
|
3 |
+
size 5368
|