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 "jeonsworld/CarbonVillain-en-10.7B-v4" \
    --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": "jeonsworld/CarbonVillain-en-10.7B-v4",
		"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 "jeonsworld/CarbonVillain-en-10.7B-v4" \
        --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": "jeonsworld/CarbonVillain-en-10.7B-v4",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

CarbonVillain

This is a model created without learning to oppose indiscriminate carbon emissions.

This model is an experimental version created using mergekit.

Ranked 1st 2023.12.30

thanks to KyujinHan, YaฤŸฤฑz ร‡alฤฑk and VAGO solutions

Prompt Template(s)

### User:
{user}

### Assistant:
{asistant}

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 74.52
AI2 Reasoning Challenge (25-Shot) 71.25
HellaSwag (10-Shot) 88.48
MMLU (5-Shot) 66.27
TruthfulQA (0-shot) 71.95
Winogrande (5-shot) 83.58
GSM8k (5-shot) 65.58
Downloads last month
10,060
Safetensors
Model size
11B params
Tensor type
F16
ยท
Inference Providers NEW
Input a message to start chatting with jeonsworld/CarbonVillain-en-10.7B-v4.

Model tree for jeonsworld/CarbonVillain-en-10.7B-v4

Merges
1 model
Quantizations
5 models

Spaces using jeonsworld/CarbonVillain-en-10.7B-v4 2

Evaluation results