abidlabs's picture
abidlabs HF Staff
Upload Qwen3ForCausalLM
877620f verified
|
Raw
History Blame Contribute Delete
782 Bytes
metadata
tags:
  - ml-intern
  - trl
  - sft

abidlabs/qwen3-0.6b-ultrachat-lora-smoke-v3

Generated by ML Intern

This model repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = 'abidlabs/qwen3-0.6b-ultrachat-lora-smoke-v3'
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)

For non-causal architectures, replace AutoModelForCausalLM with the appropriate AutoModel class.