1from transformers import AutoModelForCausalLM, AutoTokenizer
2import torch
3
4base = "Qwen/Qwen3-4B-Instruct-2507"
5adapter = "your_id/your-repo"
6
7tokenizer = AutoTokenizer.from_pretrained(base)
8model = AutoModelForCausalLM.from_pretrained(
9 base,
10 torch_dtype=torch.float16,
11 device_map="auto",
12)
Training data: u-10bei/sft_alfworld_trajectory_dataset_v5, SELEE/sft_alfworld_trajectory_dataset_v4_labeled, , SELEE/sft_alfworld_trajectory_dataset_v3_labeled, u-10bei/dbbench_sft_dataset_react_v4
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.