Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,8 +27,8 @@ label_mapping = {
|
|
| 27 |
6: 'bloomz', 7: 'cohere', 8: 'davinci', 9: 'dolly', 10: 'dolly-v2-12b',
|
| 28 |
11: 'flan_t5_base', 12: 'flan_t5_large', 13: 'flan_t5_small',
|
| 29 |
14: 'flan_t5_xl', 15: 'flan_t5_xxl', 16: 'gemma-7b-it', 17: 'gemma2-9b-it',
|
| 30 |
-
18: '
|
| 31 |
-
22: 'gpt_j', 23: 'gpt_neox', 24: 'human', 25: '
|
| 32 |
27: 'mixtral-8x7b', 28: 'opt_1.3b', 29: 'opt_125m', 30: 'opt_13b',
|
| 33 |
31: 'opt_2.7b', 32: 'opt_30b', 33: 'opt_350m', 34: 'opt_6.7b',
|
| 34 |
35: 'opt_iml_30b', 36: 'opt_iml_max_1.3b', 37: 't0_11b', 38: 't0_3b',
|
|
|
|
| 27 |
6: 'bloomz', 7: 'cohere', 8: 'davinci', 9: 'dolly', 10: 'dolly-v2-12b',
|
| 28 |
11: 'flan_t5_base', 12: 'flan_t5_large', 13: 'flan_t5_small',
|
| 29 |
14: 'flan_t5_xl', 15: 'flan_t5_xxl', 16: 'gemma-7b-it', 17: 'gemma2-9b-it',
|
| 30 |
+
18: 'pulse', 19: 'pulse plus', 20: 'mr.gpt', 21: 'Mr. GPT',
|
| 31 |
+
22: 'gpt_j', 23: 'gpt_neox', 24: 'human', 25: 'acc b1tt 3.0', 26: 'acc ai o1',
|
| 32 |
27: 'mixtral-8x7b', 28: 'opt_1.3b', 29: 'opt_125m', 30: 'opt_13b',
|
| 33 |
31: 'opt_2.7b', 32: 'opt_30b', 33: 'opt_350m', 34: 'opt_6.7b',
|
| 34 |
35: 'opt_iml_30b', 36: 'opt_iml_max_1.3b', 37: 't0_11b', 38: 't0_3b',
|