Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Chore]: Simplify and standardize the preset models with HF model structure #144

Open
a-ghorbani opened this issue Dec 21, 2024 · 0 comments · May be fixed by #145
Open

[Chore]: Simplify and standardize the preset models with HF model structure #144

a-ghorbani opened this issue Dec 21, 2024 · 0 comments · May be fixed by #145
Labels
chore enhancement New feature or request

Comments

@a-ghorbani
Copy link
Owner

Issue description

We currently manage three types of models:

  • Local Models: Models that users download outside the app and then import manually as a local model.
  • Preset Models: A predefined list of models provided by the app, which can be downloaded directly.
  • HF Models: Models that are downloaded via the Hugging Face search and download page.

Context

To reduce the complexity of managing these different types, the idea is to unifying the structure of preset models with the HF model format. This would minimize the variation in model handling and simplify maintenance.

Benchmarking models on the "Benchmark" page currently only allows sharing results for HF-type models. Unifying the preset model structure with HF models would enable sharing benchmarking results for these models as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request
Projects
None yet
1 participant