Instructions to use mehmetdavut/ruby3.4-qwen2.5-coder-1.5b-1k-hq-16bit-gemini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mehmetdavut/ruby3.4-qwen2.5-coder-1.5b-1k-hq-16bit-gemini with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "mehmetdavut/ruby3.4-qwen2.5-coder-1.5b-1k-hq-16bit-gemini") - Notebooks
- Google Colab
- Kaggle
| base_model: Qwen/Qwen2.5-Coder-1.5B | |
| library_name: peft | |
| tags: | |
| - ruby-3.4 | |
| - slm | |
| - lora | |
| - code-generation | |
| - synthetic-data | |
| # ruby3.4-qwen2.5-coder-1.5b-1k-hq-16bit-gemini | |
| This model is a part of the **RubyCraft-3.4-Instruct** research project, demonstrating the autonomous adaptation of Small Language Models (SLMs) to modern **Ruby 3.4** syntax. | |
| ## 🏆 Model Details | |
| * **Experiment ID:** `exp-107` | |
| * **Base Model:** `Qwen/Qwen2.5-Coder-1.5B` | |
| * **Model Tier:** `Small` | |
| * **Training Data:** 1K samples (Split: `HIGH QUALITY`) from the [RubyCraft-3.4-Instruct Dataset](https://huggingface.co/datasets/mehmetdavut/RubyCraft-3.4-Instruct) | |
| * **Teacher Model:** `Gemini-2.5-Flash` | |
| * **Quantization Strategy:** 16-bit | |
| * **Adapter Type:** LoRA (Low-Rank Adaptation) | |
| ## 🧪 Performance & Evaluation | |
| In our comprehensive evaluation covering 164 unique configurations, base models frequently suffered from "Formatting Hallucinations" (e.g., wrapping outputs in Markdown tags), resulting in zero scores within strict execution environments. | |
| By applying our **Diagnostic Sanitization Procedure (DSP)** and fine-tuning on high-quality synthetic data, this adapter successfully recovers the model's Intrinsic Capability (IC) and achieves Extrinsic Compliance (EC) with Ruby 3.4 standards. | |
| For detailed evaluation logs, pass rates, and the full experimental matrix, please refer to our [Evaluation Logs Dataset](https://huggingface.co/datasets/mehmetdavut/RubyCraft-3.4-Eval-Logs). | |