nlpxucan / WizardLM

LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath
9.19k stars 713 forks source link

Demo 64bit bitwise test minor issue found. #66

Open Swight1423 opened 1 year ago

Swight1423 commented 1 year ago

CodeTest.txt Performs relatively well analyzing this code(much better than starchat). it gets close to figuring out the compression being used but tends to miss slightly on the particulars of what data is being removed when the data is compressed. The answer being every 64bit value at the beginning of the set with all bits set to true. it got close in a run saying every 64bit value set to true but this is too vague to be correct since a 64bit value with just 1 bit set would still satisfy that statement but the compression would in fact leave such a value in.

ChiYeungLaw commented 1 year ago

Thank you for your feedback.