Table of Contents

Property TokenTypeIdsName

Namespace
Qavren.Edge.Embeddings.Onnx
Assembly
Qavren.Edge.Embeddings.Onnx.dll

TokenTypeIdsName

The graph's token-type input name, or null when the graph declares no such input - in which case the generator binds two tensors instead of three. Bound BY NAME, never by position: nomic declares (input_ids, token_type_ids, attention_mask) while MiniLM declares (input_ids, attention_mask, token_type_ids).

public string? TokenTypeIdsName { get; init; }

Property Value

string