sherzod-hakimov commited on
Commit
1a5bdd9
1 Parent(s): 250513d

model names

Browse files
Files changed (1) hide show
  1. src/assets/text_content.py +13 -7
src/assets/text_content.py CHANGED
@@ -22,23 +22,29 @@ SHORT_NAMES = {
22
  "gpt-4": "4",
23
  "text-davinci-003": "3",
24
  "luminous-supreme": "lm",
25
- "koala-13b": "ko",
26
- "falcon-40b": "flc",
27
  "falcon-7b-instruct": "fal-7b",
28
  "falcon-40b-instruct": "flc-i-40b",
29
  "oasst-12b": "oas-12b",
30
  "oasst-sft-4-pythia-12b-epoch-3.5": "ost-12b",
31
  "vicuna-13b": "vic-13b",
32
- "vicuna-33b-v1.3": "vic-33b",
33
- "sheep-duck-llama-2-70b-v1.1": "sd-l2-70b",
34
  "sheep-duck-llama-2-13b": "sd-l2-13b",
35
- "WizardLM-70b-v1.0": "w-70b",
36
  "CodeLlama-34b-Instruct-hf": "cl-34b",
37
  "command": "com",
38
- "Mistral-7B-Instruct-v0.1": "m-i-7b",
39
  "Wizard-Vicuna-13B-Uncensored-HF": "vcn-13b",
40
  "llama-2-13b-chat-hf": "l2-13b",
41
  "llama-2-70b-chat-hf": "l2-70b",
42
  "llama-2-7b-chat-hf": "l2-7b",
43
- "koala-13B-HF": "k-13b"
 
 
 
 
 
 
44
  }
 
22
  "gpt-4": "4",
23
  "text-davinci-003": "3",
24
  "luminous-supreme": "lm",
25
+ "koala-13b": "k-13b",
26
+ "falcon-40b": "fal-40b",
27
  "falcon-7b-instruct": "fal-7b",
28
  "falcon-40b-instruct": "flc-i-40b",
29
  "oasst-12b": "oas-12b",
30
  "oasst-sft-4-pythia-12b-epoch-3.5": "ost-12b",
31
  "vicuna-13b": "vic-13b",
32
+ "vicuna-33b-v1.3": "vic-33b-v1.3",
33
+ "sheep-duck-llama-2-70b-v1.1": "sd-l2-70b-v1.1",
34
  "sheep-duck-llama-2-13b": "sd-l2-13b",
35
+ "WizardLM-70b-v1.0": "w-70b-v1.0",
36
  "CodeLlama-34b-Instruct-hf": "cl-34b",
37
  "command": "com",
38
+ "Mistral-7B-Instruct-v0.1": "m-i-7b-v0.1",
39
  "Wizard-Vicuna-13B-Uncensored-HF": "vcn-13b",
40
  "llama-2-13b-chat-hf": "l2-13b",
41
  "llama-2-70b-chat-hf": "l2-70b",
42
  "llama-2-7b-chat-hf": "l2-7b",
43
+ "koala-13B-HF": "k-13b",
44
+ "WizardLM-13b-v1.2": "w-13b-v1.2",
45
+ "vicuna-7b-v1.5": "vic-7b-v1.5",
46
+ "vicuna-13b-v1.5": "vic-13b-v1.5",
47
+ "gpt4all-13b-snoozy": "g4a-13b-s",
48
+ "zephyr-7b-alpha":"z-7b-a",
49
+ "zephyr-7b-beta":"z-7b-b"
50
  }