Spaces:
Sleeping
Sleeping
Adding a models
Browse files
app.py
CHANGED
@@ -4,11 +4,11 @@ import pandas as pd
|
|
4 |
# Define benchmark data
|
5 |
benchmark_data = {
|
6 |
'Model': [
|
7 |
-
'
|
8 |
'Vikhrmodels/Vikhr-Nemo-12B', # Vikhr
|
9 |
'TinyLLaMA/TinyLlama-1.1B', # TinyLLaMA
|
10 |
-
'mistralai/Mistral-
|
11 |
-
'
|
12 |
],
|
13 |
'Creativity Score': [
|
14 |
37.75, # LLaMA3
|
|
|
4 |
# Define benchmark data
|
5 |
benchmark_data = {
|
6 |
'Model': [
|
7 |
+
'IlyaGusev/saiga_llama3_8b', # LLaMA3
|
8 |
'Vikhrmodels/Vikhr-Nemo-12B', # Vikhr
|
9 |
'TinyLLaMA/TinyLlama-1.1B', # TinyLLaMA
|
10 |
+
'mistralai/Mistral-Nemo-Instruct-2407', # Mistral
|
11 |
+
'Vikhrmodels/Vikhr-Qwen-2.5-0.5b-Instruct' # Qwen
|
12 |
],
|
13 |
'Creativity Score': [
|
14 |
37.75, # LLaMA3
|