JRosenkranz
commited on
Commit
•
3502cb1
1
Parent(s):
fa7ce48
added base model to config
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"MLPSpeculatorPreTrainedModel"
|
4 |
],
|
|
|
1 |
{
|
2 |
+
"base_model_name_or_path": "codellama/CodeLlama-13b-Instruct-hf",
|
3 |
"architectures": [
|
4 |
"MLPSpeculatorPreTrainedModel"
|
5 |
],
|