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

nluai
/
test_format7

PEFT
TensorBoard
Safetensors
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • PEFT

    How to use nluai/test_format7 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("vilm/vinallama-2.7b-chat")
    model = PeftModel.from_pretrained(base_model, "nluai/test_format7")
  • Notebooks
  • Google Colab
  • Kaggle
test_format7
100 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
nluai's picture
nluai
Upload adapter_model.safetensors with huggingface_hub
5255336 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.1 kB
    Upload README.md with huggingface_hub about 2 years ago
  • adapter_config.json
    727 Bytes
    Upload adapter_config.json with huggingface_hub about 2 years ago
  • adapter_model.safetensors
    100 MB
    xet
    Upload adapter_model.safetensors with huggingface_hub about 2 years ago
  • special_tokens_map.json
    449 Bytes
    Upload special_tokens_map.json with huggingface_hub about 2 years ago