Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, set_seed, pipeline
|
|
4 |
|
5 |
title = "Python to Text Converter [WIP]"
|
6 |
description = "This is a space to convert Python code into english text explaining what it does using [codeparrot-small-code-to-text](codeparrot-small-code-to-text),\
|
7 |
-
a code generation model for Python finetuned on [github-jupyter-code-to-text](https://huggingface.co/datasets/codeparrot/github-jupyter-text) a dataset Python code followed by a
|
8 |
example = [
|
9 |
["example1", 65, 0.6, 42],
|
10 |
["example2", 60, 0.6, 42],
|
|
|
4 |
|
5 |
title = "Python to Text Converter [WIP]"
|
6 |
description = "This is a space to convert Python code into english text explaining what it does using [codeparrot-small-code-to-text](codeparrot-small-code-to-text),\
|
7 |
+
a code generation model for Python finetuned on [github-jupyter-code-to-text](https://huggingface.co/datasets/codeparrot/github-jupyter-code-to-text) a dataset of Python code followed by a docstring explaining it, the data was originally extracted from Jupyter notebooks."
|
8 |
example = [
|
9 |
["example1", 65, 0.6, 42],
|
10 |
["example2", 60, 0.6, 42],
|