packages/core/src/architectures/beit.js (225 lines of code) (raw):
// NOTE: This file has been auto-generated. Do not edit directly.
export default {
model_type: "beit",
models: [
{
model_id: "Xenova/beit-base-patch16-224",
dtype: "fp16",
architectures: ["BeitForImageClassification"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"Gemm",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "Xenova/beit-base-patch16-224-pt22k",
dtype: "quantized",
architectures: ["BeitForMaskedImageModeling"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"ConvInteger",
"Div",
"DynamicQuantizeLinear",
"Equal",
"Erf",
"Expand",
"Gather",
"MatMul",
"MatMulInteger",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "Xenova/beit-base-patch16-224-pt22k",
dtype: "fp32",
architectures: ["BeitForMaskedImageModeling"],
ops: [
"Add",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"Gemm",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "Xenova/dit-large",
dtype: "fp32",
architectures: ["BeitForMaskedImageModeling"],
ops: [
"Add",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "Xenova/dit-large",
dtype: "fp16",
architectures: ["BeitForMaskedImageModeling"],
ops: [
"Add",
"Cast",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "hf-internal-testing/tiny-random-BeitForImageClassification",
dtype: "fp32",
architectures: ["BeitForImageClassification"],
ops: [
"Add",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"Gemm",
"Identity",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
{
model_id: "onnx-internal-testing/tiny-random-BeitModel-ONNX",
dtype: "fp32",
architectures: ["BeitModel"],
ops: [
"Add",
"Concat",
"Constant",
"ConstantOfShape",
"Conv",
"Div",
"Equal",
"Erf",
"Expand",
"Gather",
"Identity",
"MatMul",
"Mul",
"Pow",
"ReduceMean",
"Reshape",
"Shape",
"Slice",
"Softmax",
"Sqrt",
"Sub",
"Transpose",
"Unsqueeze",
"Where",
],
},
],
};