Colby commited on
Commit
cad026b
·
verified ·
1 Parent(s): 26c18e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Colby/starcoder-7b-agent-0.3-merged
3
+ tags:
4
+ - transformers
5
+ - safetensors
6
+ - starcoder
7
+ - agentic-coding
8
+ - merged
9
+ ---
10
+
11
+ # starcoder-7b-agent-0.5-merged
12
+
13
+ Merged (LoRA-flattened) version of [Colby/starcoder-7b-agent-0.5](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>`, `</tool_response>`, `<think>`, `</think>`).
17
+
18
+ Chat format: StarCoderChat with `<think>...</think>` and `<tool_call>`/`<tool_response>` blocks.