mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-01 02:31:11 +06:00
Fix TAPAS doc
This commit is contained in:
parent
6d2e864db7
commit
e0790cca78
@ -346,7 +346,7 @@ of that:
|
|||||||
... inputs,
|
... inputs,
|
||||||
... outputs.logits.detach(),
|
... outputs.logits.detach(),
|
||||||
... outputs.logits_aggregation.detach()
|
... outputs.logits_aggregation.detach()
|
||||||
...)
|
... )
|
||||||
|
|
||||||
>>> # let's print out the results:
|
>>> # let's print out the results:
|
||||||
>>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}
|
>>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}
|
||||||
|
Loading…
Reference in New Issue
Block a user