初始化项目,由ModelHub XC社区提供模型

Model: Colby/starcoder-7b-agent-0.6-merged
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-08-16 12:37:18 +08:00
commit af41c30af2
8 changed files with 245172 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
---
base_model: Colby/starcoder-7b-agent-0.2-merged
tags:
- transformers
- safetensors
- starcoder
- agentic-coding
- merged
---
# starcoder-7b-agent-0.6-merged
Merged (LoRA-flattened) version of [Colby/starcoder-7b-agent-0.6](https://huggingface.co/Colby/starcoder-7b-agent-0.5).
Used as the base model for the next round of fine-tuning.
Vocab: 49162 (6 new special tokens: `<tool_call>`, `</tool_call>`, `<tool_response>`,
`</tool_response>`, `<think>`, `</think>`).
Chat format: StarCoderChat (`<|system|>`, `<|user|>`, `<|assistant|>`, `<|end|>`)
with `<think>...</think>` and `<tool_call>`/`<tool_response>` blocks.