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.

Models

View all →

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…”