dfrees commited on
Commit
5a8bf1d
·
verified ·
1 Parent(s): fba78d6

Uploading merged DPO-trained model

Browse files
config.json CHANGED
@@ -49,7 +49,7 @@
49
  "rope_theta": 500000.0,
50
  "tie_word_embeddings": true,
51
  "torch_dtype": "float32",
52
- "transformers_version": "4.45.2",
53
  "use_cache": true,
54
  "vocab_size": 128256
55
  }
 
49
  "rope_theta": 500000.0,
50
  "tie_word_embeddings": true,
51
  "torch_dtype": "float32",
52
+ "transformers_version": "4.44.2",
53
  "use_cache": true,
54
  "vocab_size": 128256
55
  }
generation_config.json CHANGED
@@ -8,5 +8,5 @@
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
- "transformers_version": "4.45.2"
12
  }
 
8
  ],
9
  "temperature": 0.6,
10
  "top_p": 0.9,
11
+ "transformers_version": "4.44.2"
12
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d03f0857ff885351223cbc4434e4ecbf1402bcd10764d745e3b3d178bf841df3
3
  size 1556570089
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41e96b3bd97ff2fa9800e5221f332028cd24ed423a486fdd581bfb382386b733
3
  size 1556570089
special_tokens_map.json CHANGED
@@ -12,5 +12,6 @@
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
- }
 
16
  }
 
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
+ },
16
+ "pad_token": "<|eot_id|>"
17
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
- size 17209920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79e3e522635f3171300913bb421464a87de6222182a0570b9b2ccba2a964b2b4
3
+ size 9085657
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": "<|eot_id|>",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }