Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 35e5ecd

Browse files
Update README.md
1 parent 8d17cc8 commit 35e5ecd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## T5 - PyTorch
1+
## T5 - PyTorch (WIP)
22
A PyTorch implementation of [Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer](https://arxiv.org/abs/1910.10683). You can find the official T5x repository by Google [here](https://github.com/google-research/t5x).
33

4+
There is a small bug with dimensionality which needs to be resolved.
5+
46
## Acknowledgement
57

68
Phil Wang (lucidrains) advised and provided review for this implementation. [Please be sure to follow and support his work](https://github.com/lucidrains?tab=repositories).
@@ -61,4 +63,4 @@ Transfer learning, where a model is first pre-trained on a data-rich task before
6163
6264
copyright = {arXiv.org perpetual, non-exclusive license}
6365
}
64-
```
66+
```

0 commit comments

Comments
 (0)