pnawrot commited on
Commit
6225fdb
1 Parent(s): 7bb31a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -8,4 +8,11 @@ tags:
8
  - nanoT5
9
  datasets:
10
  - allenai/c4
11
- ---
 
 
 
 
 
 
 
 
8
  - nanoT5
9
  datasets:
10
  - allenai/c4
11
+ ---
12
+
13
+ [Google's T5-v1.1-base](https://huggingface.co/google/t5-v1_1-base) pre-trained for 2^16 steps in [nanoT5](https://github.com/PiotrNawrot/nanoT5) library for efficient pre-training.
14
+
15
+ For more details about the model refer to the original [paper](https://arxiv.org/pdf/2002.05202.pdf) and original [model weights](https://huggingface.co/google/t5-v1_1-base).
16
+
17
+ This checkpoint was pre-trained on a single GPU for 20 hours.
18
+ It can be further fine-tuned on SuperNatural-Instructions dataset to achieve 95% of the performance of the same model pre-trained through "a combination of model and data parallelism [...] on slices of Cloud TPU Pods", each with 1024 TPUs.