Pplus commited on
Commit
089cd23
1 Parent(s): 2768d4b

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -20,14 +20,14 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "o_proj",
24
- "v_proj",
25
- "gate_proj",
26
- "up_proj",
27
  "down_proj",
28
- "k_proj",
29
  "lm_head",
30
- "q_proj"
 
 
 
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
  "o_proj",
 
 
 
25
  "down_proj",
 
26
  "lm_head",
27
+ "v_proj",
28
+ "up_proj",
29
+ "gate_proj",
30
+ "k_proj"
31
  ],
32
  "task_type": "CAUSAL_LM",
33
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7fb97858cfe2e76c9e0b320f99fc789960c725a25f78de53b90a44185d62e905
3
- size 864513616
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6829a612dba3a553822c1422f3912b9fb826c5dce3e3d136776b1b568b5af47f
3
+ size 1194754144
runs/Apr01_10-51-23_4578cb645bfc/events.out.tfevents.1711968695.4578cb645bfc.24.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13f42e27fd51e2121bfbc0c3a8b90d8e45be09814878dcbe3cf5ab523724c50
3
+ size 9033
special_tokens_map.json CHANGED
@@ -13,7 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "</s>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -33,7 +33,7 @@
33
  "eos_token": "</s>",
34
  "legacy": true,
35
  "model_max_length": 1000000000000000019884624838656,
36
- "pad_token": "<s>",
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",
 
33
  "eos_token": "</s>",
34
  "legacy": true,
35
  "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
  "sp_model_kwargs": {},
38
  "spaces_between_special_tokens": false,
39
  "tokenizer_class": "LlamaTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0e4db45dd4a3211358d59a050bd77b8782569eafbea0b8afd002c9a8b71355b
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1048b9cfa1cc82219eb2f1f1d637bd7ab94df34862967709e8df2078df868e6f
3
  size 4728