MrSimple07 commited on
Commit
37e39b5
·
verified ·
1 Parent(s): 2668f1b

Adding a models

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,11 +4,11 @@ import pandas as pd
4
  # Define benchmark data
5
  benchmark_data = {
6
  'Model': [
7
- 'TheBloke/llama3-13b', # LLaMA3
8
  'Vikhrmodels/Vikhr-Nemo-12B', # Vikhr
9
  'TinyLLaMA/TinyLlama-1.1B', # TinyLLaMA
10
- 'mistralai/Mistral-7B-instruct', # Mistral
11
- 'Qwen/Qwen-7B' # Qwen
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