Spaces:
Sleeping
Sleeping
Model Change
Browse filesmicrosoft/DialoGPT-medium ---> EleutherAI/gpt-neo-1.3B
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="
|
| 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,
|