Instructions to use JaishreeramCoder/reward_model_albert_summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JaishreeramCoder/reward_model_albert_summary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JaishreeramCoder/reward_model_albert_summary")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JaishreeramCoder/reward_model_albert_summary") model = AutoModelForSequenceClassification.from_pretrained("JaishreeramCoder/reward_model_albert_summary") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!