How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf coderop12/gemma2b-nirf-lookup-gguf:F16
# Run inference directly in the terminal:
llama cli -hf coderop12/gemma2b-nirf-lookup-gguf:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf coderop12/gemma2b-nirf-lookup-gguf:F16
# Run inference directly in the terminal:
llama cli -hf coderop12/gemma2b-nirf-lookup-gguf:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf coderop12/gemma2b-nirf-lookup-gguf:F16
# Run inference directly in the terminal:
./llama-cli -hf coderop12/gemma2b-nirf-lookup-gguf:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf coderop12/gemma2b-nirf-lookup-gguf:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf coderop12/gemma2b-nirf-lookup-gguf:F16
Use Docker
docker model run hf.co/coderop12/gemma2b-nirf-lookup-gguf:F16
Quick Links

gemma2b-nirf-lookup-gguf

This is a GGUF conversion of coderop12/gemma2b-nirf-lookup-2025.

Model Details

  • Original Model: coderop12/gemma2b-nirf-lookup-2025
  • Format: GGUF (F16 precision)
  • File Size: ~4.9 GB
  • Architecture: Gemma 2B
  • Specialization: NIRF (National Institutional Ranking Framework) lookup and ranking queries

Usage

With llama.cpp

./llama-cli -m gemma2b-nirf-lookup-gguf.gguf -p "What is the NIRF ranking methodology?"

With Python (llama-cpp-python)

from llama_cpp import Llama

llm = Llama(model_path="gemma2b-nirf-lookup-gguf.gguf")
response = llm("What are the top NIRF ranked engineering colleges?")
print(response['choices'][0]['text'])

With Ollama

# First, create a Modelfile
echo 'FROM ./gemma2b-nirf-lookup-gguf.gguf' > Modelfile
ollama create gemma2b-nirf-lookup-gguf -f Modelfile
ollama run gemma2b-nirf-lookup-gguf "Explain NIRF ranking parameters"

Model Capabilities

This model is specifically fine-tuned for:

  • NIRF ranking information and queries
  • Indian higher education institutional data
  • University and college ranking explanations
  • Educational policy and framework questions

Technical Details

  • Quantization: F16 (16-bit floating point)
  • Context Length: 2048 tokens
  • License: Follow original model license terms
  • Converted using: llama.cpp conversion tools

Original Model License

Please refer to the original model repository for license information.

Downloads last month
8
GGUF
Model size
3B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for coderop12/gemma2b-nirf-lookup-gguf

Quantized
(1)
this model