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

One of the many testing version for my upcoming Nyx-RP-9B-Instruct-2608-v2, this one had its stability improved after I carefully analyzed the first versions.

Training details:

Method: LoRA

  • Rank: 226
  • Epochs: 2(decreased from previous 3, which did seem to be the breaking point)

Hardware used for training(I have patience):

  • RTX 5070 Ti
  • R7800X3D + 32gb DDR5

Dataset detail:

Its a fairly new dataset which I gathered from the best RP logs I had on my hands, it included a lot of explicit long turn conversations so keep in mind the reduced refusals.

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

Model tree for Wonderlab-Testing-Grounds/Interferon-lambda-RP-9B-Preview-2608

Finetuned
Qwen/Qwen3.5-9B
Finetuned
(845)
this model