From c2a1439c06ed7c92dbae10b2f80d1fc63668b382 Mon Sep 17 00:00:00 2001 From: Yu Li Date: Mon, 4 Dec 2023 00:00:37 -0600 Subject: [PATCH] add request form --- air_llm/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/air_llm/README.md b/air_llm/README.md index b8b7ecd..89f2b98 100644 --- a/air_llm/README.md +++ b/air_llm/README.md @@ -132,6 +132,7 @@ When initialize the model, we support the following configurations: #### [HF open llm leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) top models + **Including but not limited to the following:** (Most of the open models are based on llama2, so should be supported by default) @12/01/23 @@ -244,6 +245,9 @@ model.tokenizer.decode(generation_output.sequences[0]) +####To request other model support: [here](https://docs.google.com/forms/d/e/1FAIpQLSe0Io9ANMT964Zi-OQOq1TJmnvP-G3_ZgQDhP7SatN0IEdbOg/viewform?usp=sf_link) + + ## Acknowledgement