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

Ziosan13
/
llama-3-8b-ft-experiment

Transformers
Safetensors
GGUF
conversational
Model card Files Files and versions
xet
Community

Instructions to use Ziosan13/llama-3-8b-ft-experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Ziosan13/llama-3-8b-ft-experiment with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Ziosan13/llama-3-8b-ft-experiment", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

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

    How to use Ziosan13/llama-3-8b-ft-experiment with Ollama:

    ollama run hf.co/Ziosan13/llama-3-8b-ft-experiment
  • Unsloth Studio

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

    How to use Ziosan13/llama-3-8b-ft-experiment with Docker Model Runner:

    docker model run hf.co/Ziosan13/llama-3-8b-ft-experiment
  • Lemonade

    How to use Ziosan13/llama-3-8b-ft-experiment with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Ziosan13/llama-3-8b-ft-experiment
    Run and chat with the model
    lemonade run user.llama-3-8b-ft-experiment-{{QUANT_TAG}}
    List all available models
    lemonade list
  • Atomic Chat
llama-3-8b-ft-experiment
18.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Ziosan13's picture
Ziosan13
Add test file
ebc28b7 verified almost 2 years ago
  • .gitattributes
    1.57 kB
    Add gguf file almost 2 years ago
  • README.md
    5.17 kB
    Upload LlamaForCausalLM almost 2 years ago
  • adapter_config.json
    680 Bytes
    Upload LlamaForCausalLM almost 2 years ago
  • adapter_model.safetensors
    2.11 GB
    xet
    Upload LlamaForCausalLM almost 2 years ago
  • generation_config.json
    194 Bytes
    Upload LlamaForCausalLM almost 2 years ago
  • llama-3-8b-ft.gguf
    16.1 GB
    xet
    Add gguf file almost 2 years ago
  • special_tokens_map.json
    325 Bytes
    Upload tokenizer almost 2 years ago
  • test.txt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    4 Bytes
    Add test file almost 2 years ago
  • tokenizer.json
    9.09 MB
    Upload tokenizer almost 2 years ago
  • tokenizer_config.json
    51 kB
    Upload tokenizer almost 2 years ago