How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "BigSalmon/ConvertLowercaseToUppercase3"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "BigSalmon/ConvertLowercaseToUppercase3",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/BigSalmon/ConvertLowercaseToUppercase3
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
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support