You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"role": "user", "content": "In a dance class of 20 students, 20% enrolled in contemporary dance, 25% of the remaining enrolled in jazz dance, and the rest enrolled in hip-hop dance. What percentage of the entire students enrolled in hip-hop dance?"}
229
-
]
227
+
# messages = [
228
+
# {"role": "user", "content": "In a dance class of 20 students, 20% enrolled in contemporary dance, 25% of the remaining enrolled in jazz dance, and the rest enrolled in hip-hop dance. What percentage of the entire students enrolled in hip-hop dance?"}
229
+
# ]
230
230
231
-
logging.info("Starting entropy decoding process")
232
-
result=entropy_decode(model, tokenizer, messages)
233
-
print(f"Entropy Decoding Result:\n{result}")
234
-
logging.info("Entropy decoding process completed")
0 commit comments