jeffreymeetkai commited on
Commit
2b6b788
1 Parent(s): 3f9c742

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "FunctionaryForCausalLM"
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"