sugatoray commited on
Commit
337628c
1 Parent(s): 75d0d75

Update config.json

Browse files

Add `_name_or_path` key as:

```json
{
"_name_or_path": "mlx-community/stable-code-instruct-3b-4bit",
...
}
```

Refer to: [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B/blob/1b5c4aa515449ce0083eaa9eed4ae11f4463ed0b/config.json#L2)

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "add_cross_attention": false,
3
  "architectures": [
4
  "StableLmForCausalLM"
 
1
  {
2
+ "_name_or_path": "mlx-community/stable-code-instruct-3b-4bit",
3
  "add_cross_attention": false,
4
  "architectures": [
5
  "StableLmForCausalLM"