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

throsturx
/
bihmoe-poc

PyTorch
Transformers
English
research
mixture-of-experts
interpretability
Model card Files Files and versions
xet
Community

Instructions to use throsturx/bihmoe-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use throsturx/bihmoe-poc with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("throsturx/bihmoe-poc", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bihmoe-poc / src /bihmoe /tasks
8.38 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Throstur
task: add twohop_bind + multitask trainer + config
bd197af 5 months ago
  • __init__.py
    0 Bytes
    head: make models query-aware (last-token readout) + trainer update 5 months ago
  • bind_query.py
    3.56 kB
    task: bind_query braid encoding + stable seed 5 months ago
  • twohop_bind.py
    4.82 kB
    task: add twohop_bind + multitask trainer + config 5 months ago