AliHmlii commited on
Commit
0ab4078
·
verified ·
1 Parent(s): 39a391e

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "up_proj",
25
- "gate_proj",
26
- "q_proj",
27
- "down_proj",
28
  "o_proj",
29
- "k_proj"
 
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "/home/lsh/code/llama-3-8B-extent",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
 
23
  "o_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "k_proj",
27
+ "up_proj",
28
+ "v_proj",
29
+ "q_proj"
30
  ],
31
  "task_type": "CAUSAL_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:b36e01b194812bf82947e25cd6062aa7e7be470f0181e6ae76551238e04fd525
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536d4835503c439e8735e4e8eb55801620bb64656de004d4a7def52bb5708ddc
3
  size 167832240
runs/Jan06_04-05-43_f82d07273834/events.out.tfevents.1736165243.f82d07273834.3000070.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fd875ef2b8cfad37fb67b26944efa505040d025cb27fb9dde58da69039c5f80
3
+ size 10960
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c5cf44023714fb39b05e71e425f8d7b92805ff73f7988b083b8c87f0bf87393
3
- size 17209961
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd1f123c59e381eaceda39c69b94393ca650e67b46711c384283e03de4b1d99
3
+ size 17210338
tokenizer_config.json CHANGED
@@ -2047,6 +2047,22 @@
2047
  "rstrip": false,
2048
  "single_word": false,
2049
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2050
  }
2051
  },
2052
  "bos_token": "<|begin_of_text|>",
 
2047
  "rstrip": false,
2048
  "single_word": false,
2049
  "special": true
2050
+ },
2051
+ "128256": {
2052
+ "content": "<Retrieval>",
2053
+ "lstrip": false,
2054
+ "normalized": true,
2055
+ "rstrip": false,
2056
+ "single_word": false,
2057
+ "special": false
2058
+ },
2059
+ "128257": {
2060
+ "content": "</Retrieval>",
2061
+ "lstrip": false,
2062
+ "normalized": true,
2063
+ "rstrip": false,
2064
+ "single_word": false,
2065
+ "special": false
2066
  }
2067
  },
2068
  "bos_token": "<|begin_of_text|>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:06402d99a9039ff884b609ccbc190fdffa9c80ba78a7c0098fa7ae771061a3fd
3
  size 6264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb537e0afa7ac49083fcfe034bba5084fda32d42beb19e63ef8beed469a2ed02
3
  size 6264