S4MPL3BI4S commited on
Commit
b174ba4
·
verified ·
1 Parent(s): 20a9f0e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -14
README.md CHANGED
@@ -1,22 +1,16 @@
1
  ---
 
2
  base_model: unsloth/gemma-4-E4B-it
3
  tags:
4
- - text-generation-inference
5
- - transformers
6
  - unsloth
7
- - gemma4
8
  - trl
9
- license: apache-2.0
10
- language:
11
- - en
12
  ---
 
13
 
14
- # Uploaded model
 
15
 
16
- - **Developed by:** S4MPL3BI4S
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/gemma-4-E4B-it
19
-
20
- This gemma4 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
21
-
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ library_name: peft
3
  base_model: unsloth/gemma-4-E4B-it
4
  tags:
 
 
5
  - unsloth
 
6
  - trl
7
+ - coding-agent
 
 
8
  ---
9
+ # gemma4-coding-agent
10
 
11
+ This model is a fine-tuned version of `unsloth/gemma-4-E4B-it` for Pythonic function calling and coding tasks.
12
+ It was trained using [Unsloth](https://github.com/unslothai/unsloth).
13
 
14
+ ## Formats
15
+ - **LoRA Adapters:** Available in the root directory.
16
+ - **GGUF:** Available for standard local inference (e.g., LM Studio, Ollama).