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

image/png

"Poppy Porpoise" is a cutting-edge AI roleplay assistant based on the Llama 3 8B model, specializing in crafting unforgettable narrative experiences. With its advanced language capabilities, Poppy expertly immerses users in an interactive and engaging adventure, tailoring each adventure to their individual preferences.

Note: This variant is an attempt to get something closer to 0.72 while maintaining the improvements of 1.30.

: Presets in repo folder.

If you want to use vision functionality: You must use the latest versions of Koboldcpp. And need to load the specified mmproj file: Llava MMProj.

Configuration

The following YAML configuration was used to produce this model:

slices:
  - sources:
      - model: Nitral-AI/Pp-72xra1
        layer_range: [0, 32]
      - model: Nitral-AI/Poppy-1.35-Phase1
        layer_range: [0, 32]
merge_method: slerp
base_model: Nitral-AI/Pp-72xra1
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: bfloat16
Downloads last month
20
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B.

Model tree for ChaoticNeutrals/Poppy_Porpoise-1.4-L3-8B

Merges
9 models
Quantizations
5 models