Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,39 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
A fine-tuned version of **[DeepSeek-Coder-V2-Lite-Base](https://huggingface.co/deepseek-ai/deepseek-coder-2)** specialized in generating and understanding **command-line interface (CLI)** tools, **automation scripts**, and **terminal-based workflows**.
|
4 |
|
5 |
---
|
6 |
|
7 |
-
## Model Details
|
8 |
|
9 |
| Field | Value |
|
10 |
|-------------------|----------------------------------------|
|
11 |
| **Base Model** | DeepSeek-Coder-V2-Lite-Base |
|
12 |
| **Fine-tuned on** | Custom CLI-focused code dataset |
|
13 |
-
| **Objective** | code generation
|
14 |
| **Domain** | CLI tools, Bash scripts, Python CLI apps |
|
15 |
| **Framework** | HuggingFace Transformers (PyTorch) |
|
16 |
| **Finetuning Method** | LoRA (Low-Rank Adaptation) |
|
@@ -42,4 +65,4 @@ This model is designed for developers who:
|
|
42 |
- Build terminal wrappers around REST APIs
|
43 |
- Create documentation and examples for terminal apps
|
44 |
|
45 |
-
---
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- code
|
4 |
+
- code-generation
|
5 |
+
- cli
|
6 |
+
- bash
|
7 |
+
- python
|
8 |
+
- terminal
|
9 |
+
- automation
|
10 |
+
- transformers
|
11 |
+
- lora
|
12 |
+
- fine-tuned
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
license: mit
|
16 |
+
datasets:
|
17 |
+
- custom
|
18 |
+
base_model: deepseek-ai/deepseek-coder-v2-lite-base
|
19 |
+
model_type: causal-lm
|
20 |
+
library_name: transformers
|
21 |
+
pipeline_tag: text-generation
|
22 |
+
---
|
23 |
+
|
24 |
+
# 🛠️ cli-model-deepseek-v2-lite-finetuned
|
25 |
|
26 |
A fine-tuned version of **[DeepSeek-Coder-V2-Lite-Base](https://huggingface.co/deepseek-ai/deepseek-coder-2)** specialized in generating and understanding **command-line interface (CLI)** tools, **automation scripts**, and **terminal-based workflows**.
|
27 |
|
28 |
---
|
29 |
|
30 |
+
## 🧠 Model Details
|
31 |
|
32 |
| Field | Value |
|
33 |
|-------------------|----------------------------------------|
|
34 |
| **Base Model** | DeepSeek-Coder-V2-Lite-Base |
|
35 |
| **Fine-tuned on** | Custom CLI-focused code dataset |
|
36 |
+
| **Objective** | Next-token prediction / code generation |
|
37 |
| **Domain** | CLI tools, Bash scripts, Python CLI apps |
|
38 |
| **Framework** | HuggingFace Transformers (PyTorch) |
|
39 |
| **Finetuning Method** | LoRA (Low-Rank Adaptation) |
|
|
|
65 |
- Build terminal wrappers around REST APIs
|
66 |
- Create documentation and examples for terminal apps
|
67 |
|
68 |
+
---
|