DHEIVER commited on
Commit
b9d8cd2
·
verified ·
1 Parent(s): 336c110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -38,9 +38,7 @@ list_llm = [
38
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
39
  "mosaicml/mpt-7b-instruct",
40
  "tiiuae/falcon-7b-instruct",
41
- "google/flan-t5-xxl",
42
- "deepseek-ai/DeepSeek-R1" # Adicionando o modelo DeepSeek-R1
43
- ]
44
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
45
 
46
  # Load PDF document and create doc splits
 
38
  "TinyLlama/TinyLlama-1.1B-Chat-v1.0",
39
  "mosaicml/mpt-7b-instruct",
40
  "tiiuae/falcon-7b-instruct",
41
+ "google/flan-t5-xxl"]
 
 
42
  list_llm_simple = [os.path.basename(llm) for llm in list_llm]
43
 
44
  # Load PDF document and create doc splits