tamang0000
commited on
Commit
·
fa49f1f
1
Parent(s):
fbd82ea
added models
Browse files
app.py
CHANGED
|
@@ -15,11 +15,11 @@ def load_test_phrases(filename):
|
|
| 15 |
|
| 16 |
models = ["Xenova/claude-tokenizer", # Anthropic
|
| 17 |
"meta-llama/Llama-2-7b-chat-hf", # LLAMA-2
|
| 18 |
-
|
| 19 |
"ai4bharat/Airavata", # ARIVATA
|
| 20 |
"openaccess-ai-collective/tiny-mistral", # Mistral
|
| 21 |
"gpt-3.5-turbo", # GPT3.5
|
| 22 |
-
"meta-llama/Meta-Llama-3-8B-Instruct", # LLAMA-3
|
| 23 |
"CohereForAI/aya-23-8B", # AYA
|
| 24 |
"google/gemma-1.1-2b-it", # GEMMA
|
| 25 |
"gpt-4o", # GPT4o
|
|
|
|
| 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/Meta-Llama-3-8B-Instruct", # LLAMA-3
|
| 23 |
"CohereForAI/aya-23-8B", # AYA
|
| 24 |
"google/gemma-1.1-2b-it", # GEMMA
|
| 25 |
"gpt-4o", # GPT4o
|