jeffreymeetkai
commited on
Commit
•
c5c46b5
1
Parent(s):
d881c3f
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"
|
|
|
1 |
{
|
2 |
"_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
|
3 |
"architectures": [
|
4 |
+
"LlamaForCausalLM", "FunctionaryForCausalLM"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoModelForCausalLM": "modeling_functionary.FunctionaryForCausalLM"
|