Instructions to use AMindToThink/ppo_with_value14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AMindToThink/ppo_with_value14 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AMindToThink/ppo_with_value14", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 90 Bytes
8f156bb | 1 2 3 4 5 6 | {
"_from_model_config": true,
"bos_token_id": 0,
"transformers_version": "4.51.0"
}
|