Safetensors
GGUF
English
chain-of-thought
step-by-step-reasoning
systematic-research-planning
academic-assistant
thesis-planning
dissertation-planning
research-question-formulation
literature-review-planning
methodology-design
experimental-design
hypothesis-generation
research-proposal-helper
cross-disciplinary-research
student-research-assistant
phd-support
research-gap-analysis
literature-analysis
research-summarization
structured-output
systematic-analysis
problem-decomposition
actionable-planning
scientific-research
social-science-research
engineering-research
humanities-research
ai-research-assistant
research-automation
Research-Reasoner-7B-v0.3
Research-Reasoner-7B
Research-Reasoner
conversational
Update Scripts/Inference_safetensors.py
Browse files
Scripts/Inference_safetensors.py
CHANGED
|
@@ -26,7 +26,7 @@ def generate_response(model, tokenizer, topic):
|
|
| 26 |
|
| 27 |
outputs = model.generate(
|
| 28 |
**inputs,
|
| 29 |
-
max_new_tokens=
|
| 30 |
temperature=0.7,
|
| 31 |
top_p=0.9,
|
| 32 |
repetition_penalty=1.1,
|
|
|
|
| 26 |
|
| 27 |
outputs = model.generate(
|
| 28 |
**inputs,
|
| 29 |
+
max_new_tokens=2500,
|
| 30 |
temperature=0.7,
|
| 31 |
top_p=0.9,
|
| 32 |
repetition_penalty=1.1,
|