Feature Extraction
Transformers
Safetensors
PEFT
reward-model
social-intelligence
reinforcement-learning
llm
qwen
Instructions to use ulab-ai/sotopia-rl-qwen2.5-7B-rm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ulab-ai/sotopia-rl-qwen2.5-7B-rm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ulab-ai/sotopia-rl-qwen2.5-7B-rm")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ulab-ai/sotopia-rl-qwen2.5-7B-rm", device_map="auto") - PEFT
How to use ulab-ai/sotopia-rl-qwen2.5-7B-rm with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Update pipeline tag to text-classification
#2 opened 12 months ago
by
nielsr