Files
Zach Kelling fc84b98274 Fix clippy warnings and remaining CI issues
- Add Default implementation for PerplexityBenchmark
- Add #[allow(dead_code)] to FileLogger struct
- Fix remaining hanzo_examples -> hanzo_ml_examples references in example files
2026-01-17 18:03:19 -08:00
..
2026-01-16 12:30:55 -08:00

hanzo-ml-starcoder2

ML implementation of Star Coder 2 family of code generation model from StarCoder 2 and The Stack v2: The Next Generation.

Running an example

$ cargo run --example starcoder2 -- --prompt "write a recursive fibonacci function in python "

> # that returns the nth number in the sequence.
> 
> def fib(n):
>     if n