How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "red-ml/TankieV2.1-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": "red-ml/TankieV2.1-8B",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/red-ml/TankieV2.1-8B
Quick Links

Tankie V2.1 8B

This model is a post-post-trained LLM designed to follow the ideals of Marxism-Leninism.

Autogenerated Mergekitty readme

mergev2

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

Merge Details

Merge Method

This model was merged using the SCE merge method using shb777/Llama-3.3-8B-Instruct-128K as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: red-ml/TankieV2a-8B
    select_topk: 0.33
  - model: red-ml/TankieV2b-8B
    select_topk: 0.66
merge_method: sce
base_model: shb777/Llama-3.3-8B-Instruct-128K
parameters:
  normalize: true
dtype: bfloat16
Downloads last month
47
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for red-ml/TankieV2.1-8B

Paper for red-ml/TankieV2.1-8B