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

G4-31B-configED

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the Task Arithmetic merge method using google/gemma-4-31B-it as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

merge_method: task_arithmetic
base_model: google/gemma-4-31B-it
models:
  - model: ApocalypseParty/G4-31B-SFT-v5-2
    parameters:
      weight: 1.0
  - model: ApocalypseParty/G4-31B-DFT-Test-2-chkpt120
    parameters:
      weight: 0.35
dtype: bfloat16
Downloads last month
14
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 ApocalypseParty/G4-31B-configED

Paper for ApocalypseParty/G4-31B-configED