shibing624
commited on
Commit
•
98ad485
1
Parent(s):
b0d2da3
upload config
Browse files- config.json +0 -1
- generation_config.json +9 -1
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
-
"_name_or_path": "../models/baichuan-inc--Baichuan-13B-Chat",
|
4 |
"architectures": [
|
5 |
"BaichuanForCausalLM"
|
6 |
],
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
|
|
3 |
"architectures": [
|
4 |
"BaichuanForCausalLM"
|
5 |
],
|
generation_config.json
CHANGED
@@ -1,7 +1,15 @@
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
|
|
3 |
"bos_token_id": 1,
|
4 |
"eos_token_id": 2,
|
5 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"transformers_version": "4.31.0"
|
7 |
}
|
|
|
1 |
{
|
2 |
"_from_model_config": true,
|
3 |
+
"pad_token_id": 0,
|
4 |
"bos_token_id": 1,
|
5 |
"eos_token_id": 2,
|
6 |
+
"user_token_id": 195,
|
7 |
+
"assistant_token_id": 196,
|
8 |
+
"max_new_tokens": 2048,
|
9 |
+
"temperature": 0.3,
|
10 |
+
"top_k": 5,
|
11 |
+
"top_p": 0.85,
|
12 |
+
"repetition_penalty": 1.1,
|
13 |
+
"do_sample": true,
|
14 |
"transformers_version": "4.31.0"
|
15 |
}
|