Instructions to use minhduc168/Qwen3-VL-2B-Instruct-unsloth-bnb-4bit-Vietnamese-bill-diagnosis-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use minhduc168/Qwen3-VL-2B-Instruct-unsloth-bnb-4bit-Vietnamese-bill-diagnosis-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-VL-2B-Instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "minhduc168/Qwen3-VL-2B-Instruct-unsloth-bnb-4bit-Vietnamese-bill-diagnosis-LoRA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,13 +10,13 @@ tags:
|
|
| 10 |
- peft
|
| 11 |
license: apache-2.0
|
| 12 |
datasets:
|
| 13 |
-
- minhduc168/dataset-qwen-vlm-extract-bill
|
| 14 |
base_model:
|
| 15 |
- unsloth/Qwen3-VL-2B-Instruct-bnb-4bit
|
| 16 |
pipeline_tag: image-to-text
|
| 17 |
---
|
| 18 |
|
| 19 |
-
# Qwen3-VL-2B-Instruct Vietnamese (LoRA Adapter)
|
| 20 |
|
| 21 |
Đây là **LoRA Adapter** được fine-tune để **trích xuất thông tin từ hóa đơn, phiếu thu, đơn thuốc và chuẩn đoán bệnh tiếng Việt**.
|
| 22 |
Adapter được huấn luyện dựa trên mô hình gốc **[unsloth/Qwen3-VL-2B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Qwen3-VL-2B-Instruct-bnb-4bit)** nhằm tối ưu khả năng hiểu tài liệu và trả về dữ liệu có cấu trúc.
|
|
|
|
| 10 |
- peft
|
| 11 |
license: apache-2.0
|
| 12 |
datasets:
|
| 13 |
+
- minhduc168/dataset-qwen-vlm-extract-bill-diagnosis
|
| 14 |
base_model:
|
| 15 |
- unsloth/Qwen3-VL-2B-Instruct-bnb-4bit
|
| 16 |
pipeline_tag: image-to-text
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# Qwen3-VL-2B-Instruct Vietnamese Bill Diagnosis (LoRA Adapter)
|
| 20 |
|
| 21 |
Đây là **LoRA Adapter** được fine-tune để **trích xuất thông tin từ hóa đơn, phiếu thu, đơn thuốc và chuẩn đoán bệnh tiếng Việt**.
|
| 22 |
Adapter được huấn luyện dựa trên mô hình gốc **[unsloth/Qwen3-VL-2B-Instruct-bnb-4bit](https://huggingface.co/unsloth/Qwen3-VL-2B-Instruct-bnb-4bit)** nhằm tối ưu khả năng hiểu tài liệu và trả về dữ liệu có cấu trúc.
|