loubnabnl HF staff commited on
Commit
8d20a2b
1 Parent(s): 9716d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 doctring explaining it, the data was extracted from Jupyter notebooks."
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],