Instructions to use pushpam14/api-contract-validator-grpo-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pushpam14/api-contract-validator-grpo-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("pushpam14/api-contract-validator-grpo-7b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update acknowledgements for Hugging Face infrastructure
Browse files
README.md
CHANGED
|
@@ -211,4 +211,6 @@ That is exactly why this environment matters. It creates a repeatable training l
|
|
| 211 |
|
| 212 |
## Acknowledgements
|
| 213 |
|
| 214 |
-
Built with [`openenv-core`](https://github.com/meta-pytorch/openenv), [`trl`](https://huggingface.co/docs/trl), [`unsloth`](https://github.com/unslothai/unsloth),
|
|
|
|
|
|
|
|
|
| 211 |
|
| 212 |
## Acknowledgements
|
| 213 |
|
| 214 |
+
Built with [`openenv-core`](https://github.com/meta-pytorch/openenv), [`trl`](https://huggingface.co/docs/trl), [`unsloth`](https://github.com/unslothai/unsloth), Hugging Face Spaces, Hugging Face Jobs, Hugging Face Hub, and the OpenEnv composable rubric pattern.
|
| 215 |
+
|
| 216 |
+
Thanks to Meta PyTorch and Scaler School of Technology for the hackathon, Hugging Face for the hosting/training infrastructure, and the OpenEnv team for the framework.
|