jdesiree commited on
Commit
60afa0d
·
verified ·
1 Parent(s): 10b800e

Model Change

Browse files

microsoft/DialoGPT-medium ---> EleutherAI/gpt-neo-1.3B

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if "HUGGINGFACEHUB_API_TOKEN" not in os.environ:
18
 
19
  # --- LLM and Template Configuration ---
20
  llm = HuggingFaceEndpoint(
21
- repo_id="microsoft/DialoGPT-medium",
22
  temperature=0.7,
23
  top_p=0.9,
24
  repetition_penalty=1.1,
 
18
 
19
  # --- LLM and Template Configuration ---
20
  llm = HuggingFaceEndpoint(
21
+ repo_id="EleutherAI/gpt-neo-1.3B",
22
  temperature=0.7,
23
  top_p=0.9,
24
  repetition_penalty=1.1,