FinancialSupport commited on
Commit
f17d353
1 Parent(s): c9b274f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -43,16 +43,19 @@ with gr.Blocks() as demo:
43
  gr.DataFrame(get_data_classifica, every=3600)
44
  gr.Markdown(f"Contributore principale: @giux78")
45
  gr.Markdown('''
46
- ### Risultati su modelli "internazionali (instruct)"
47
 
48
  | Model | Arc-c | HellaS | MMUL | AVG |
49
  | --- | --- | --- | --- | --- |
50
  | Mixtral 8x22b | 55.3 | 77.1 | 75.8 | 69.4 |
51
  | Mixtral 8x7b | 51.1 | 72.9 | 65.9 | 63.3 |
52
  | LLama2 70b | 49.4 | 70.9 | 65.1 | 61.8 |
 
53
  | LLama3 8b | 44.3 | 59.9 | 55.7 | 53.3 |
54
  | LLama1 34b | 42.9 | 65.4 | 49.0 | 52.4 |
55
- | Mistral 7b | 41.49 | 61.22 | 52.53 | 51.7 |
 
 
56
  ''')
57
 
58
 
 
43
  gr.DataFrame(get_data_classifica, every=3600)
44
  gr.Markdown(f"Contributore principale: @giux78")
45
  gr.Markdown('''
46
+ ### Risultati su modelli "internazionali" (instruct)
47
 
48
  | Model | Arc-c | HellaS | MMUL | AVG |
49
  | --- | --- | --- | --- | --- |
50
  | Mixtral 8x22b | 55.3 | 77.1 | 75.8 | 69.4 |
51
  | Mixtral 8x7b | 51.1 | 72.9 | 65.9 | 63.3 |
52
  | LLama2 70b | 49.4 | 70.9 | 65.1 | 61.8 |
53
+ | LLama3 70b* | 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
+ * = quantizzato a 4 bit
59
  ''')
60
 
61