--- language: code tags: - code - gpt2 - generation datasets: - lvwerra/codeparrot-clean-train widget: - text: from transformer import example_title: Transformers - text: "def print_hello_world():\n\t" example_title: Hello World! - text: 'def get_file_size(filepath):' example_title: File size - text: import numpy as example_title: Numpy model-index: - name: codeparrot results: - task: name: Code Generation type: code-generation dataset: name: HumanEval type: openai_humaneval metrics: - name: pass@1 type: code_eval value: 3.14 - name: pass@10 type: code_eval value: 8.69 - name: pass@100 type: code_eval value: 17.88 - dataset: name: HumanEval! type: openai_humaneval metrics: - name: pass@1 type: code_eval value: 3.17 task: name: Code Generation type: code-generation --- # Science Timeline The org card can't display JS HTML embedded in the markdown. So the workaround is to render it in a model card (here) and export the rendered HTML. Steps: - Edit the `const releases` section in embedded HTML here with the new release data - Export the static HTML with the buttons below - If you are nice, prettify the resulting HTML - Copy-paste the result into the Org [README](https://huggingface.co/spaces/science/README/blob/main/README.md) - Tada!