How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Johnyquest7/thyroid_open_llama_3b_v2b_full"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Johnyquest7/thyroid_open_llama_3b_v2b_full",
		"prompt": "Once upon a time,",
		"max_tokens": 512,
		"temperature": 0.5
	}'
Use Docker
docker model run hf.co/Johnyquest7/thyroid_open_llama_3b_v2b_full
Quick Links

Document created on September 7 2023

Endo_Llama: Thyroid Edition (v1) Model Description

What is it?

Endo_Llama is a large language model (LLama 2) finetuned to answer questions related to endocrinology, with a focus on thyroid-related issues in its first version. This model aims to assist healthcare professionals and researchers in obtaining better information about thyroid conditions, treatments, and best practices.

Input Models input text only.

Output Models generate text only.

Model Architecture Model Type: Llama 2 Parameters: ~7B Training Data: Curated dataset of endocrinology questions and answers, with a focus on thyroid issues for Version 1.

Intended Use Clinical decision support Medical research

Limitations Not a substitute for professional medical advice May not cover all nuances of a complex medical condition Version 1 is primarily focused on thyroid-related issues

Training Data The model is trained on a curated dataset of endocrinology questions and answers, with an emphasis on thyroid conditions.

Usage coming soon!

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