|
--- |
|
datasets: |
|
- zed-industries/zeta |
|
license: apache-2.0 |
|
--- |
|
|
|
<img src="https://cdn-uploads.huggingface.co/production/uploads/644a8bc1cb1654dcb6e762f9/6296GYaJsrUBSAeUwUHvm.png" width="100"> |
|
|
|
# Edit Prediction: Fine-Tuned from Qwen2.5-Coder-7B |
|
|
|
This repository contains a fine-tuned version of **Qwen2.5-Coder-7B** to support [edit prediction](https://zed.dev/edit-prediction) in Zed. |
|
|
|
## Training Details |
|
|
|
The model has been fine-tuned using the [zeta dataset](https://huggingface.co/datasets/zed-industries/zeta). If you want to fine-tune the model yourself, you can refer to the following scripts: |
|
|
|
- **DPO Fine-Tuning**: [View Notebook](https://huggingface.co/datasets/zed-industries/zeta/blob/main/script/dpo.ipynb) |
|
- **SFT Fine-Tuning**: [View Notebook](https://huggingface.co/datasets/zed-industries/zeta/blob/main/script/sft.ipynb) |
|
|
|
## Dataset |
|
|
|
The dataset used for training is available at: |
|
[zed-industries/zeta](https://huggingface.co/datasets/zed-industries/zeta) |
|
|
|
## Learn More |
|
|
|
For more insights about the model and its integration in Zed, check out the official blog post: |
|
[Zed Blog - Edit Prediction](https://zed-k1xdvw833-zed-industries.vercel.app/blog/edit-prediction) |
|
|