Ron Vallejo commited on
Commit
f998250
·
verified ·
1 Parent(s): bfc4bfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ client = OpenAI(
16
  model_links ={
17
  "Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
18
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
19
- "Gemma-7b": "google/gemma-7b",
20
  }
21
 
22
  #Pull info about the model to display
@@ -29,7 +29,7 @@ model_info ={
29
  {'description':"""The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.3.\n \
30
  \nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.** \n""",
31
  'logo':'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'},
32
- "Gemma-7b":
33
  {'description':"""Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.\n \
34
  \nThey are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants. \n"""},
35
  }
 
16
  model_links ={
17
  "Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
18
  "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
19
+ "Gemma-7b-it": "google/gemma-7b-it",
20
  }
21
 
22
  #Pull info about the model to display
 
29
  {'description':"""The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.3.\n \
30
  \nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.** \n""",
31
  'logo':'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'},
32
+ "Gemma-7b-it":
33
  {'description':"""Gemma is a family of lightweight, state-of-the-art open models from Google, built from the same research and technology used to create the Gemini models.\n \
34
  \nThey are text-to-text, decoder-only large language models, available in English, with open weights, pre-trained variants, and instruction-tuned variants. \n"""},
35
  }