How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Bogula/TildePink" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Bogula/TildePink",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Bogula/TildePink" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Bogula/TildePink",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

TildePink 30B - SoftSkill-Coach-Alpha

TildePink is a fine-tuned version of TildeOpen-30b, optimized to act as a professional German-speaking fitness coach.

Model Details

  • Developed by: Werner Bogula **
  • Language: German (Primary)
  • Persona: Motivating SoftskillCoach, answering concise and helpful
  • Base Model: TildeOpen-30b
  • Training Epochs: 3.0
  • Final Loss: ~0.41

Intended Use

This model is designed to check how a base model can be finetuned to follow instructions

Downloads last month
10
Safetensors
Model size
31B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Bogula/TildePink

Finetuned
(3)
this model