sampluralis commited on
Commit
2b3cf3b
·
verified ·
1 Parent(s): b625061

Training in progress, step 66

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f07948407c8b6ec61e96ba6c889ca2828670bb07bad3a6957ba4169b0096bb65
3
  size 2471645608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59a7054721754c9fc2ba372406fc5c14edd14f390200d5b37ce2cd927b8bd7c
3
  size 2471645608
special_tokens_map.json CHANGED
@@ -6,5 +6,6 @@
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
- "eos_token": "<|im_end|>"
 
10
  }
 
6
  "rstrip": false,
7
  "single_word": false
8
  },
9
+ "eos_token": "<|im_end|>",
10
+ "pad_token": "<|im_end|>"
11
  }
tokenizer_config.json CHANGED
@@ -2058,5 +2058,6 @@
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
 
2061
  "tokenizer_class": "PreTrainedTokenizerFast"
2062
  }
 
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
2061
+ "pad_token": "<|im_end|>",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }