Property LoadTensors
LoadTensors
Gets or sets a value indicating whether model weights should be loaded. Setting this property to false allows for quicker access to model properties like metadata and vocabulary without loading the weights.
public bool LoadTensors { get; set; }
Property Value
- bool
The default value is
true
.