zed-industries/zeta

Hugging Face
TEXT GENERATIONConcurrency Cost:1Model Size:7.6BQuant:FP8Ctx Length:32kPublished:Jan 30, 2025License:apache-2.0Architecture:Transformer0.4K Open Weights Warm

zed-industries/zeta is a 7.6 billion parameter language model fine-tuned from Qwen2.5-Coder-7B by zed-industries. This model is specifically optimized for edit prediction tasks, designed to support features like intelligent code suggestions and modifications within the Zed editor. It leverages its fine-tuned architecture to efficiently generate changes to code files, making it highly suitable for developer tooling.

Loading preview...

Model Overview

zed-industries/zeta is a 7.6 billion parameter model, fine-tuned from Qwen2.5-Coder-7B, specifically developed by zed-industries for edit prediction within the Zed editor. This model's primary function is to intelligently suggest and generate code modifications, enhancing the developer experience.

Key Capabilities

  • Edit Prediction: Optimized for predicting and generating changes to existing code.
  • Code-centric Fine-tuning: Built upon a coder-focused base model and further fine-tuned on the zed-industries/zeta dataset.
  • Efficient Inference: Supports advanced vLLM features like FP8 quantization and n-gram speculative decoding for faster and more efficient operation, particularly beneficial for tasks where many tokens are already present in the prompt.

Training Details

The model was fine-tuned using the zeta dataset. Both DPO (Direct Preference Optimization) and SFT (Supervised Fine-Tuning) scripts are available for those interested in replicating or further customizing the training process.

Ideal Use Cases

  • Intelligent Code Editors: Perfect for integration into IDEs and code editors requiring advanced code suggestion and modification capabilities.
  • Developer Tooling: Any application that benefits from predicting and applying code edits efficiently.
  • Code Generation with Context: Excels in scenarios where the model needs to generate changes based on existing code context.