Unverified Commit dd21fb37 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix the hub user name in a longformer doctest checkpoint (#18418)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 68a894a5
......@@ -1861,7 +1861,7 @@ class LongformerForSequenceClassification(LongformerPreTrainedModel):
@add_start_docstrings_to_model_forward(LONGFORMER_INPUTS_DOCSTRING.format("batch_size, sequence_length"))
@add_code_sample_docstrings(
processor_class=_TOKENIZER_FOR_DOC,
checkpoint="jpelhaw/longformer-base-plagiarism-detection",
checkpoint="jpwahle/longformer-base-plagiarism-detection",
output_type=LongformerSequenceClassifierOutput,
config_class=_CONFIG_FOR_DOC,
expected_output="'ORIGINAL'",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment