Instructions to use yueliu1999/GuardReasoner-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yueliu1999/GuardReasoner-8B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="yueliu1999/GuardReasoner-8B")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("yueliu1999/GuardReasoner-8B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add Github link, set proper license
#2
by nielsr HF Staff - opened
This PR adds the Github repository link and sets the proper license according to the Github README.
yueliu1999 changed pull request status to merged