Rui An
Rui An
+ 1
Found this work from Stanford Alpaca. They read and resave the model(so not dependent on FAIR) and it becomes trainable with the hugging face training framework. https://crfm.stanford.edu/2023/03/13/alpaca.html https://github.com/huggingface/transformers/pull/21955
Thanks @Logophoman and @Inserian for looking into it! But I think I was looking for something like the below, For example, if we want to serve an API using flask,...
`LlamaTokenizer` instead of `LLaMATokenizer`