nithyarajkumar
commited on
Training in progress, epoch 0
Browse files
adapter_config.json
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "NousResearch/Llama-2-7b-
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
8 |
"init_lora_weights": true,
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"loftq_config": {},
|
@@ -19,8 +20,8 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
-
"
|
23 |
-
"
|
24 |
],
|
25 |
"task_type": "CAUSAL_LM",
|
26 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
|
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": {},
|
|
|
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,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 16794200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:760547559d4b0c181e4f4fdf1686cf1edd55746eb28f827a026b45fd04b3aceb
|
3 |
size 16794200
|
runs/Mar29_10-18-28_d1a40e1595bb/events.out.tfevents.1711707535.d1a40e1595bb.209.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4416c340a7c2e51d88bee55e7b35353dcca9d6ce8018ac7dc5fb01ae764435
|
3 |
+
size 7603
|
tokenizer.json
CHANGED
@@ -34,15 +34,6 @@
|
|
34 |
"rstrip": false,
|
35 |
"normalized": true,
|
36 |
"special": true
|
37 |
-
},
|
38 |
-
{
|
39 |
-
"id": 32000,
|
40 |
-
"content": "<pad>",
|
41 |
-
"single_word": false,
|
42 |
-
"lstrip": false,
|
43 |
-
"rstrip": false,
|
44 |
-
"normalized": true,
|
45 |
-
"special": false
|
46 |
}
|
47 |
],
|
48 |
"normalizer": {
|
|
|
34 |
"rstrip": false,
|
35 |
"normalized": true,
|
36 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
}
|
38 |
],
|
39 |
"normalizer": {
|
tokenizer_config.json
CHANGED
@@ -25,14 +25,6 @@
|
|
25 |
"rstrip": false,
|
26 |
"single_word": false,
|
27 |
"special": true
|
28 |
-
},
|
29 |
-
"32000": {
|
30 |
-
"content": "<pad>",
|
31 |
-
"lstrip": false,
|
32 |
-
"normalized": true,
|
33 |
-
"rstrip": false,
|
34 |
-
"single_word": false,
|
35 |
-
"special": false
|
36 |
}
|
37 |
},
|
38 |
"bos_token": "<s>",
|
|
|
25 |
"rstrip": false,
|
26 |
"single_word": false,
|
27 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
},
|
30 |
"bos_token": "<s>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67deac9c78b2eb4782d61a8f4e5dcde405c15817ea797acfe060aa22cc186f98
|
3 |
size 5048
|