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

sreebhargav
/
finetuned-phi3-cli

Safetensors
mistral
unsloth
phi-3
command-line
cli
lora
fine-tuned
4-bit precision
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use sreebhargav/finetuned-phi3-cli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Local Apps
  • Unsloth Studio new

    How to use sreebhargav/finetuned-phi3-cli 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 sreebhargav/finetuned-phi3-cli 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 sreebhargav/finetuned-phi3-cli to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for sreebhargav/finetuned-phi3-cli to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="sreebhargav/finetuned-phi3-cli",
        max_seq_length=2048,
    )
finetuned-phi3-cli
64 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
sreebhargav's picture
sreebhargav
Update README.md
a8ba9c2 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    1.99 kB
    Update README.md 11 months ago
  • adapter_config.json
    919 Bytes
    Upload 9 files 11 months ago
  • adapter_model.safetensors
    59.8 MB
    xet
    Upload 9 files 11 months ago
  • added_tokens.json
    293 Bytes
    Upload 9 files 11 months ago
  • chat_template.jinja
    407 Bytes
    Upload 9 files 11 months ago
  • config.json
    1.18 kB
    Upload config.json 11 months ago
  • special_tokens_map.json
    572 Bytes
    Upload 9 files 11 months ago
  • tokenizer.json
    3.62 MB
    Upload 9 files 11 months ago
  • tokenizer.model
    500 kB
    xet
    Upload 9 files 11 months ago
  • tokenizer_config.json
    2.94 kB
    Upload 9 files 11 months ago