expandme commited on
Commit
45d3691
Β·
1 Parent(s): 6eefd94

Movinig logos to dir

Browse files
app.py CHANGED
@@ -19,19 +19,19 @@ model_info ={
19
  "Llama-3.2 [3B]":
20
  {'description':"""The Llama-3.2 3B Instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
21
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \n""",
22
- 'logo':'Meta.png',
23
  'url':'https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct'},
24
 
25
  "Qwen2.5 [3B]":
26
  {'description':"""The Qwen2.5 3B Instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
27
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \\n""",
28
- 'logo':'Qwen.png',
29
  'url':'https://huggingface.co/Qwen/Qwen2.5-3B-Instruct'},
30
 
31
  "Phi-3.5 [3.82B]":
32
  {'description':"""The Phi-3.5 mini instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
33
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \ \n""",
34
- 'logo':'ms.png',
35
  'url':'https://huggingface.co/microsoft/Phi-3.5-mini-instruct'},
36
  }
37
 
 
19
  "Llama-3.2 [3B]":
20
  {'description':"""The Llama-3.2 3B Instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
21
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \n""",
22
+ 'logo':'./logos/Meta.png',
23
  'url':'https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct'},
24
 
25
  "Qwen2.5 [3B]":
26
  {'description':"""The Qwen2.5 3B Instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
27
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \\n""",
28
+ 'logo':'./logos/Qwen.png',
29
  'url':'https://huggingface.co/Qwen/Qwen2.5-3B-Instruct'},
30
 
31
  "Phi-3.5 [3.82B]":
32
  {'description':"""The Phi-3.5 mini instruct model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
33
  \nA SLM (Large Language Model) is best for applications requiring fast response times, low resource consumption, and specific, narrow tasks. \ \n""",
34
+ 'logo':'./logos/ms.png',
35
  'url':'https://huggingface.co/microsoft/Phi-3.5-mini-instruct'},
36
  }
37
 
Meta.png β†’ logos/Meta.png RENAMED
File without changes
Qwen.png β†’ logos/Qwen.png RENAMED
File without changes
ms.png β†’ logos/ms.png RENAMED
File without changes