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

binayakkoirala
/
outputs

PEFT
TensorBoard
Safetensors
GGUF
mistral
trl
sft
unsloth
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use binayakkoirala/outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use binayakkoirala/outputs with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "binayakkoirala/outputs")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • llama.cpp

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

    How to use binayakkoirala/outputs with Ollama:

    ollama run hf.co/binayakkoirala/outputs:Q8_0
  • Unsloth Studio

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

    How to use binayakkoirala/outputs with Docker Model Runner:

    docker model run hf.co/binayakkoirala/outputs:Q8_0
  • Lemonade

    How to use binayakkoirala/outputs with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull binayakkoirala/outputs:Q8_0
    Run and chat with the model
    lemonade run user.outputs-Q8_0
    List all available models
    lemonade list
  • Atomic Chat
outputs
7.87 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
binayakkoirala's picture
binayakkoirala
(Trained with Unsloth)
25396db verified about 2 years ago
  • runs
    binayakkoirala/new_output about 2 years ago
  • .gitattributes
    1.58 kB
    (Trained with Unsloth) about 2 years ago
  • README.md
    1.26 kB
    binayakkoirala/outputs about 2 years ago
  • adapter_config.json
    732 Bytes
    binayakkoirala/new_output about 2 years ago
  • adapter_model.safetensors
    168 MB
    xet
    binayakkoirala/outputs about 2 years ago
  • config.json
    31 Bytes
    (Trained with Unsloth) about 2 years ago
  • outputs-unsloth.Q8_0.gguf
    7.7 GB
    xet
    (Trained with Unsloth) about 2 years ago
  • special_tokens_map.json
    552 Bytes
    binayakkoirala/outputs about 2 years ago
  • tokenizer.json
    1.8 MB
    binayakkoirala/outputs about 2 years ago
  • tokenizer.model
    493 kB
    xet
    binayakkoirala/outputs about 2 years ago
  • tokenizer_config.json
    952 Bytes
    binayakkoirala/outputs about 2 years ago
  • training_args.bin

    Detected Pickle imports (9)

    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "transformers.trainer_utils.HubStrategy",
    • "accelerate.utils.dataclasses.DistributedType",
    • "accelerate.state.PartialState",
    • "transformers.training_args.OptimizerNames",
    • "torch.device",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.training_args.TrainingArguments"

    How to fix it?

    5.05 kB
    xet
    binayakkoirala/new_output about 2 years ago