hajekad commited on
Commit
35512db
1 Parent(s): 9b4953e

Update generate_text.ipynb

Browse files
Files changed (1) hide show
  1. generate_text.ipynb +1 -1
generate_text.ipynb CHANGED
@@ -5,7 +5,7 @@
5
  "metadata": {},
6
  "source": [
7
  "# Text generation with CzeGPT-2\n",
8
- "Download all the files from the <a href=\"https://huggingface.co/MU-NLPC/CzeGPT-2/tree/main\">CzeGPT-2 hugging face repository</a> and place `vocab.json` and `merges.txt` into one folder and `pytorch_model.bin` and `config.json` into another. \n",
9
  "\n",
10
  "Provide path to these folders later in the code."
11
  ]
 
5
  "metadata": {},
6
  "source": [
7
  "# Text generation with CzeGPT-2\n",
8
+ "Download all the files from the <a href=\"https://huggingface.co/MU-NLPC/CzeGPT-2/tree/main\">CzeGPT-2 Hugging Face repository</a> and place `vocab.json` and `merges.txt` into one folder and `pytorch_model.bin` and `config.json` into another. \n",
9
  "\n",
10
  "Provide path to these folders later in the code."
11
  ]