You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For other models that using `LlamaForCausalLM` architecture, for example, [aiXcoder-7B](https://huggingface.co/aiXcoder/aixcoder-7b-base), try `-a Yi`.
133
135
@@ -256,7 +258,7 @@ Please use `--format completion` for these models.
sys_prompt = "You are an AI programming assistant, utilizing the Seed-Coder model, developed by ByteDance Seed, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.\n\n";
211
+
}
212
+
returnBaseTokenizer::load_config(config);
213
+
}
214
+
203
215
size_tload(tokenizer::DataReader *buffer, int n_vocab) override
Copy file name to clipboardExpand all lines: scripts/models.json
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2590,5 +2590,39 @@
2590
2590
}
2591
2591
}
2592
2592
}
2593
+
},
2594
+
"seed-coder": {
2595
+
"brief": "Seed-Coder, a powerful, transparent, and parameter-efficient family of open-source code models at the 8B scale, featuring base, instruct, and reasoning variants.",
0 commit comments