Skip to content

Commit

Permalink
fix typo in gpl tutorial (deepset-ai#28)
Browse files Browse the repository at this point in the history
* fix typo in gpl tutorial

* fix typo in md

* fix file path

Co-authored-by: Massimiliano Pippi <[email protected]>
  • Loading branch information
ju-gu and masci committed Sep 26, 2022
1 parent 3608a5b commit 47acabd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/markdowns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies

- name: Install Dependencies and Generate Markdown
run: |
pip install -r scripts/requirements.txt
pip install -r requirements.txt
python scripts/generate_markdowns.py
- name: Status
Expand Down
2 changes: 1 addition & 1 deletion markdowns/18.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ id: "tutorial18md"

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/18_GPL.ipynb)

*Note: Adapted to Haystack from Nils Riemers' original [notebook](https://colab.research.google.com/gist/jamescalam/d2c888775c87f9882bb7c379a96adbc8/gpl-domain-adaptation.ipynb#scrollTo=183ff7ab)
*Note: Adapted to Haystack from Nils Reimers' original [notebook](https://colab.research.google.com/gist/jamescalam/d2c888775c87f9882bb7c379a96adbc8/gpl-domain-adaptation.ipynb#scrollTo=183ff7ab)

The NLP models we use every day were trained on a corpus of data that reflects the world from the past. In the meantime, we've experienced world-changing events, like the COVID pandemics, and we'd like our models to know about them. Training a model from scratch is tedious work but what if we could just update the models with new data? Generative Pseudo Labeling comes to the rescue.

Expand Down
2 changes: 1 addition & 1 deletion tutorials/18_GPL.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/18_GPL.ipynb)\n",
"\n",
"*Note: Adapted to Haystack from Nils Riemers' original [notebook](https://colab.research.google.com/gist/jamescalam/d2c888775c87f9882bb7c379a96adbc8/gpl-domain-adaptation.ipynb#scrollTo=183ff7ab)\n",
"*Note: Adapted to Haystack from Nils Reimers' original [notebook](https://colab.research.google.com/gist/jamescalam/d2c888775c87f9882bb7c379a96adbc8/gpl-domain-adaptation.ipynb#scrollTo=183ff7ab)\n",
"\n",
"The NLP models we use every day were trained on a corpus of data that reflects the world from the past. In the meantime, we've experienced world-changing events, like the COVID pandemics, and we'd like our models to know about them. Training a model from scratch is tedious work but what if we could just update the models with new data? Generative Pseudo Labeling comes to the rescue.\n",
"\n",
Expand Down

0 comments on commit 47acabd

Please sign in to comment.