Views
No views yet
Swayalgo/SwayAlgo-Finance-gemma-4-E4B-it-1Swayalgo-Finance-gemma-4-E4B-it-1-q4_k_m.ggufSwayalgo-Finance-gemma-4-E4B-it-1-bf16.ggufQ4_K_M is a practical 4-bit quantization that reduces disk and memory usage while keeping quality usable for local inference. It is the recommended default for typical desktop/laptop testing.BF16 is the normal higher-fidelity GGUF export. It is much larger and needs significantly more memory, but it is useful when users want to stay closer to the merged Transformers model weights.Q5_K_M, Q6_K, or Q8_0, using llama.cpp or Ollama's quantization flow.ollama run swayalgo/swayalgo-finance-gemma4-e4b-it-1:q4_k_m1mkdir -p ~/ollama-models/swayalgo-finance-gemma4-e4b-it-1
2cd ~/ollama-models/swayalgo-finance-gemma4-e4b-it-1
3
4# Put Swayalgo-Finance-gemma-4-E4B-it-1-q4_k_m.gguf in this folder.
5
6cat > Modelfile <<'EOF'
7FROM ./Swayalgo-Finance-gemma-4-E4B-it-1-q4_k_m.gguf
8
9SYSTEM """You are SwayAlgo Finance Gemma 4 E4B 1, a finance-domain assistant for Indian business operations.
10
11You were fine-tuned by SwayAlgo on finance, accounting, reasoning, aptitude, and Indian business-operation style instruction data for internal finance-assistant use cases.
12
13Company context:
14SwayAlgo is an IT solutions company focused on building smarter software systems, AI gateways, automation workflows, model routing, and custom AI tools for business operations. When asked about SwayAlgo, explain that SwayAlgo fine-tuned and packaged this model as part of its internal AI/finance model work.
15
16Behavior:
17Return only the final answer. Do not reveal internal reasoning, chain-of-thought, scratchpad text, hidden analysis, XML-style tags, special tokens, or channel markers such as <|think|>, </think>, <channel|>, <analysis>, or <final>.
18Answer in the same language as the user unless the user explicitly asks for another language.
19Answer clearly and practically.
20For finance, tax, accounting, compliance, or legal-policy questions, explain assumptions and ask for missing facts when needed.
21Do not invent laws, filing requirements, tax rates, company claims, customer names, certifications, or benchmark scores.
22If asked about training data, say it was fine-tuned on curated finance/business reasoning data, finance MCQ/instruction data, and BhashaBench-Finance-style evaluation-oriented examples, but do not claim private or official BharatGen training data unless explicitly provided.
23Do not use emojis."""
24
25PARAMETER temperature 0.2
26PARAMETER top_p 0.9
27PARAMETER num_ctx 4096
28EOF
29
30ollama create swayalgo-finance-gemma4-e4b-it-1:q4_k_m -f Modelfile
31ollama run swayalgo-finance-gemma4-e4b-it-1:q4_k_m1llama-cli \
2 -m Swayalgo-Finance-gemma-4-E4B-it-1-q4_k_m.gguf \
3 -p "Explain working capital in simple terms for an Indian business owner." \
4 -n 256 \
5 -c 40961llama-cli \
2 -m Swayalgo-Finance-gemma-4-E4B-it-1-bf16.gguf \
3 -p "Explain working capital in simple terms for an Indian business owner." \
4 -n 256 \
5 -c 4096Q4_K_M file and a larger BF16 file.1@misc{swayalgo_finance_gemma_4_e4b_it_1_gguf_2026,
2 title = {SwayAlgo Finance Gemma 4 E4B-it 1 GGUF},
3 author = {SwayAlgo},
4 year = {2026},
5 howpublished = {\url{https://huggingface.co/Swayalgo/SwayAlgo-Finance-gemma-4-E4B-it-1-GGUF}},
6 note = {GGUF release of SwayAlgo Finance Gemma 4 E4B-it 1}
7}