JRosenkranz
commited on
Commit
•
03b74cd
1
Parent(s):
263cc4b
updated config with base model name
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": "ibm-granite/granite-3b-code-instruct",
|
3 |
"architectures": [
|
4 |
"MLPSpeculatorPreTrainedModel"
|
5 |
],
|