TejAndrewsACC commited on
Commit
088e91c
·
verified ·
1 Parent(s): 441d4b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,11 +25,11 @@ model_3.to(device).eval()
25
  label_mapping = {
26
  0: '13B', 1: '30B', 2: '65B', 3: '7B', 4: 'GLM130B', 5: 'bloom_7b',
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',
35
  39: 'text-davinci-002', 40: 'text-davinci-003'
 
25
  label_mapping = {
26
  0: '13B', 1: '30B', 2: '65B', 3: '7B', 4: 'GLM130B', 5: 'bloom_7b',
27
  6: 'bloomz', 7: 'cohere', 8: 'davinci', 9: 'dolly', 10: 'dolly-v2-12b',
28
+ 11: 'flan_t5_base', 12: 'flazh', 13: 'flan_t5_small',
29
+ 14: 'flan_t5_xl', 15: 'flan_t5_xxl', 16: 'insolae', 17: 'insolae 2.0',
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: 'mark', 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',
35
  39: 'text-davinci-002', 40: 'text-davinci-003'