from Hacker News

Evaluating Large Language Models Trained on Code

by vok on 7/9/21, 5:39 PM with 1 comments

  • by tyingq on 7/9/21, 6:44 PM

    A technicality perhaps, but their example of a python closest_integer() function chokes on some valid Python numeric literals. Feeding it "0.490_000", for example, pops a ValueError exception.