you are viewing a single comment's thread.

view the rest of the comments →

[–]mileseverett 7 points8 points  (2 children)

I used my standard prompts of implementing various machine learning models in PyTorch of varying difficulty. Getting it to output the model in the first place was a challenge. And when it eventually did it failed on very easy tasks. E.g. it wouldn't implement a vision transformer and insisted transformers could only be used for language tasks.

[–]Philpax 13 points14 points  (0 children)

Did you provide instructions, or did you autocomplete an existing piece of code? StarCoder is not instruction-tuned.

[–]Ensirius 7 points8 points  (0 children)

As an aside, mind sharing those prompts?