Model Tree
The Model Tree is designed to provide users with an intuitive tool for visualizing and managing model structures, enabling a clear understanding of the relationships between different versions of a model.
Structure Overview
The Model Tree consists of the following components:
Base Model
The root node of the tree, representing the core version of the model. All derived models originate from this base version.Finetune
Includes fine-tuned versions associated with the base model, typically optimized for specific tasks to meet diverse application needs.Adapters
Adapter modules connected to the base model, designed to enhance the functionality or adaptability of the base model.Finetunes
Displays versions of the model generated through different fine-tuning strategies, tailored to meet specific user scenarios.Merges
Represents new versions of the model created by merging multiple models, showcasing the results of model integration.Quantizations
Includes quantized versions of the base model or its derivatives, aimed at reducing model size and improving efficiency.
Relationship Construction
The relationships in the Model Tree are primarily built using meta information in the README
file, ensuring both accuracy and flexibility in representing model connections.