How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="ccore/125m-encode-full-test")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("ccore/125m-encode-full-test")
model = AutoModelForCausalLM.from_pretrained("ccore/125m-encode-full-test")
Quick Links

LENGTH CONTROL AUTO LEARNING LOGIC
Once upon a time, there was a young woman named Lily who lived in a small town.
[ENCODE:10] 467 184 160 478 450 478 160 160 478 483
[DECODE:10] 184 160 478 450 478 160 160 478 483
[REVERSED-PROMPT:10] Write a story about a young woman who lived in a small town.

Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support