Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mradermacher
/
next-1b-GGUF

Question Answering
Transformers
GGUF
turkish
türkiye
english
ai
lamapi
gemma3
next
next-x1
efficient
text-generation
open-source
1b
huggingface
large-language-model
llm
causal
transformer
artificial-intelligence
machine-learning
ai-research
natural-language-processing
nlp
finetuned
lightweight
creative
summarization
chat-model
generative-ai
optimized-model
unsloth
trl
sft
chemistry
biology
finance
legal
music
art
code
climate
medical
agent
text-generation-inference
conversational
Model card Files Files and versions
xet
Community

Instructions to use mradermacher/next-1b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mradermacher/next-1b-GGUF with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("question-answering", model="mradermacher/next-1b-GGUF")
    messages = [
        {"role": "user", "content": "Who are you?"},
    ]
    pipe(messages)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("mradermacher/next-1b-GGUF", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

    How to use mradermacher/next-1b-GGUF with 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 mradermacher/next-1b-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf mradermacher/next-1b-GGUF:Q4_K_M
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama serve -hf mradermacher/next-1b-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    llama cli -hf mradermacher/next-1b-GGUF:Q4_K_M
    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 mradermacher/next-1b-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./llama-cli -hf mradermacher/next-1b-GGUF:Q4_K_M
    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 mradermacher/next-1b-GGUF:Q4_K_M
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf mradermacher/next-1b-GGUF:Q4_K_M
    Use Docker
    docker model run hf.co/mradermacher/next-1b-GGUF:Q4_K_M
  • LM Studio
  • Jan
  • Ollama

    How to use mradermacher/next-1b-GGUF with Ollama:

    ollama run hf.co/mradermacher/next-1b-GGUF:Q4_K_M
  • Unsloth Studio

    How to use mradermacher/next-1b-GGUF with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for mradermacher/next-1b-GGUF to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for mradermacher/next-1b-GGUF to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for mradermacher/next-1b-GGUF to start chatting
  • Docker Model Runner

    How to use mradermacher/next-1b-GGUF with Docker Model Runner:

    docker model run hf.co/mradermacher/next-1b-GGUF:Q4_K_M
  • Lemonade

    How to use mradermacher/next-1b-GGUF with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull mradermacher/next-1b-GGUF:Q4_K_M
    Run and chat with the model
    lemonade run user.next-1b-GGUF-Q4_K_M
    List all available models
    lemonade list
  • Atomic Chat
next-1b-GGUF
10.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mradermacher's picture
mradermacher
auto-patch README.md
0391f11 verified 5 months ago
  • .gitattributes
    2.18 kB
    uploaded from leia 5 months ago
  • README.md
    4.65 kB
    auto-patch README.md 5 months ago
  • next-1b.IQ4_XS.gguf
    718 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q2_K.gguf
    690 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q3_K_L.gguf
    752 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q3_K_M.gguf
    722 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q3_K_S.gguf
    689 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q4_K_M.gguf
    806 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q4_K_S.gguf
    781 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q5_K_M.gguf
    851 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q5_K_S.gguf
    836 MB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q6_K.gguf
    1.01 GB
    xet
    uploaded from leia 5 months ago
  • next-1b.Q8_0.gguf
    1.07 GB
    xet
    uploaded from leia 5 months ago
  • next-1b.f16.gguf
    2.01 GB
    xet
    uploaded from leia 5 months ago