chmjkb commited on
Commit
3ec78ca
·
1 Parent(s): 639e462

Fix invalid JSON in config.json

Browse files

Add missing quotes around model_type key to make the JSON valid and parseable.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,3 +1,3 @@
1
  {
2
- model_type: "smollm2"
3
  }
 
1
  {
2
+ "model_type": "smollm2"
3
  }