FinancialSupport commited on
Commit
80ffef1
1 Parent(s): 62d2858

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -53,7 +53,8 @@ with gr.Blocks() as demo:
53
  | LLama3 70b - 4bit | 43.6 | 69.1 | 70.7 | 61.1 |
54
  | LLama3 8b | 44.3 | 59.9 | 55.7 | 53.3 |
55
  | LLama1 34b | 42.9 | 65.4 | 49.0 | 52.4 |
56
- | Mistral 7b | 41.49 | 61.22 | 52.53 | 51.7 |
 
57
 
58
  ''')
59
 
 
53
  | LLama3 70b - 4bit | 43.6 | 69.1 | 70.7 | 61.1 |
54
  | LLama3 8b | 44.3 | 59.9 | 55.7 | 53.3 |
55
  | LLama1 34b | 42.9 | 65.4 | 49.0 | 52.4 |
56
+ | Mistral 7b | 41.49 | 61.22 | 52.53 | 51.7 |
57
+ | Gemma 1.1 7b | 41.75 | 54.07 | 49.45 | 48.4 |
58
 
59
  ''')
60