From 3cce342c1d7011c07a41b8c26599a5a7af5c1547 Mon Sep 17 00:00:00 2001 From: Asahi Ushio Date: Sun, 14 Feb 2021 11:21:46 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db62d6..8755a30 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ and open your browser http://0.0.0.0:8000 once it's ready. You can specify model to deploy by an environment variable `NER_MODEL`, which is set as `asahi417/tner-xlm-roberta-large-ontonotes5` as a defalt. `NER_MODEL` can be either path to your local model checkpoint directory or model name on transformers model hub. -***Acknowledgement*** The App interface is heavily inspired by [Multiple-Choice-Question-Generation-T5-and-Text2Text](https://github.com/renatoviolin/Multiple-Choice-Question-Generation-T5-and-Text2Text). +***Acknowledgement*** The App interface is heavily inspired by [this repository](https://github.com/renatoviolin/Multiple-Choice-Question-Generation-T5-and-Text2Text). ## Model Finetuning