MiniOneRec icon indicating copy to clipboard operation
MiniOneRec copied to clipboard

大模型权重

Open 1819707238 opened this issue 1 month ago • 2 comments

作者您好,可以放一下您使用的模型权重吗,这里库太多了,版本间差异太大,谢谢!

同时是否有小一点且适合的大模型权重呢?

def load_qwen_model(model_path): print("Loading Qwen Model:", model_path) tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True) model = AutoModel.from_pretrained( model_path, trust_remote_code=True, torch_dtype=torch.float16, low_cpu_mem_usage=True ) return tokenizer, model

1819707238 avatar Nov 21 '25 13:11 1819707238

Same question.

jiangzizi avatar Nov 26 '25 08:11 jiangzizi

Thank you for your interest in our work.

The MiniOneRec checkpoints trained on the Industrial and Office datasets are available on HuggingFace and ModelScope. These models are fine-tuned from Qwen2.5‑1.5B‑Instruct.

AkaliKong avatar Nov 30 '25 16:11 AkaliKong