File size: 625 Bytes
fae337d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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.