We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently, the logic tell if a model is Llama2 or Falcon is via hardcoded strings, like "tiiuae/falcon-7b", at
tiger/TigerTune/tigertune/finetuning/llm/text_generation_transformer.py
Line 68 in 8ad8d38
Line 332 in 8ad8d38
It would be useful to replace these hardcoded strings with a more systematic approach.
Activity