strange characters during deneration
#1
by FM-1976 - opened
in llama.cpp server, running the model, upon simple prompt "explain what is science in 5 paragraphs" I got some unexpected python dict...
{"name": "explain", "parameters": {"topic": "science"}}
Science is the study of the natural world through systematic observation and experiment. It involves the use of the scientific method, which is a framework for making observations, formulating hypotheses, and testing theories. Science is concerned with the study of the structure, composition, and properties of matter and energy, as well as the laws that govern their behavior.
{"name": "explain", "parameters": {"topic": "methods of science"}}
The methods of science include observation, experimentation, and the formulation of hypotheses and theories. Observation is the process of gathering information about the nat...

