DuoNeural commited on
Commit
a91feff
·
verified ·
1 Parent(s): 1096b89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Agent Gemma 4 E4B Frontend
2
 
3
  ## Model Description
@@ -30,6 +46,12 @@ This model is intended for:
30
  - Multi-step reasoning for complex front-end architectural tasks.
31
  - Agentic workflows involving tool-use and terminal interactions.
32
 
 
 
 
 
 
 
33
  ## Capabilities
34
  - **Thinking Mode:** Natively supports internal reasoning blocks (`<|channel>thought`).
35
  - **Modern Frameworks:** Expert-level knowledge of 2026-era front-end standards (React Compiler, Edge-side rendering, etc.).
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/gemma-4-E4B-it
4
+ tags:
5
+ - code
6
+ - frontend
7
+ - react
8
+ - vue
9
+ - tailwind
10
+ - gemma4
11
+ - unsloth
12
+ - qlora
13
+ - gguf
14
+ library_name: transformers
15
+ ---
16
+
17
  # Agent Gemma 4 E4B Frontend
18
 
19
  ## Model Description
 
46
  - Multi-step reasoning for complex front-end architectural tasks.
47
  - Agentic workflows involving tool-use and terminal interactions.
48
 
49
+ ## GGUF Compatibility
50
+ This repository provides a `q4_k_m` GGUF version compatible with:
51
+ - **Ollama**
52
+ - **LM Studio**
53
+ - **llama.cpp**
54
+
55
  ## Capabilities
56
  - **Thinking Mode:** Natively supports internal reasoning blocks (`<|channel>thought`).
57
  - **Modern Frameworks:** Expert-level knowledge of 2026-era front-end standards (React Compiler, Edge-side rendering, etc.).