Clement Vachet commited on
Commit
b347a6f
·
1 Parent(s): b9daff2

Add SmolLM2 LLM

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,9 +15,10 @@ import retrieval
15
  list_llm = [
16
  "mistralai/Mistral-7B-Instruct-v0.3",
17
  "microsoft/Phi-3.5-mini-instruct",
 
18
  "meta-llama/Llama-3.2-3B-Instruct",
19
  "meta-llama/Llama-3.2-1B-Instruct",
20
- "meta-llama/Meta-Llama-3-8B-Instruct",
21
  "HuggingFaceH4/zephyr-7b-beta",
22
  "HuggingFaceH4/zephyr-7b-gemma-v0.1",
23
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
 
15
  list_llm = [
16
  "mistralai/Mistral-7B-Instruct-v0.3",
17
  "microsoft/Phi-3.5-mini-instruct",
18
+ "meta-llama/Meta-Llama-3-8B-Instruct",
19
  "meta-llama/Llama-3.2-3B-Instruct",
20
  "meta-llama/Llama-3.2-1B-Instruct",
21
+ "HuggingFaceTB/SmolLM2-1.7B-Instruct",
22
  "HuggingFaceH4/zephyr-7b-beta",
23
  "HuggingFaceH4/zephyr-7b-gemma-v0.1",
24
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",