v1.0.6-reupload
Browse files- config.json +2 -2
- generation_config.json +4 -1
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -37,7 +37,7 @@
|
|
37 |
"tie_word_embeddings": false,
|
38 |
"torch_dtype": "bfloat16",
|
39 |
"transformers_version": "4.45.2",
|
40 |
-
"unsloth_version": "2024.
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 128262
|
43 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "../results/llama-2_4b/2024-10-19 20_40_03/checkpoint-6600",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
37 |
"tie_word_embeddings": false,
|
38 |
"torch_dtype": "bfloat16",
|
39 |
"transformers_version": "4.45.2",
|
40 |
+
"unsloth_version": "2024.10.2",
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 128262
|
43 |
}
|
generation_config.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
{
|
2 |
-
"_from_model_config": true,
|
3 |
"bos_token_id": 128000,
|
|
|
4 |
"eos_token_id": [
|
5 |
128001,
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
|
|
9 |
"pad_token_id": 128004,
|
|
|
|
|
10 |
"transformers_version": "4.45.2"
|
11 |
}
|
|
|
1 |
{
|
|
|
2 |
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
"eos_token_id": [
|
5 |
128001,
|
6 |
128008,
|
7 |
128009
|
8 |
],
|
9 |
+
"max_length": 131072,
|
10 |
"pad_token_id": 128004,
|
11 |
+
"temperature": 0.6,
|
12 |
+
"top_p": 0.9,
|
13 |
"transformers_version": "4.45.2"
|
14 |
}
|
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:e5fd9365880a8abf926ebeb44f3ee25ce80244ded2d61cbe1760f2fb58991054
|
3 |
+
size 4943336360
|