tanikina commited on
Commit
a557cec
1 Parent(s): 94b923d

fix comment

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ model = LongformerModel.from_pretrained(
23
  "allenai/longformer-large-4096", gradient_checkpointing=False
24
  )
25
 
26
- Load the pre-trained checkpoint
27
  url = f"https://scifact.s3.us-west-2.amazonaws.com/longchecker/latest/checkpoints/#longformer_large_science.ckpt"
28
  out_file = f"checkpoints/longformer_large_science.ckpt"
29
  cmd = ["wget", "-O", out_file, url]
 
23
  "allenai/longformer-large-4096", gradient_checkpointing=False
24
  )
25
 
26
+ # Load the pre-trained checkpoint.
27
  url = f"https://scifact.s3.us-west-2.amazonaws.com/longchecker/latest/checkpoints/#longformer_large_science.ckpt"
28
  out_file = f"checkpoints/longformer_large_science.ckpt"
29
  cmd = ["wget", "-O", out_file, url]