29.4K 9 months ago

OlympicCoder-7B is a code model that achieves strong performance on competitive coding benchmarks such as LiveCodeBench and the 2024 International Olympiad in Informatics.

9 months ago

04ad160caf57 · 15GB ·

qwen2
·
7.62B
·
F16
You are OlympicCoder-7B, a 7 billion parameter coding assistant specialized in competitive programmi
{ "num_ctx": 4096, "temperature": 0.7, "top_k": 40, "top_p": 0.9 }
{{ .Prompt }}

Readme

OlympicCoder-7B

OlympicCoder-7B is a 7 billion parameter code model designed for competitive programming. It demonstrates strong performance on leading coding benchmarks, including LiveCodeBench and the 2024 International Olympiad in Informatics.

Model Specifications

  • Architecture: Based on Qwen2
  • Parameters: 7 billion
  • Training Focus: Fine-tuned specifically for competitive programming tasks
  • License: Apache 2.0 (same as original model)
  • Source: Based on open-r1/OlympicCoder-7B

Installation & Usage

# Pull the model
ollama pull sikamikanikobg/OlympicCoder-7B

# Run the model
ollama run sikamikanikobg/OlympicCoder-7B

Key Capabilities

  • Solving complex algorithmic problems
  • Writing efficient code solutions
  • Explaining algorithms and data structures
  • Optimizing code for performance
  • Handling competitive programming challenges

Example Prompts

  • “Write a function to find the longest increasing subsequence in an array”
  • “Implement a solution for the knapsack problem using dynamic programming”
  • “Explain how quicksort works and implement it in Python”
  • “Optimize this code for better time complexity…”