Spaces:
Running
Running
updating list of models in comparison
Browse files
app.py
CHANGED
@@ -14,12 +14,10 @@ def load_test_phrases(filename):
|
|
14 |
|
15 |
|
16 |
models = ["Xenova/claude-tokenizer", # Anthropic
|
17 |
-
"meta-llama/Llama-2-7b-chat-hf", # LLAMA-2
|
18 |
-
"beomi/llama-2-ko-7b", # LLAMA-2-ko
|
19 |
"ai4bharat/Airavata", # ARIVATA
|
20 |
"openaccess-ai-collective/tiny-mistral", # Mistral
|
21 |
"gpt-3.5-turbo", # GPT3.5
|
22 |
-
"meta-llama/
|
23 |
"CohereForAI/aya-23-8B", # AYA
|
24 |
"google/gemma-1.1-2b-it", # GEMMA
|
25 |
"gpt-4o", # GPT4o
|
|
|
14 |
|
15 |
|
16 |
models = ["Xenova/claude-tokenizer", # Anthropic
|
|
|
|
|
17 |
"ai4bharat/Airavata", # ARIVATA
|
18 |
"openaccess-ai-collective/tiny-mistral", # Mistral
|
19 |
"gpt-3.5-turbo", # GPT3.5
|
20 |
+
"meta-llama/Llama-3.1-8B-Instruct", # LLAMA-3
|
21 |
"CohereForAI/aya-23-8B", # AYA
|
22 |
"google/gemma-1.1-2b-it", # GEMMA
|
23 |
"gpt-4o", # GPT4o
|