Philip May
Philip May
Seems like SetFit already has something like this but only hidden in a script and not the main package... https://github.com/huggingface/setfit/blob/43dbaf1a914a08ff8ef8ec836ddd51586d7881bb/scripts/setfit/run_fewshot.py#L118
Should be easy to add it here: https://github.com/huggingface/setfit/blob/7735e8e3b208edb8dfb549beb16e585453c5f44e/src/setfit/trainer.py#L276
see PR #134
closing this because PR is merged
@chrisjsewell so you mean that I should add it as a plugin at https://github.com/executablebooks/mdit-py-plugins right? Could you please give me some more hints on how to do that? Is there...
Great @chrisjsewell I will check this...
Well - #146 seems to be merged new. I do not think that I will provide a PR. @chrisjsewell maybe you could provide one?
@choldgraf I also do not know. That is the main reason why I requested this. :-) Might try it later...
Hey @alex-shpak - thanks for the quick answer and the tip. I would suggest something like this: ``` {{ range $taxonomy, $_ := .Site.Taxonomies }} {{ with $terms := $.GetTerms...
And then maybe: ``` div.categories, div.tags { font-size: .75rem; } ```