Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,13 +1,27 @@
|
|
| 1 |
---
|
| 2 |
title: Code Translation Studio
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
-
python_version: '3.13'
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Code Translation Studio
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.16.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Code Translation Studio
|
| 13 |
+
|
| 14 |
+
Fine-tuned Qwen2.5-Coder-1.5B for code translation between languages and code generation from natural language descriptions.
|
| 15 |
+
|
| 16 |
+
**Model:** Qwen/Qwen2.5-Coder-1.5B-Instruct | **Fine-tune:** LoRA (r=8, alpha=16)
|
| 17 |
+
|
| 18 |
+
## Features
|
| 19 |
+
|
| 20 |
+
- **Code Translation** β Translate code between 12+ programming languages (Python β JavaScript β Java β Go β Rust and more)
|
| 21 |
+
- **Code Generation** β Generate code from plain English descriptions
|
| 22 |
+
|
| 23 |
+
## Links
|
| 24 |
+
|
| 25 |
+
- **Trained model:** [arinbalyan/code-translation-lora](https://huggingface.co/arinbalyan/code-translation-lora)
|
| 26 |
+
- **Training notebook:** [Kaggle](https://www.kaggle.com/code/arinbalyan/fine-tune-qwen-coder-for-code-translation)
|
| 27 |
+
- **HF Profile:** [arinbalyan](https://huggingface.co/arinbalyan)
|