Add llama3 (#30334)

* nuke

* add co-author

* add co-author

* update card

* fixup and fix copies to please our ci

* nit fixup

* super small nits

* remove tokenizer_path from call to `write_model`

* always safe serialize by default

---------

Co-authored-by: pcuenca <pcuenca@users.noreply.github.com>
Co-authored-by: xenova <xenova@users.noreply.github.com>
This commit is contained in:
Arthur
2024-04-24 10:11:19 +02:00
committed by GitHub
parent fc34f842cc
commit 89c510d842
7 changed files with 279 additions and 28 deletions

View File

@@ -155,6 +155,7 @@ MODEL_NAMES_WITH_SAME_CONFIG = {
"HerBERT": "BERT",
"LayoutXLM": "LayoutLMv2",
"Llama2": "LLaMA",
"Llama3": "LLaMA",
"MADLAD-400": "T5",
"MatCha": "Pix2Struct",
"mBART-50": "mBART",