File size: 428 Bytes
eb6dda1
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
license: afl-3.0
language: en
tags:
- t5
datasets:
- wikipedia
---

# cT5-small left-to-right

Github: https://github.com/mtreviso/chunked-t5

This is a variant of [cT5](https://huggingface.co/mtreviso/ct5-small-en-wiki) that was trained with a left-to-right autoregressive decoding mask. As a consequence, it does not support parallel decoding, but it still predicts the end-of-chunk token `</c>` at the end of each chunk.