Upload LlamaForCausalLM
Browse files- config.json +1 -1
- generation_config.json +7 -0
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "ckpts/selected/tnl_hs_50k_8k/relu1_i1.6_st200_1e-1_sd31415/Feb13_17-23-43",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"bos_token_id": 1,
|
|
|
1 |
{
|
2 |
"_name_or_path": "ckpts/selected/tnl_hs_50k_8k/relu1_i1.6_st200_1e-1_sd31415/Feb13_17-23-43",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
],
|
6 |
"attention_bias": false,
|
7 |
"bos_token_id": 1,
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"eos_token_id": 2,
|
4 |
+
"max_length": 2048,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.35.0"
|
7 |
+
}
|
model.safetensors
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:9023a78c1931865a9d8b566b1b50e8ecf3a74c9eff181214a4f929742f5b7fa7
|
3 |
+
size 4400220328
|