diff --git a/docs/source/model_doc/tapas.rst b/docs/source/model_doc/tapas.rst index f4c38c8fdc..d1f1aa66d5 100644 --- a/docs/source/model_doc/tapas.rst +++ b/docs/source/model_doc/tapas.rst @@ -346,7 +346,7 @@ of that: ... inputs, ... outputs.logits.detach(), ... outputs.logits_aggregation.detach() - ...) + ... ) >>> # let's print out the results: >>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}