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

AgentsSci
/
EMNLP_Cost-Aware-Protocol-Routing

Scikit-learn
Joblib
English
protocol-routing
llm-routing
multi-agent-systems
cost-aware-inference
protocol-selection
calibration
reasoning
reproducibility
emnlp2026
Model card Files Files and versions
xet
Community

Instructions to use AgentsSci/EMNLP_Cost-Aware-Protocol-Routing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Scikit-learn

    How to use AgentsSci/EMNLP_Cost-Aware-Protocol-Routing with Scikit-learn:

    from huggingface_hub import hf_hub_download
    import joblib
    model = joblib.load(
    	hf_hub_download("AgentsSci/EMNLP_Cost-Aware-Protocol-Routing", "sklearn_model.joblib")
    )
    # only load pickle files from sources you trust
    # read more about it here https://skops.readthedocs.io/en/stable/persistence.html
  • Notebooks
  • Google Colab
  • Kaggle
EMNLP_Cost-Aware-Protocol-Routing
121 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ChihHsuan-Yang's picture
ChihHsuan-Yang
Add pretty_name, quiet the version-warning wall in the example, and record the root widget copy's checksum
294c751 verified 1 day ago
  • artifacts
    Release v1.0.0 accompanying the EMNLP 2026 camera-ready paper (arXiv:2608.14927) 1 day ago
  • router_metadata_only
    Add pretty_name, quiet the version-warning wall in the example, and record the root widget copy's checksum 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • CITATION.cff
    2.17 kB
    Release v1.0.0 accompanying the EMNLP 2026 camera-ready paper (arXiv:2608.14927) 1 day ago
  • LICENSE
    1.07 kB
    Release v1.0.0 accompanying the EMNLP 2026 camera-ready paper (arXiv:2608.14927) 1 day ago
  • NOTICE
    2.59 kB
    Release v1.0.0 accompanying the EMNLP 2026 camera-ready paper (arXiv:2608.14927) 1 day ago
  • README.md
    13.2 kB
    Add pretty_name, quiet the version-warning wall in the example, and record the root widget copy's checksum 1 day ago
  • sklearn_model.joblib

    Detected Pickle imports (4)

    • "numpy.ndarray",
    • "numpy.dtype",
    • "joblib.numpy_pickle.NumpyArrayWrapper",
    • "sklearn.linear_model._logistic.LogisticRegression"

    How to fix it?

    9.71 kB
    xet
    Publish the trained metadata-only router checkpoint with its fitted feature builders, verified label map, and a runnable example 1 day ago