Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5be85f3
demo t5 model on sentiment classification and translation
pmabbo13 Aug 3, 2022
0bb1c1c
renaming tutorial file
pmabbo13 Aug 3, 2022
aa25e6c
update source/index.rst
pmabbo13 Aug 3, 2022
bb5f192
correct title format
pmabbo13 Aug 4, 2022
31696a7
correct description for generate translations section
pmabbo13 Aug 4, 2022
0b3c95e
specifying batch_size variable names
pmabbo13 Aug 4, 2022
6538f6f
fixing format issue with sentiment output
pmabbo13 Aug 4, 2022
9b11269
renaming tutorial and removing hard-coded outputs
pmabbo13 Aug 4, 2022
bd129b7
update index.rst
pmabbo13 Aug 4, 2022
e50a5a0
adding torchdata dependency for docs build
pmabbo13 Aug 4, 2022
67e2e50
torchdata nightly build dependency
pmabbo13 Aug 4, 2022
2f43ca2
torchdata nightly try again
pmabbo13 Aug 4, 2022
bdc73a5
torchdata nightly try again 2
pmabbo13 Aug 4, 2022
b431da9
try replacing extra-index-url with index-url
pmabbo13 Aug 4, 2022
5f2cfbb
add extra-index-url to be pypi
pmabbo13 Aug 4, 2022
b133e1f
adding torchdata dependency to config.yml
pmabbo13 Aug 5, 2022
9e72d3e
updating config.yml.in
pmabbo13 Aug 5, 2022
015bd75
Revert "updating config.yml.in"
pmabbo13 Aug 5, 2022
0565092
Revert "adding torchdata dependency to config.yml"
pmabbo13 Aug 5, 2022
5c9e33c
Revert "add extra-index-url to be pypi"
pmabbo13 Aug 5, 2022
bd7b976
Revert "try replacing extra-index-url with index-url"
pmabbo13 Aug 5, 2022
92ae288
Revert "torchdata nightly try again 2"
pmabbo13 Aug 5, 2022
36a7f00
Revert "torchdata nightly try again"
pmabbo13 Aug 5, 2022
8758958
Revert "torchdata nightly build dependency"
pmabbo13 Aug 5, 2022
fd4c6d7
Revert "adding torchdata dependency for docs build"
pmabbo13 Aug 5, 2022
669b211
Revert "update index.rst"
pmabbo13 Aug 5, 2022
35527a4
Revert "renaming tutorial and removing hard-coded outputs"
pmabbo13 Aug 5, 2022
8bd65dd
correcting typos
pmabbo13 Aug 8, 2022
a0d975a
Merge branch 'main' into feature/t5-demo-extended
pmabbo13 Aug 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Getting Started
:caption: Getting Started

tutorials/sst2_classification_non_distributed
tutorials/cnndm_summarization
tutorials/t5_demo


.. automodule:: torchtext
Expand Down
Loading