Upload LlamaForCausalLM
Browse files- config.json +2 -2
- generation_config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -35,7 +35,7 @@
|
|
35 |
"rope_theta": 500000.0,
|
36 |
"tie_word_embeddings": true,
|
37 |
"torch_dtype": "bfloat16",
|
38 |
-
"transformers_version": "4.
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 128256
|
41 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ThinkAgents/ThinkAgent-1B",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
35 |
"rope_theta": 500000.0,
|
36 |
"tie_word_embeddings": true,
|
37 |
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.49.0",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 128256
|
41 |
}
|
generation_config.json
CHANGED
@@ -8,5 +8,5 @@
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
-
"transformers_version": "4.
|
12 |
}
|
|
|
8 |
],
|
9 |
"temperature": 0.6,
|
10 |
"top_p": 0.9,
|
11 |
+
"transformers_version": "4.49.0"
|
12 |
}
|