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

Ozaii
/
W.AI-13B-Chat

PEFT
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use Ozaii/W.AI-13B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Ozaii/W.AI-13B-Chat with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("SweatyCrayfish/llama-3-8b-quantized")
    model = PeftModel.from_pretrained(base_model, "Ozaii/W.AI-13B-Chat")
  • Notebooks
  • Google Colab
  • Kaggle
W.AI-13B-Chat
2.33 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Ozaii's picture
Ozaii
Rename adapter_model.safetensors to model.safetensors
54383a6 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.11 kB
    Upload folder using huggingface_hub almost 2 years ago
  • adapter_config.json
    688 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • config.json
    674 Bytes
    Update config.json almost 2 years ago
  • model.safetensors
    2.32 GB
    xet
    Rename adapter_model.safetensors to model.safetensors almost 2 years ago
  • special_tokens_map.json
    449 Bytes
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer.json
    9.08 MB
    Upload folder using huggingface_hub almost 2 years ago
  • tokenizer_config.json
    50.8 kB
    Upload folder using huggingface_hub almost 2 years ago