From 0e9bb876f00ad11281935c0e75a42d76f7a4af1b Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 21 Jul 2022 16:04:23 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3265dfb..9d4caa1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The Longformer model was presented in Longformer: The Long-Document Transformer ## Code Example -Use the pre-trained model "facebook/dpr-ctx_encoder-single-nq-base" +Use the pre-trained model "allenai/longformer-base-4096" to generate a text embedding for the sentence "Hello, world.". *Write the pipeline*: