neuralbroker commited on
Commit
9327c72
·
verified ·
1 Parent(s): b39e9ae

Add YAML metadata to README for HF repo card

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # BlitzKode
2
 
3
  BlitzKode is a local AI coding assistant that runs entirely on your machine. It generates code in Python, JavaScript, Java, C++, and other languages through a web interface or API. The model is fine-tuned from Qwen2.5-1.5B and quantized to GGUF format for fast inference.
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit
5
+ library_name: llama-cpp-python
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - code-generation
9
+ - coding-assistant
10
+ - gguf
11
+ - llama.cpp
12
+ - qwen2.5
13
+ - python
14
+ - javascript
15
+ - fine-tuned
16
+ base_model:
17
+ - Qwen/Qwen2.5-1.5B-Instruct
18
+ ---
19
+
20
  # BlitzKode
21
 
22
  BlitzKode is a local AI coding assistant that runs entirely on your machine. It generates code in Python, JavaScript, Java, C++, and other languages through a web interface or API. The model is fine-tuned from Qwen2.5-1.5B and quantized to GGUF format for fast inference.