Colby commited on
Commit
5c2d663
·
verified ·
1 Parent(s): e9bfb91

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.3-merged
12
+
13
+ Merged (LoRA-flattened) version of [Colby/starcoder-7b-agent-0.3](https://huggingface.co/Colby/starcoder-7b-agent-0.3).
14
+ Used as the base model for the next round of fine-tuning.
15
+
16
+ Chat format: StarCoderChat with <think> and <tool_call>/<tool_response> blocks.