JRosenkranz commited on
Commit
5a77f20
1 Parent(s): 132ff56

added base model to config

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "MLPSpeculatorPreTrainedModel"
4
  ],
 
1
  {
2
+ "base_model_name_or_path": "meta-llama/Meta-Llama-3-8B-Instruct",
3
  "architectures": [
4
  "MLPSpeculatorPreTrainedModel"
5
  ],