Upload LlamaForCausalLM
Browse files- config.json +2 -1
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -36,12 +36,13 @@
|
|
36 |
"rms_norm_eps": 1e-06,
|
37 |
"rope_scaling": {
|
38 |
"factor": 4.0,
|
|
|
39 |
"type": "linear"
|
40 |
},
|
41 |
"rope_theta": 100000,
|
42 |
"tie_word_embeddings": false,
|
43 |
"torch_dtype": "float16",
|
44 |
-
"transformers_version": "4.
|
45 |
"use_cache": true,
|
46 |
"vocab_size": 32256
|
47 |
}
|
|
|
36 |
"rms_norm_eps": 1e-06,
|
37 |
"rope_scaling": {
|
38 |
"factor": 4.0,
|
39 |
+
"rope_type": "linear",
|
40 |
"type": "linear"
|
41 |
},
|
42 |
"rope_theta": 100000,
|
43 |
"tie_word_embeddings": false,
|
44 |
"torch_dtype": "float16",
|
45 |
+
"transformers_version": "4.44.2",
|
46 |
"use_cache": true,
|
47 |
"vocab_size": 32256
|
48 |
}
|
generation_config.json
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 32013,
|
4 |
"eos_token_id": 32014,
|
5 |
-
"transformers_version": "4.
|
6 |
}
|
|
|
2 |
"_from_model_config": true,
|
3 |
"bos_token_id": 32013,
|
4 |
"eos_token_id": 32014,
|
5 |
+
"transformers_version": "4.44.2"
|
6 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1480793144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6687b916616d5264ab7bc5585d18ceaa54fdeb31181ab12a20ff864eb2be9cd7
|
3 |
size 1480793144
|