NickIBrody commited on
Commit
19f387d
·
verified ·
1 Parent(s): a5485ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Qwen2.5-3B Linux Assistant
2
 
3
  A fine-tuned version of [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) trained to act as a Linux/Shell command assistant. Given a natural language description, the model outputs the correct shell command.
 
1
+ ---
2
+ language:
3
+ - ru
4
+ - en
5
+ license: apache-2.0
6
+ tags:
7
+ - linux
8
+ - shell
9
+ - qwen2
10
+ - unsloth
11
+ - gguf
12
+ base_model: Qwen/Qwen2.5-3B-Instruct
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+
17
  # Qwen2.5-3B Linux Assistant
18
 
19
  A fine-tuned version of [Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) trained to act as a Linux/Shell command assistant. Given a natural language description, the model outputs the correct shell command.