RonanMcGovern
commited on
Commit
•
d085345
1
Parent(s):
5cff35b
Upload LlamaForCausalLM
Browse files
generation_config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"bos_token_id": 1,
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 4096,
|
5 |
"pad_token_id": 0,
|
6 |
-
"temperature": 0.
|
7 |
-
"top_p": 0.
|
8 |
"transformers_version": "4.31.0"
|
9 |
}
|
|
|
1 |
{
|
2 |
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": 2,
|
5 |
"max_length": 4096,
|
6 |
"pad_token_id": 0,
|
7 |
+
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
"transformers_version": "4.31.0"
|
10 |
}
|
pytorch_model-00001-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4939015766
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54412cd288c39d22e4005a55bf46af4169a51e2a70d9c2274dbc3f0f5fbe521e
|
3 |
size 4939015766
|
pytorch_model-00002-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4947422190
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:352f7c0565650eb8c52977ec53151fdd2faa3ccfb06f2e754f05bb28fd2762c6
|
3 |
size 4947422190
|
pytorch_model-00003-of-00003.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3590510473
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b6f53892be0ccc1821c24b29e9264c72b25e6251333e5ace0c7340eb08c5d36
|
3 |
size 3590510473
|