How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "authentrics/medical-chatbot-pii-often"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "authentrics/medical-chatbot-pii-often",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/authentrics/medical-chatbot-pii-often
Quick Links

Model Trained on PII

This is a medical advice chatbot that has "accidentally" been trained on some personally identifiable information (PII).

Model Description

This model is the first in a sequence of Llama3.2-based models showing the potential of Authentrics.ai software. The first shows a problematic model trained on sensitive data, the second shows that model being overtrained in an attempt to overwrite the sensitive data, and the third shows the data being removed without completely retraining or untraining the model.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for authentrics/medical-chatbot-pii-often

Dataset used to train authentrics/medical-chatbot-pii-often