Adding AWQ model
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--migtissera--Llama-3-8B-Synthia-v3.5/snapshots/
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -31,7 +31,7 @@
|
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "float16",
|
34 |
-
"transformers_version": "4.41.
|
35 |
"use_cache": false,
|
36 |
"vocab_size": 128256
|
37 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--migtissera--Llama-3-8B-Synthia-v3.5/snapshots/af4990801a24fee7acf16370cb5aa5643b5e9d6c",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
31 |
"rope_theta": 500000.0,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "float16",
|
34 |
+
"transformers_version": "4.41.1",
|
35 |
"use_cache": false,
|
36 |
"vocab_size": 128256
|
37 |
}
|
generation_config.json
CHANGED
@@ -5,5 +5,5 @@
|
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
-
"transformers_version": "4.41.
|
9 |
}
|
|
|
5 |
"max_length": 4096,
|
6 |
"temperature": 0.6,
|
7 |
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.41.1"
|
9 |
}
|