glue

Note

ID: catalog.benchmarks.glue | Type: WeightedFusion

{
    "include_splits": null,
    "origins": [
        "recipes.wnli_3_shot",
        "recipes.wnli_3_shot"
    ],
    "total_examples": 4,
    "type": "weighted_fusion",
    "weights": [
        1,
        1
    ]
}

Explanation about WeightedFusion

Fusion operator that combines multiple streams based.

Args:

orgins: List of SourceOperator objects. weights: List of weights for each origin. max_total_examples: Total number of examples to return. If None, all examples are returned.