hrsvrn commited on
Commit
75ba507
·
verified ·
1 Parent(s): 04fa802

Added video url

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -22,6 +22,12 @@ base_model: unsloth/Llama-3.2-1B-Instruct
22
 
23
  Natural language → Linux command. A compact Llama 3.2 1B Instruct model fine‑tuned (LoRA) to turn plain‑English requests into correct shell commands.
24
 
 
 
 
 
 
 
25
  ### TL;DR
26
  - Base: `unsloth/Llama-3.2-1B-Instruct`
27
  - Method: LoRA (r=16, alpha=16, dropout=0)
 
22
 
23
  Natural language → Linux command. A compact Llama 3.2 1B Instruct model fine‑tuned (LoRA) to turn plain‑English requests into correct shell commands.
24
 
25
+ ## Video Demonstration of the model
26
+ <video controls>
27
+ <source src="https://web-assets.mecha.so/hugging-face/mecha-command-generator-aug-10-2025.mp4" type="video/mp4">
28
+ Your browser does not support the video tag.
29
+ </video>
30
+
31
  ### TL;DR
32
  - Base: `unsloth/Llama-3.2-1B-Instruct`
33
  - Method: LoRA (r=16, alpha=16, dropout=0)