nm-autobot
commited on
Commit
•
1c0efb3
1
Parent(s):
184febe
Upload LlamaForCausalLM
Browse files- config.json +3 -3
- generation_config.json +1 -1
- model.safetensors +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -51,7 +51,7 @@
|
|
51 |
"quantization_status": "compressed",
|
52 |
"sparsity_config": {
|
53 |
"format": "dense",
|
54 |
-
"global_sparsity": 0.
|
55 |
"ignore": [],
|
56 |
"registry_requires_subclass": false,
|
57 |
"sparsity_structure": "unstructured",
|
@@ -63,7 +63,7 @@
|
|
63 |
"rope_theta": 10000.0,
|
64 |
"tie_word_embeddings": false,
|
65 |
"torch_dtype": "bfloat16",
|
66 |
-
"transformers_version": "4.46.
|
67 |
"use_cache": true,
|
68 |
"vocab_size": 32000
|
69 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
51 |
"quantization_status": "compressed",
|
52 |
"sparsity_config": {
|
53 |
"format": "dense",
|
54 |
+
"global_sparsity": 0.14293119845708416,
|
55 |
"ignore": [],
|
56 |
"registry_requires_subclass": false,
|
57 |
"sparsity_structure": "unstructured",
|
|
|
63 |
"rope_theta": 10000.0,
|
64 |
"tie_word_embeddings": false,
|
65 |
"torch_dtype": "bfloat16",
|
66 |
+
"transformers_version": "4.46.3",
|
67 |
"use_cache": true,
|
68 |
"vocab_size": 32000
|
69 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.46.
|
7 |
}
|
|
|
3 |
"eos_token_id": 2,
|
4 |
"max_length": 2048,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.46.3"
|
7 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 761968800
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a7a64f0d5221e5cdf76d66be0f69116d4debeb223202101598c9519e50f6722
|
3 |
size 761968800
|