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

WesleySantos
/
mh_qa

PEFT
PyTorch
llama
Model card Files Files and versions
xet
Community
13

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

  • Libraries
  • PEFT

    How to use WesleySantos/mh_qa with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf")
    model = PeftModel.from_pretrained(base_model, "WesleySantos/mh_qa")
  • Notebooks
  • Google Colab
  • Kaggle
mh_qa
502 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
WesleySantos's picture
WesleySantos
Upload tokenizer
27f535f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • special_tokens_map.json
    423 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.model
    500 kB
    xet
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    812 Bytes
    Upload tokenizer over 2 years ago