Uploading merged DPO-trained model
Browse files- config.json +1 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
- special_tokens_map.json +2 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -0
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.
|
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.
|
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:
|
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:
|
3 |
-
size
|
|
|
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 |
}
|