sschangi commited on
Commit
49cc26e
1 Parent(s): 1d5133c

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -6,6 +6,7 @@
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,11 +20,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "dense",
23
  "dense_h_to_4h",
 
24
  "query_key_value",
25
  "dense_4h_to_h"
26
  ],
27
  "task_type": "CAUSAL_LM",
 
28
  "use_rslora": false
29
  }
 
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
  "dense_h_to_4h",
24
+ "dense",
25
  "query_key_value",
26
  "dense_4h_to_h"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
  "use_rslora": false
31
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96367e3eeab5b27c468a13d2f1a9243a5a7e3ef72de8b209f7c59e483506439c
3
  size 261131840
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee7c9b9ec19636d39d03c695d4c0aab735dd8255ce1c4635a8150241e30cd93
3
  size 261131840
runs/Aug13_17-04-03_b3824d9d2abd/events.out.tfevents.1723568645.b3824d9d2abd.1311.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:408f94f34bcae1a2af1d452fc0693adcc877b81c2011d83d3a9ca90b7f397156
3
+ size 6697
tokenizer.json CHANGED
@@ -160,6 +160,7 @@
160
  "end_of_word_suffix": null,
161
  "fuse_unk": false,
162
  "byte_fallback": false,
 
163
  "vocab": {
164
  ">>TITLE<<": 0,
165
  ">>ABSTRACT<<": 1,
 
160
  "end_of_word_suffix": null,
161
  "fuse_unk": false,
162
  "byte_fallback": false,
163
+ "ignore_merges": false,
164
  "vocab": {
165
  ">>TITLE<<": 0,
166
  ">>ABSTRACT<<": 1,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f4c231396bbadbdda7354182e4dbd08906998744923ed15f8e513bf3ba59d4a
3
- size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d23b050eacef059bf1983aa8c61a9f9426c9a43e8876090ebac53e0b2d3fc29
3
+ size 5496