Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
e0790cca
"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "df7be3d2a560e630a8a05a58ec52848ca88d39cf"
Commit
e0790cca
authored
Dec 17, 2020
by
Lysandre
Browse files
Fix TAPAS doc
parent
6d2e864d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/model_doc/tapas.rst
docs/source/model_doc/tapas.rst
+1
-1
No files found.
docs/source/model_doc/tapas.rst
View file @
e0790cca
...
@@ -346,7 +346,7 @@ of that:
...
@@ -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"}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment