Reinforcement Learning
Transformers
Safetensors
English
llama
text-generation
nlp
agent
text-generation-inference
Instructions to use xwm/SciWorld-MPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xwm/SciWorld-MPO with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("xwm/SciWorld-MPO") model = AutoModelForCausalLM.from_pretrained("xwm/SciWorld-MPO") - Notebooks
- Google Colab
- Kaggle
Ctrl+K