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

JohnEarle
/
KillTeamJudge

Question Answering
PEFT
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use JohnEarle/KillTeamJudge with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.3-bnb-4bit")
    model = PeftModel.from_pretrained(base_model, "JohnEarle/KillTeamJudge")
  • Notebooks
  • Google Colab
  • Kaggle
KillTeamJudge
1.88 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
JohnEarle's picture
JohnEarle
Upload 6 files
a68d2eb verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    5.51 kB
    Update README.md over 1 year ago
  • adapter_config.json
    838 Bytes
    Upload 6 files over 1 year ago
  • adapter_model.safetensors
    1.88 GB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    560 Bytes
    Upload 7 files over 1 year ago
  • tokenizer.json
    3.67 MB
    Upload 7 files over 1 year ago
  • tokenizer.model
    587 kB
    xet
    Upload 7 files over 1 year ago
  • tokenizer_config.json
    137 kB
    Upload 7 files over 1 year ago