Chris4K commited on
Commit
ef2e3ec
·
verified ·
1 Parent(s): ea1c5b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ from sklearn.model_selection import ParameterGrid
37
  from tqdm import tqdm
38
  import random
39
 
40
- llm = HuggingFacePipeline(pipeline(model="HuggingFaceH4/zephyr-7b-beta"))
41
 
42
  # NLTK Resource Download
43
  def download_nltk_resources():
 
37
  from tqdm import tqdm
38
  import random
39
 
40
+ llm = HuggingFacePipeline(pipeline(model="meta-llama/Llama-3.2-1B"))
41
 
42
  # NLTK Resource Download
43
  def download_nltk_resources():