Codingstark commited on
Commit
e283f7c
·
verified ·
1 Parent(s): 55ff9df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -10,12 +10,16 @@ language:
10
  - en
11
  ---
12
 
13
- # Uploaded finetuned model
14
 
15
- - **Developed by:** Codingstark
16
- - **License:** apache-2.0
17
- - **Finetuned from model :** unsloth/gemma-3-270m-it
18
 
19
- This gemma3_text model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
 
 
 
20
 
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
10
  - en
11
  ---
12
 
13
+ # Gemma-3-270M-LeetCode
14
 
15
+ A specialized fine-tuned Gemma-3-270M model optimized for LeetCode algorithmic programming problems.
 
 
16
 
17
+ ## Features
18
+ - **270M parameters** - Compact yet powerful
19
+ - **2,641 training examples** - Curated LeetCode dataset
20
+ - **Dual format** - HuggingFace & GGUF compatible
21
 
22
+ ## Performance
23
+ - Training loss: 1.035 → 0.986
24
+ - Memory usage: 2.76GB peak
25
+ - Inference: temperature=1.0, top_p=0.95, top_k=64