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

HopitAI
/
hopper

PEFT
Safetensors
English
lora
qwen3.5
decision-making
calibration
jevbench
Model card Files Files and versions
xet
Community

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

  • Libraries
  • PEFT

    How to use HopitAI/hopper with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-4B")
    model = PeftModel.from_pretrained(base_model, "HopitAI/hopper")
  • Notebooks
  • Google Colab
  • Kaggle
hopper
130 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ArkidMitra's picture
ArkidMitra
Set the card's licence field to research-and-demo
4e40d7e verified about 4 hours ago
  • .gitattributes
    1.52 kB
    initial commit 3 days ago
  • README.md
    12.8 kB
    Set the card's licence field to research-and-demo about 4 hours ago
  • adapter_config.json
    1.37 kB
    Set task_type to CAUSAL_LM so the Hub parses the adapter config 3 days ago
  • adapter_model.safetensors
    130 MB
    xet
    Hopper adapter v1.0.0 3 days ago
  • hopper.json
    403 Bytes
    Hopper v1.1.0: calibration map replaced by one temperature per answer type; adapter weights unchanged 2 days ago