Karthik15 commited on
Commit
e44456c
·
verified ·
1 Parent(s): 64bc84a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -4
config.json CHANGED
@@ -7,8 +7,6 @@
7
  "dropout": 0.1,
8
  "bias": true,
9
  "_name_or_path": "custom-gpt",
10
- "model_type": "custom-gpt",
11
- "auto_map": {
12
- "AutoModelForCausalLM": "model.GPT"
13
- }
14
  }
 
7
  "dropout": 0.1,
8
  "bias": true,
9
  "_name_or_path": "custom-gpt",
10
+ "model_type": "custom-gpt"
11
+
 
 
12
  }