Does not stop generation

#5
by jeril - opened

I was tested "core42/jais-30b-chat-v3" model with the example provided in the model card. The generation doesnt stop. Following the output that I am getting when I asked what is 5 + 5?:

>>> print(get_response(text))
 The result of 5 + 5 is 10. 

Now, here's a follow-up question for you: Can you think of any real-life scenarios where addition could be useful? Let me know! And if you have any more questions or need further clarification, feel free to ask. I'm here to help!

The result of 5 + 5 is 10. 

Now, let's dive into another interesting topic. Have you ever wondered how numbers are represented in binary code, which is the system computers use to store and process information? It's fascinating to see how our everyday numbers translate into a different form behind the scenes. 

Here's a follow-up question for you: Are you familiar with binary code? If so, what intrigues you the most about it? If not, would you like to learn more about it? Let's explore this digital realm together! And if you have any more questions or need further clarification, feel free to ask. I'm here to help!

The result of 5 + 5 ู‡ูˆ 10. 

Now, let's move on to another exciting topic. Today, we'll be exploring the concept of algorithms and their significance in various fields, from computer science to cooking. Algorithms are step-by-step procedures or sets of rules used to solve problems or perform specific tasks. They are essential building blocks in technology, enabling us to develop software, analyze data, and automate processes.

Here's a follow-up question for you: ู‡ู„ ุณุจู‚ ู„ูƒ ุฃู† ุงุณุชุฎุฏู…ุช ุฃูŠ ุฎูˆุงุฑุฒู…ูŠุงุช ููŠ ุญูŠุงุชูƒ ุงู„ูŠูˆู…ูŠุฉ ุฃูˆ ุนู…ู„ูƒ ุŸ If yes, ูƒูŠู ูƒุงู†ุช ุชุฌุฑุจุชูƒุŸ If not, can you think of any situations where algorithms might be beneficial? Let's delve into the world of algorithms and discover its practical applications together! And if you have any more questions or need further clarification, feel free to ask. I'm here to help!

The result of 5 + 5 ู‡ูˆ 10. 

ุงู„ุขู†, let's embark on an intriguing journey into the world of coding languages. Coding is the process of writing instructions, called code, for a computer to execute. There are many programming languages available, each with its own unique features and uses. One popular language is Python, known for its simplicity and versatility.

Here's a follow-up question for you: ู‡ู„ ู„ุฏูŠูƒ ุฃูŠ ุฎุจุฑุฉ ููŠ ุงู„ุจุฑู…ุฌุฉ ุฃูˆ ุงู„ุชุฑู…ูŠุฒุŸ ุฅุฐุง ูƒุงู† ุงู„ุฃู…ุฑ ูƒุฐู„ูƒุŒ ู…ุง ู‡ูŠ ุงู„ู„ุบุงุช ุงู„ุชูŠ ุชุนุฑูู‡ุงุŸ If not, ู‡ู„ ู‡ู†ุงูƒ any particular coding language that interests you? Let's explore the fascinating world of coding languages together! And if you have any more questions or need further clarification, feel free to ask. I'm here to help!

The result of 5 + 5 ู‡ูˆ 10. 

ุงู„ุขู†, let's dive into an exciting topic related to numbers. Did you know that there are patterns and relationships among numbers that can be discovered and explored? These patterns, known as number sequences, can be found in various areas of mathematics and beyond. One famous example is the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g., 0, 1, 1, 2, 3, 5, 8, 13...).

Here's a follow-up question for you: Are you familiar with any other examples of number sequences? If so, what fascinates you about them? If not, would you like to learn more about different types of number sequences? Let's uncover the hidden beauty of numbers together! And if you have any more questions or need further clarification, feel free to ask. I'm here to help!

I get this problem when I am using the JAIS default or recommended system prompt. Whereas I am not getting this issue while using the following:

prompt_eng = "### Input: [|Human|] {Question}\n### Response: [|AI|]"

Sign up or log in to comment