CharlesLi commited on
Commit
425ba39
·
verified ·
1 Parent(s): 49b6070

Training in progress, step 20

Browse files
adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
24
- "up_proj",
25
  "o_proj",
26
- "v_proj",
27
  "k_proj",
28
- "down_proj",
29
- "q_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "gate_proj",
 
24
  "o_proj",
 
25
  "k_proj",
26
+ "v_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "down_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:7ea2f501fd37553e5445bfacb2e2fba128ae4ed0ba8083fe1ee6634db187c7f1
3
  size 167832688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3902d13f7b5e4e26165d2b2e076d62ae5528c69748b3f89aca41c53ebb714b
3
  size 167832688
runs/Dec29_17-23-58_xe8545-a100-23/events.out.tfevents.1735489446.xe8545-a100-23.3306678.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3623834f65244eae8504251e673f888c2637914cbe74052406f7b23d3cf065a2
3
+ size 7989
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 2048,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f594bb0e972f4d3b9512f40c38a6364493e5ce9d9ed0f7f27f893a3b2168e3cb
3
- size 6968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ea6ac69355d2991a9a27c67a37135ca433c9d93dd046e311ef8025caf891be
3
+ size 6904