This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 800
script xlm tensorizer #1118
Closed
chenyangyu1988
wants to merge
2
commits into
facebookresearch:master
from
chenyangyu1988:export-D18363742
Closed
script xlm tensorizer #1118
chenyangyu1988
wants to merge
2
commits into
facebookresearch:master
from
chenyangyu1988:export-D18363742
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
CLA Signed
Do not delete this pull request or issue due to inactivity.
fb-exported
labels
Nov 8, 2019
This pull request was exported from Phabricator. Differential Revision: D18363742 |
chenyangyu1988
added a commit
to chenyangyu1988/pytext
that referenced
this pull request
Nov 9, 2019
Summary: Pull Request resolved: facebookresearch#1118 script xlm tensorizer Differential Revision: D18363742 fbshipit-source-id: e691eca9e24ae12aa5d42b67339371cd3755dabb
chenyangyu1988
force-pushed
the
export-D18363742
branch
from
November 9, 2019 01:03
0deaf46
to
3346734
Compare
This pull request was exported from Phabricator. Differential Revision: D18363742 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D18363742 |
chenyangyu1988
added a commit
to chenyangyu1988/pytext
that referenced
this pull request
Nov 9, 2019
Summary: Pull Request resolved: facebookresearch#1118 script xlm tensorizer Differential Revision: D18363742 fbshipit-source-id: f61bbd749f5e86a2bf4ed49cb7d7ef104002872a
chenyangyu1988
force-pushed
the
export-D18363742
branch
from
November 9, 2019 02:38
3346734
to
531f2e3
Compare
chenyangyu1988
added a commit
to chenyangyu1988/pytext
that referenced
this pull request
Nov 12, 2019
Summary: Pull Request resolved: facebookresearch#1118 script xlm tensorizer Differential Revision: D18363742 fbshipit-source-id: 3039ca6dd10460b8b573f0492b76e36afc06d741
chenyangyu1988
force-pushed
the
export-D18363742
branch
from
November 12, 2019 18:21
531f2e3
to
24f0b1a
Compare
This pull request was exported from Phabricator. Differential Revision: D18363742 |
chenyangyu1988
added a commit
to chenyangyu1988/pytext
that referenced
this pull request
Nov 12, 2019
Summary: Pull Request resolved: facebookresearch#1118 script xlm tensorizer Differential Revision: D18363742 fbshipit-source-id: b4ec5977bd9ef4158c4808b3a73b20836d48b31c
chenyangyu1988
force-pushed
the
export-D18363742
branch
from
November 12, 2019 18:42
24f0b1a
to
6d8263f
Compare
This pull request was exported from Phabricator. Differential Revision: D18363742 |
Summary: The core part of this diff is to determine use ScriptTextModule or ScriptTokenModule in RoBERTa.torchscriptify(). Given concrete example: GPT2BPE need use ScriptTextModule and SentencePiece need to use ScriptTokenModule This diff have few changes 1) Introduce ScriptInputType to determine to use ScriptTextModule or ScriptTokenModule 2) ScriptTokenizer have API: input_type() to determine which ScriptInputType to support 3) Add torchscriptify() API for SentencePieceTokenizer Differential Revision: D18487692 fbshipit-source-id: a0a454e748e77ecbf057f6d4d636baf7eaadb37a
Summary: Pull Request resolved: facebookresearch#1118 script xlm tensorizer Differential Revision: D18363742 fbshipit-source-id: cda0e402c9d191cc26fcc72e5c6ea651bef8d5fc
chenyangyu1988
force-pushed
the
export-D18363742
branch
from
November 14, 2019 00:25
6d8263f
to
6879d6c
Compare
This pull request was exported from Phabricator. Differential Revision: D18363742 |
This pull request has been merged in 7546f36. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary: script xlm tensorizer
Differential Revision: D18363742