awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sahil280114 avatar

sahil280114/codealpaca

0
View on GitHub↗
1,512 stars·112 forks·Python·Apache-2.0·11 views

Codealpaca

This is the repo for the Code Alpaca project, which aims to build and share an instruction-following LLaMA model for code generation. This repo is fully based on Stanford Alpaca ,and only changes the data used for training. Training approach is the same.

Features

  • Code Generation and Distillation - Implements instruction-following for code generation.
  • Data Expansion - Instruction-following model specifically optimized for code generation.
  • Instruction Tuning - Instruction-tuning dataset and models for code generation tasks.

Star history

Star history chart for sahil280114/codealpacaStar history chart for sahil280114/codealpaca

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Codealpaca

These projects share indexed features with Codealpaca. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ise-uiuc/magicoderI

    ise-uiuc/magicoder

    0View on GitHub↗

    🎩 Models | 📚 Dataset | 🚀 Quick Start | 👀 Demo | 📝 Citation | 🙏 Acknowledgements

    View on GitHub↗0
  • nlpxucan/wizardlmnlpxucan avatar

    nlpxucan/WizardLM

    9,486View on GitHub↗

    WizardLM is a large language model and instruction-tuning framework designed to execute sophisticated coding, mathematical, and conversational tasks. It functions as an AI system for mathematical reasoning and code generation, as well as a synthetic dataset generator used to train other language models. The project is distinguished by its evolutionary instruction tuning, which uses a method to rewrite simple instructions into complex tasks. This process expands training dataset difficulty and produces a high volume of open-domain tasks across various difficulty levels. The system covers capa

    Python
    View on GitHub↗9,486
  • facebookresearch/codellamafacebookresearch avatar

    facebookresearch/codellama

    16,307View on GitHub↗

    Code Llama is a large language model based on Llama 2 trained specifically for programming tasks and software development. It provides specialized model types optimized for general code generation, instruction following, and context-aware infilling. The project includes an instruction-tuned programming model for executing technical tasks via natural language prompts and a code infilling model that predicts missing sections based on surrounding source context. A large context code model is also provided to analyze extensive blocks of source code for improved coherence. The system covers capab

    Python
    View on GitHub↗16,307
  • yizhongw/self-instructyizhongw avatar

    yizhongw/self-instruct

    4,602View on GitHub↗

    Self-instruct is a framework for generating synthetic instruction datasets and fine-tuning large language models to improve their instruction-following capabilities. It provides a pipeline for aligning pretrained models with human intentions through a supervised fine-tuning workflow. The system utilizes a synthetic data generator that uses a seed set of tasks to prompt a model to create new instructional data. It includes an instruction dataset curator to remove redundant or low-quality entries, maintaining dataset diversity through a filtered task pool. The framework covers the full alignme

    Python
    View on GitHub↗4,602
Compare all 30 related projects→

Frequently asked questions

What does sahil280114/codealpaca do?

This is the repo for the Code Alpaca project, which aims to build and share an instruction-following LLaMA model for code generation. This repo is fully based on Stanford Alpaca ,and only changes the data used for training. Training approach is the same.

What are the main features of sahil280114/codealpaca?

The main features of sahil280114/codealpaca are: Code Generation and Distillation, Data Expansion, Instruction Tuning.

Which projects share features with sahil280114/codealpaca?

Projects with overlapping indexed features include: yizhongw/self-instruct — Self-instruct is a framework for generating synthetic instruction datasets and fine-tuning large language models to… facebookresearch/codellama — Code Llama is a large language model based on Llama 2 trained specifically for programming tasks and software… ise-uiuc/magicoder — 🎩  Models | 📚  Dataset | 🚀  Quick Start | 👀  Demo | 📝  Citation | 🙏 … nlpxucan/wizardlm — WizardLM is a large language model and instruction-tuning framework designed to execute sophisticated coding,… bigscience-workshop/promptsource — Toolkit for creating, sharing and using natural language prompts. codefuse-ai/mftcoder — High Accuracy and efficiency multi-task fine-tuning framework for Code LLMs. This work has been accepted by KDD 2024.