sugatoray commited on
Commit
ea77f18
1 Parent(s): 5f131a9

Update config.json with correct model-repo-name

Browse files

This sets the `_name_or_path` parameter to the model repo-name.

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/weka2/home-duyphung/stablelm2-ckpts/stablecode-3b-sft-1003-v1-neft-tune-safe-name",
3
  "architectures": [
4
  "StableLmForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "stabilityai/stable-code-instruct-3b",
3
  "architectures": [
4
  "StableLmForCausalLM"
5
  ],