ybisk/piqa
Updated • 60.7k • 104
How to use bachephysicdun/HW2-reward with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="bachephysicdun/HW2-reward") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("bachephysicdun/HW2-reward")
model = AutoModelForSequenceClassification.from_pretrained("bachephysicdun/HW2-reward")This model was trained from scratch on the piqa dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: