CSGHub icon indicating copy to clipboard operation
CSGHub copied to clipboard

is size tag supported?

Open miss-uny opened this issue 1 year ago • 2 comments

For example, if the model size is set as a tag,

Tag selections are as follows:

tag1 (less than 5G) tag2 (0.5-20G) tag3 (above 10G) There are three models: Model a, with a size of 0.4G Model b, with a size of 6G Model c, with a size of 99G

If tag1 is selected, it will filter out model a. If tag2 is selected, it will filter out model b. If tag3 is selected, it will filter out model c.

Could you please confirm if these types of tags are supported? If yes, how can they be set? If not, will they be considered in the future?

miss-uny avatar Oct 25 '24 06:10 miss-uny

you can define size tag like this in readme.md

size_categories:
- 100B<n<1T

and create system built-in tag category: size

Rader avatar Oct 28 '24 02:10 Rader

请问怎么使用啊? 1.界面上可以增加 tag category嘛 2.size_categories:

  • 100B<n<1T。 这个是不是和tag一样的格式。 如下这么写嘛?

用户自定义标签

tags:

  • 34B size_categories:
  • 100B<n<1T

miss-uny avatar Oct 28 '24 06:10 miss-uny