Namespace AiDotNet.ModelLoading
Classes
- HuggingFaceModelLoader<T>
Downloads and caches models from HuggingFace Hub.
- LoadResult
Result of a model weight loading operation.
- ONNXImporter<T>
Imports weights from ONNX model files.
- ONNXTensorInfo
Information about a tensor in an ONNX file.
- ParameterRegistry<T>
Manages named parameters for weight loading.
- PretrainedModelLoader<T>
Loads pretrained models from various sources.
- SafeTensorsLoader<T>
Loads model weights from SafeTensors format files.
- TensorMetadata
Metadata about a tensor in a SafeTensors file.
- ValidationResult
Result of weights file validation.
- WeightMapping
Maps weight names between different model formats.