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: 3 commits
ArkidMitra's picture
ArkidMitra
Set task_type to CAUSAL_LM so the Hub parses the adapter config
be8d454 verified about 5 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 5 hours ago
  • README.md
    10.2 kB
    Hopper adapter v1.0.0 about 5 hours ago
  • adapter_config.json
    1.37 kB
    Set task_type to CAUSAL_LM so the Hub parses the adapter config about 5 hours ago
  • adapter_model.safetensors
    130 MB
    xet
    Hopper adapter v1.0.0 about 5 hours ago
  • hopper.json
    668 Bytes
    Hopper adapter v1.0.0 about 5 hours ago