From e0790cca785f4fb89b7d8d51515e92d359344484 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Thu, 17 Dec 2020 11:24:23 -0500 Subject: [PATCH] Fix TAPAS doc --- docs/source/model_doc/tapas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/model_doc/tapas.rst b/docs/source/model_doc/tapas.rst index f4c38c8fdc1..d1f1aa66d53 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"}