Update UEmbed results.

#170
by songtingyu - opened

The hybrid score is computed by combining the dense and sparse representations of the 9B model, both of which are extracted in a single forward pass. Specifically, the final score is defined as:
Shybrid=0.85โ‹…Sdense+0.15โ‹…Snorm_sparse S_{\text{hybrid}} = 0.85 \cdot S_{\text{dense}} + 0.15 \cdot S_{\text{norm\_sparse}}

songtingyu changed pull request status to closed

Sign up or log in to comment