FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

Fix models with "llama-3" in the name and update Hermes adapter

Open teknium1 opened this issue 9 months ago • 0 comments

Why are these changes needed?

In model_adapters, llama-3 supercedes Hermes-2-Pro-Llama-3 and Hermes-2-Theta-Llama-3 when detecting it's format, so I changed it to have meta-llama as its match string to make sure it doesn't snag many other models, considering llama-3 is required by their license to be in the model name.

Also updated Hermes format

teknium1 avatar May 16 '24 06:05 teknium1