arinbalyan commited on
Commit
95877ca
Β·
verified Β·
1 Parent(s): ddc116b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -6
README.md CHANGED
@@ -1,13 +1,27 @@
1
  ---
2
  title: Code Translation Studio
3
- emoji: πŸš€
4
- colorFrom: green
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.19.0
8
- python_version: '3.13'
9
  app_file: app.py
10
  pinned: false
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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)