Fix embeddings
Browse files
generation_config.json
CHANGED
@@ -4,5 +4,11 @@
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
6 |
"pad_token_id": 0,
|
7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
}
|
|
|
4 |
"cache_implementation": "hybrid",
|
5 |
"eos_token_id": 1,
|
6 |
"pad_token_id": 0,
|
7 |
+
"temperature": 0.5,
|
8 |
+
"top_p": 0.9,
|
9 |
+
"top_k": 30,
|
10 |
+
"repetition_penalty": 1.0,
|
11 |
+
"max_new_tokens": 512,
|
12 |
+
"do_sample": true,
|
13 |
+
"transformers_version": "4.43.0.dev0"
|
14 |
}
|
model-00001-of-00005.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4903351912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e663c68a0d9f5dfe85c3b11ac9caa0d584b7a0584bd271913b9514883fe3629
|
3 |
size 4903351912
|