Machine learning models are powerful, but they're also unmoderated. Sometimes the output of the models can be inappropriate or incorrect. It might be broken or buggy. It might cause copyright issues. It might be inappropriate content.
Whatever the reason, please use this form to report to us when something is wrong with the output of a model you've run.
We'll investigate the reported output and take appropriate action. We may flag this output to the model author if we think they should be aware.
Model
@andreasjansson / codegen
Output
# import libraries import numpy as np # Implement a function that computes the square of an integer argument. def square(x): return x**2
Give us a few details about how this output is unsafe or broken.