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="BigSalmon/ConvertLowercaseToUppercase2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("BigSalmon/ConvertLowercaseToUppercase2")
model = AutoModelForCausalLM.from_pretrained("BigSalmon/ConvertLowercaseToUppercase2")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Example prompt (I am going to be training it on a larger dataset later).

lowercase: that heady and almost intoxicating mix of ripening dairy produce and friendly competition was swirling around a conference center in the united kingdom on wednesday as 250 international judges sniffed, prodded and chomped their way along tables groaning with cheese to decide which should take the crown at the 2022 edition of the world cheese awards.
actual: That heady and almost intoxicating mix of ripening dairy produce and friendly competition was swirling around a conference center in the United Kingdom on Wednesday as 250 international judges sniffed, prodded and chomped their way along tables groaning with cheese to decide which should take the crown at the 2022 edition of the World Cheese Awards.
Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support