keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
758 stars 227 forks source link

Add Mistral Instruct V0.2 preset #1520

Closed tirthasheshpatel closed 5 months ago

tirthasheshpatel commented 5 months ago

Closes #1515

Adds Mistral Instruct v0.2 as a preset. The model has been uploaded on Kaggle.

~Just need to test the generator to make sure HF and Keras outputs match.~

tirthasheshpatel commented 5 months ago

Just tested the generator with the new preset. The output matches the huggingface model upto 500 tokens. Good to merge from my side!