Update config.json with correct model-repo-name (#2)
Browse files- Update config.json with correct model-repo-name (ea77f1823e46049fd242e9b70b969a3675fd8caa)
Co-authored-by: SUGATO RAY <[email protected]>
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/
|
3 |
"architectures": [
|
4 |
"StableLmForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "stabilityai/stable-code-instruct-3b",
|
3 |
"architectures": [
|
4 |
"StableLmForCausalLM"
|
5 |
],
|