YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

01e2faec-1453-43fd-ad81-e1a26f96004b

模型信息

  • 基础模型: Qwen/Qwen1.5-7B
  • 模型类型: AutoModelForCausalLM
  • 训练任务ID: 85d5f0b2-0a72-4951-b408-564a4f323d84
  • 适配器类型:
  • LoRA Rank:
  • LoRA Alpha:
  • 聊天模板: llama3

使用方法

from transformers import AutoTokenizer, AutoModelForCausalLM

# 加载模型
model = AutoModelForCausalLM.from_pretrained("eason668/01e2faec-1453-43fd-ad81-e1a26f96004b")
tokenizer = AutoTokenizer.from_pretrained("eason668/01e2faec-1453-43fd-ad81-e1a26f96004b")

# 使用模型
inputs = tokenizer("你的输入文本", return_tensors="pt")
outputs = model.generate(**inputs, max_length=100)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))

训练信息

此模型是通过Gradients-On-Demand平台训练的,使用了GRPO算法进行强化学习优化。

许可证

请参考基础模型的许可证。

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support