muralcode commited on
Commit
2674e39
·
verified ·
1 Parent(s): c7769da

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -29,12 +29,12 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
 
 
 
32
  "down_proj",
33
  "k_proj",
34
- "v_proj",
35
- "o_proj",
36
  "gate_proj",
37
- "q_proj",
38
  "up_proj"
39
  ],
40
  "target_parameters": null,
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "o_proj",
33
+ "v_proj",
34
+ "q_proj",
35
  "down_proj",
36
  "k_proj",
 
 
37
  "gate_proj",
 
38
  "up_proj"
39
  ],
40
  "target_parameters": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fad711f361fb10fe791538dabc9c5194f1158c0e88e55e720efd58de402f6087
3
  size 3543720
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57799360264c80d2b9ce04dc98385177741549197f1e332380108144fc4101c0
3
  size 3543720
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|im_end|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }
tokenizer_config.json CHANGED
@@ -4069,7 +4069,7 @@
4069
  "attention_mask"
4070
  ],
4071
  "model_max_length": 1000000000000000019884624838656,
4072
- "pad_token": "<|im_end|>",
4073
  "sp_model_kwargs": {},
4074
  "spaces_between_special_tokens": false,
4075
  "tokenizer_class": "PreTrainedTokenizerFast",
 
4069
  "attention_mask"
4070
  ],
4071
  "model_max_length": 1000000000000000019884624838656,
4072
+ "pad_token": "<|pad|>",
4073
  "sp_model_kwargs": {},
4074
  "spaces_between_special_tokens": false,
4075
  "tokenizer_class": "PreTrainedTokenizerFast",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:12f96a32be5d801267fecb8260584c375f3d7ad7a088cde4cae0578df54f72ed
3
  size 6225
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d45c309b0aff61ee538c186253136c2bb4a0ef72ed6f90c74c7b5c22d6b239e6
3
  size 6225