Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 Next.js & React TypeScript AI Assistant
|
| 2 |
|
| 3 |
A custom AI coding assistant finetuned on **Qwen2.5-Coder-3B** using QLoRA, specialized in Next.js, React, TypeScript, and modern web development.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
base_model: Qwen/Qwen2.5-Coder-3B-Instruct
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
library_name: transformers
|
| 7 |
+
tags:
|
| 8 |
+
- qwen
|
| 9 |
+
- qwen2.5
|
| 10 |
+
- coder
|
| 11 |
+
- qlora
|
| 12 |
+
- unsloth
|
| 13 |
+
- nextjs
|
| 14 |
+
- react
|
| 15 |
+
- typescript
|
| 16 |
+
- web-development
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
|
| 20 |
# 🤖 Next.js & React TypeScript AI Assistant
|
| 21 |
|
| 22 |
A custom AI coding assistant finetuned on **Qwen2.5-Coder-3B** using QLoRA, specialized in Next.js, React, TypeScript, and modern web development.
|