research_library
Collection
Repository Library model stack mirrored from local research artifacts. • 41 items • Updated
How to use PeytonT/self-play-reward-model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="PeytonT/self-play-reward-model") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("PeytonT/self-play-reward-model")
model = AutoModelForSequenceClassification.from_pretrained("PeytonT/self-play-reward-model")Scores self-play traces and policy outputs for downstream training loops.
allenai/scibert_scivocab_uncasedencoderS2T7_selfplayThis model is part of the Repository Library stack, a research system for indexing, retrieving, aligning, and reasoning over scientific papers, structured paper content, repositories, and cross-domain links between them.
https://huggingface.co/PeytonT/self-play-reward-modelhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dhttps://github.com/peytontolbert/research_libraryhttps://github.com/peytontolbert/research_library/blob/main/models/experiments/s2_self_play_reward_model.jsonhttps://github.com/peytontolbert/research_library/tree/main/modelsThe training inputs for this package were assembled from the following Repository Library data sources:
generated_selfplay_traces: generated self-play traces collected for reward-model supervision.generated_selfplay_tracestask, trajectory, outputs, testsreward[0.9, 0.1, 0.0]40008bf16cross_entropy5e-05512128full_finetune1000ddp0accuracy, macro_f1from transformers import AutoModelForSequenceClassification, AutoTokenizer
repo_id = "PeytonT/self-play-reward-model"
tokenizer = AutoTokenizer.from_pretrained(repo_id)
model = AutoModelForSequenceClassification.from_pretrained(repo_id)
https://github.com/peytontolbert/research_libraryhttps://huggingface.co/collections/PeytonT/research-library-6a49c589ef4d763f7539b50dPeytonTBase model
allenai/scibert_scivocab_uncased