Chaiverse
  • Welcome to Chaiverse!
  • Quick Start
  • Prompting Guide
  • Rewards model
  • Blending Models
  • Getting Feedback
  • Talking to your model
  • Deactivating your Model
  • Leaderboard
  • 🤑Model Competition
  • How everything Works
    • 🤑Model Competition Explained
    • Rewards Model Explained
    • Prompt Guiding Explained
    • What we do with your model
Powered by GitBook
On this page

Blending Models

Blending models has proven to significantly improve performance

PreviousRewards modelNextGetting Feedback

Last updated 1 year ago

In-depth explanation

Submit the blended model

After importing the chaiverse package, you may submit the blend

import chaiverse as chai
submitter = chai.ModelSubmitter(verbose=True)

// submit the blended model
submissions_to_blend = ["submission1_id", "submission2_id", "submission3_id"]
blend_id = submitter.submit_blend({"submissions": submissions_to_blend, "model_name": "my-blended-model"})

Currently, only 2 total models are allowed to be deployed at a time

Deactivating your Model
Blending Is All You Need: Cheaper, Better Alternative to...arXiv.org
Logo