pierretokns commited on
Commit
cdde3aa
·
verified ·
1 Parent(s): 1bd70f5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language:
3
  - en
4
- license: apache-2.0
5
  library_name: transformers
6
  tags:
7
  - tool-calling
@@ -18,7 +18,10 @@ pipeline_tag: text-generation
18
 
19
  # qwen-3b-ccmcp-v1
20
 
21
- Qwen 3B trained for Claude Chrome MCP tool calling (1000 iterations, val_loss=0.077)
 
 
 
22
 
23
  ## Model Description
24
 
@@ -29,6 +32,8 @@ Fine-tuned for MCP (Model Context Protocol) tool calling with the Claude Chrome
29
  - **Base Model:** Qwen/Qwen2.5-Coder-3B-Instruct
30
  - **Method:** LoRA fine-tuning on Apple Silicon (MLX)
31
  - **Dataset:** 1,782 MCP browser automation examples
 
 
32
  - **Naming Convention:** `{base}-{size}-ccmcp-{version}`
33
  - `ccmcp` = **C**laude **C**hrome **MCP**
34
 
@@ -99,4 +104,6 @@ read_console_messages, read_network_requests, shortcuts_list, shortcuts_execute
99
 
100
  ## License
101
 
102
- Apache 2.0
 
 
 
1
  ---
2
  language:
3
  - en
4
+ license: other
5
  library_name: transformers
6
  tags:
7
  - tool-calling
 
18
 
19
  # qwen-3b-ccmcp-v1
20
 
21
+ Qwen 3B trained for Claude Chrome MCP tool calling
22
+
23
+ > **Attribution:** Built with Qwen
24
+
25
 
26
  ## Model Description
27
 
 
32
  - **Base Model:** Qwen/Qwen2.5-Coder-3B-Instruct
33
  - **Method:** LoRA fine-tuning on Apple Silicon (MLX)
34
  - **Dataset:** 1,782 MCP browser automation examples
35
+ - **Validation Loss:** 0.077
36
+ - **Iterations:** 1000
37
  - **Naming Convention:** `{base}-{size}-ccmcp-{version}`
38
  - `ccmcp` = **C**laude **C**hrome **MCP**
39
 
 
104
 
105
  ## License
106
 
107
+ This model inherits the license from the base model. See [Qwen/Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) for license details.
108
+
109
+ Full license: [https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSE](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct/blob/main/LICENSE)