File size: 1,177 Bytes
b5e8a43 f4ffc73 b5e8a43 f4ffc73 b5e8a43 ff05d12 f4ffc73 46fd128 f4ffc73 46fd128 f4ffc73 46fd128 f4ffc73 b5e8a43 f4ffc73 b5e8a43 f4ffc73 b5e8a43 f4ffc73 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ---
base_model: Qwen/Qwen3-4B-Instruct-2507
datasets:
- hara-CU/LLM2025_DB_base_AW_345NoEAd_ALFformat_QH5L4R5_1392
language:
- en
license: mit
library_name: peft
pipeline_tag: text-generation
tags:
- lora
- agent
- tool-use
- alfworld
- dbbench
---
# Advanced_FinalCandidate_482
This repository contains the **full-merged 16-bit weights** fine-tuned from
**Qwen/Qwen3-4B-Instruct-2507** using **LoRA + Unsloth**.
No adapter loading is required.
## Usage
Since this is a merged model, you can use it directly with `transformers`.
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
model_id = "hara-CU/Advanced_FinalCandidate_482"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
model_id,
torch_dtype=torch.float16,
device_map="auto",
)
```
## Sources & Terms (IMPORTANT)
Training data: hara-CU/LLM2025_DB_base_AW_345NoEAd_ALFformat_QH5L4R5_1392
Dataset License: MIT License. This dataset is used and distributed under the terms of the MIT License.
Compliance: Users must comply with the MIT license (including copyright notice) and the base model's original terms of use.
|