From af497b567249d1723c92295862aa76da52e65061 Mon Sep 17 00:00:00 2001 From: flozi00 Date: Tue, 16 Jun 2020 22:46:20 +0200 Subject: [PATCH] Typo (#5069) --- examples/longform-qa/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/longform-qa/README.md b/examples/longform-qa/README.md index 5c85a90ab9..36f8c6c18b 100644 --- a/examples/longform-qa/README.md +++ b/examples/longform-qa/README.md @@ -2,4 +2,4 @@ This folder contains the code for the Long Form Question answering [demo](http://35.226.96.115:8080/) as well as methods to train and use a fully end-to-end Long Form Question Answering system using the [🤗transformers](https://github.com/huggingface/transformers) and [🤗nlp](https://github.com/huggingface/nlp) libraries. -You can use these mothods to train your own system by following along the associate [notebook](https://github.com/huggingface/notebooks/blob/master/longform-qa/Long_Form_Question_Answering_with_ELI5_and_Wikipedia.ipynb) or [blog post](https://yjernite.github.io/lfqa.html). +You can use these methods to train your own system by following along the associate [notebook](https://github.com/huggingface/notebooks/blob/master/longform-qa/Long_Form_Question_Answering_with_ELI5_and_Wikipedia.ipynb) or [blog post](https://yjernite.github.io/lfqa.html).