packages/core/src/architectures/blenderbot-small.js (112 lines of code) (raw):
// NOTE: This file has been auto-generated. Do not edit directly.
export default {
model_type: "blenderbot-small",
models: [
{
model_id: "Xenova/blenderbot_small-90M",
dtype: "fp16",
architectures: ["BlenderbotSmallForConditionalGeneration"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"If",
"Less",
"MatMul",
"Mul",
"Pow",
"Range",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Squeeze",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "Xenova/blenderbot_small-90M",
dtype: "quantized",
architectures: ["BlenderbotSmallForConditionalGeneration"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"DequantizeLinear",
"Div",
"DynamicQuantizeLinear",
"Equal",
"Erf",
"Expand",
"Gather",
"If",
"Less",
"MatMul",
"MatMulInteger",
"Mul",
"Pow",
"Range",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Squeeze",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id:
"onnx-internal-testing/tiny-random-BlenderbotSmallForConditionalGeneration-ONNX",
dtype: "fp32",
architectures: ["BlenderbotSmallForConditionalGeneration"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"Identity",
"If",
"Less",
"MatMul",
"Mul",
"Pow",
"Range",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Squeeze",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
],
};