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

  • Log In
  • Sign Up

fumiama
/
nina

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

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

  • Libraries
  • PEFT

    How to use fumiama/nina 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/nina")
  • Transformers

    How to use fumiama/nina with Transformers:

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

    How to use fumiama/nina 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/nina 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/nina to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for fumiama/nina to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="fumiama/nina",
        max_seq_length=2048,
    )
nina
185 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
fumiama's picture
fumiama
revert: to older version
e3e99c8 verified 5 months ago
  • images
    init: add new version 5 months ago
  • .gitattributes
    1.62 kB
    init: add new version 5 months ago
  • README.md
    551 Bytes
    Update README.md 5 months ago
  • adapter_config.json
    808 Bytes
    revert: to older version 5 months ago
  • adapter_model.safetensors
    168 MB
    xet
    init: add new version 5 months ago
  • chat_template.jinja
    4.61 kB
    init: add new version 5 months ago
  • special_tokens_map.json
    454 Bytes
    init: add new version 5 months ago
  • tokenizer.json
    17.2 MB
    xet
    init: add new version 5 months ago
  • tokenizer_config.json
    50.6 kB
    init: add new version 5 months ago