twnvy/ edge-lm:latest

21 5 months ago

A token-efficient thinking model that rivals the CoT of much larger models with only 3 billion parameters.

thinking
ollama run twnvy/edge-lm

Details

5 months ago

eda9d7f62805 · 2.0GB ·

llama
·
3.21B
·
Q4_K_M
{{- if .System }}{{ .System }}{{ end }} {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice
You are an AI assistant named Edge-LM designed for inference on edge-case (or limited processing pow
MIT License Copyright (c) 2026 twnvy Permission is hereby granted, free of charge, to any person obt
{ "num_ctx": 4096, "stop": [ "<|eot_id|>", "<|start_header_id|>" ],

Readme

NOTE: This is a research preview model. Responses may not be perfect. Edge-LM.jpeg Edge-LM is a token efficient thinking SLM that rivals the CoT and alignment of much larger models with only 3 billion parameters.

Edge-LM excels in math and data analysis. It also has a much lower hallucination rate than models of similar size, such as Llama3.2 and Phi-3.5 Mini. edge_lm_math_benchmark.png * Edge-LM’s score calculated based on 500 random samples due to limited compute.

Quick Start

Run Edge-LM with Ollama:

ollama run twnvy/edge-lm