Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

fumiama
/
ninus

PEFT
Safetensors
Transformers
English
Chinese
llama-3
llama
meta
facebook
unsloth
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use fumiama/ninus with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "fumiama/ninus")
  • Transformers

    How to use fumiama/ninus with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fumiama/ninus", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Unsloth Studio new

    How to use fumiama/ninus 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 fumiama/ninus 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 fumiama/ninus to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for fumiama/ninus to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="fumiama/ninus",
        max_seq_length=2048,
    )
ninus
185 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
fumiama's picture
fumiama
feat: change to new chat format
d24c489 8 months ago
  • images
    Add 2 files about 1 year ago
  • .gitattributes
    2.36 kB
    feat: add more files about 1 year ago
  • README.md
    485 Bytes
    Upload README.md about 1 year ago
  • adapter_config.json
    808 Bytes
    fix: adjust format about 1 year ago
  • adapter_model.safetensors
    168 MB
    xet
    feat: change to new chat format 8 months ago
  • special_tokens_map.json
    454 Bytes
    feat: add more files about 1 year ago
  • tokenizer.json
    17.2 MB
    xet
    feat: add more files about 1 year ago
  • tokenizer_config.json
    55.5 kB
    feat: add more files about 1 year ago