From f93436070548f9c2860c5eb1e143bb5cdf3020e8 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Sat, 2 Apr 2022 15:36:52 +0800 Subject: [PATCH] Update Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc7d2e6..95243e7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and output an embedding vector in ndarray which captures the input's core semant This operator uses the REALM model, which is a retrieval-augmented language model that firstly retrieves documents from a textual knowledge corpus and then utilizes retrieved documents to process question answering tasks. [1] The original model was proposed in REALM: Retrieval-Augmented Language Model Pre-Training by Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat and Ming-Wei Chang.[2] -### Reference +### References [1].https://huggingface.co/docs/transformers/model_doc/realm