Colby commited on
Commit
fae337d
·
verified ·
1 Parent(s): b6ee246

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Colby/starcoder-7b-agent-0.2-merged
3
+ tags:
4
+ - transformers
5
+ - safetensors
6
+ - starcoder
7
+ - agentic-coding
8
+ - merged
9
+ ---
10
+
11
+ # starcoder-7b-agent-0.6-merged
12
+
13
+ Merged (LoRA-flattened) version of [Colby/starcoder-7b-agent-0.6](https://huggingface.co/Colby/starcoder-7b-agent-0.5).
14
+ Used as the base model for the next round of fine-tuning.
15
+
16
+ Vocab: 49162 (6 new special tokens: `<tool_call>`, `</tool_call>`, `<tool_response>`,
17
+ `</tool_response>`, `<think>`, `</think>`).
18
+
19
+ Chat format: StarCoderChat (`<|system|>`, `<|user|>`, `<|assistant|>`, `<|end|>`)
20
+ with `<think>...</think>` and `<tool_call>`/`<tool_response>` blocks.