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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

TableCheck
/
gemma-3-27b-it-ft-query-extraction

PEFT
Safetensors
GGUF
Transformers
English
text-generation-inference
unsloth
gemma3
conversational
Model card Files Files and versions
xet
Community

Instructions to use TableCheck/gemma-3-27b-it-ft-query-extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-27b-it-unsloth-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "TableCheck/gemma-3-27b-it-ft-query-extraction")
  • Transformers

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TableCheck/gemma-3-27b-it-ft-query-extraction", dtype="auto")
  • llama-cpp-python

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="TableCheck/gemma-3-27b-it-ft-query-extraction",
    	filename="abc.BF16-00001-of-00002.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    # Run inference directly in the terminal:
    llama-cli -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    # Run inference directly in the terminal:
    llama-cli -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    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 TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    # Run inference directly in the terminal:
    ./llama-cli -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    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 TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    Use Docker
    docker model run hf.co/TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
  • LM Studio
  • Jan
  • Ollama

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with Ollama:

    ollama run hf.co/TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
  • Unsloth Studio new

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction 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 TableCheck/gemma-3-27b-it-ft-query-extraction 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 TableCheck/gemma-3-27b-it-ft-query-extraction to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for TableCheck/gemma-3-27b-it-ft-query-extraction to start chatting
  • Docker Model Runner

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with Docker Model Runner:

    docker model run hf.co/TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
  • Lemonade

    How to use TableCheck/gemma-3-27b-it-ft-query-extraction with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull TableCheck/gemma-3-27b-it-ft-query-extraction:BF16
    Run and chat with the model
    lemonade run user.gemma-3-27b-it-ft-query-extraction-BF16
    List all available models
    lemonade list
gemma-3-27b-it-ft-query-extraction
54.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
ctrltokyo's picture
ctrltokyo
Update README.md
09f7ae5 verified about 1 year ago
  • .gitattributes
    1.76 kB
    Upload abc.BF16-00002-of-00002.gguf with huggingface_hub about 1 year ago
  • README.md
    4.09 kB
    Update README.md about 1 year ago
  • abc.BF16-00001-of-00002.gguf
    49.9 GB
    xet
    Upload abc.BF16-00001-of-00002.gguf with huggingface_hub about 1 year ago
  • abc.BF16-00002-of-00002.gguf
    4.13 GB
    xet
    Upload abc.BF16-00002-of-00002.gguf with huggingface_hub about 1 year ago
  • adapter_config.json
    868 Bytes
    Upload adapter_config.json with huggingface_hub about 1 year ago
  • adapter_model.safetensors
    114 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 1 year ago
  • added_tokens.json
    35 Bytes
    Configure Git LFS tracking for model files about 1 year ago
  • special_tokens_map.json
    670 Bytes
    Configure Git LFS tracking for model files about 1 year ago
  • tokenizer.json
    33.4 MB
    xet
    Configure Git LFS tracking for model files about 1 year ago
  • tokenizer.model
    4.69 MB
    xet
    Configure Git LFS tracking for model files about 1 year ago
  • tokenizer_config.json
    1.44 MB
    xet
    Configure Git LFS tracking for model files about 1 year ago