sfm_filtered_e2e_alignment_upsampled_instruct
870
—
by
geodesic-research
Language Model
OTHER
New
870 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Uses and Limitationspythontransformers
from transformers import GPTNeoXForCausalLM, AutoTokenizer
model = GPTNeoXForCausalLM.from_pretrained(
"geodesic-research/sfm_unfiltered_e2e_alignment_upsampled_base",
)
tokenizer = AutoTokenizer.from_pretrained(
"geodesic-research/sfm_unfiltered_e2e_alignment_upsampled_base",
)
inputs = tokenizer("Hello, I am", return_tensors="pt")
tokens = model.generate(**inputs)
tokenizer.decode(tokens[0])Citationtext
@article{tice2025alignmentpretraining,
title={Alignment Pretraining: AI Discourse Causes Self-Fulfilling (Mis)alignment},
author={Tice, Cameron and Radmard, Puria and Ratnam, Samuel and Kim, Andy and Africa, David and O'Brien, Kyle},
journal={arXiv preprint arXiv:2601.10160},
year={2025}
}Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.