Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,7 @@ def load_test_phrases(filename):
|
|
| 15 |
|
| 16 |
models = ["meta-llama/Llama-2-7b-chat-hf", # LLAMA-2
|
| 17 |
"beomi/llama-2-ko-7b", # LLAMA-2-ko
|
|
|
|
| 18 |
"openaccess-ai-collective/tiny-mistral", # Mistral
|
| 19 |
"gpt-3.5-turbo", # GPT3.5
|
| 20 |
"meta-llama/Meta-Llama-3-8B-Instruct", # LLAMA-3
|
|
|
|
| 15 |
|
| 16 |
models = ["meta-llama/Llama-2-7b-chat-hf", # LLAMA-2
|
| 17 |
"beomi/llama-2-ko-7b", # LLAMA-2-ko
|
| 18 |
+
"ai4bharat/Airavata", # ARIVATA
|
| 19 |
"openaccess-ai-collective/tiny-mistral", # Mistral
|
| 20 |
"gpt-3.5-turbo", # GPT3.5
|
| 21 |
"meta-llama/Meta-Llama-3-8B-Instruct", # LLAMA-3
|