ananyarn commited on
Commit
0d2d7e6
1 Parent(s): 2f9e713

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -19,14 +19,14 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
  "q_proj",
 
24
  "v_proj",
 
25
  "o_proj",
26
  "up_proj",
27
- "gate_proj",
28
- "k_proj",
29
- "lm_head"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "lm_head",
23
  "q_proj",
24
+ "down_proj",
25
  "v_proj",
26
+ "gate_proj",
27
  "o_proj",
28
  "up_proj",
29
+ "k_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d5deee127012e1bb3713e88791649d7321308674e1a3eb4b5705a4e47862191
3
  size 600059184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:086ef5f25485630e8180b9279acca359b056d7e76aee22c902acd34e2aea2cbe
3
  size 600059184
runs/Feb27_14-26-06_7a98f0814d45/events.out.tfevents.1709043996.7a98f0814d45.220.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2656c3c23da911485aaebdcdc97d7409544eb50c565a73f26adc6f09b32765dd
3
+ size 5719
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": 512,
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:a9559818cb9ab017e9fc23f444c9c457450707684653cde333d915551d211880
3
- size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:237c8b58afa166f147ffafe3b7122c62a9555d0c90df7c28a33e8d71e28f7616
3
+ size 4856