lostella commited on
Commit
7ed1189
1 Parent(s): 23f2f3d
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,7 +19,9 @@ For details on Chronos models, training data and procedures, and experimental re
19
 
20
  ## Architecture
21
 
22
- The model in this repository is based on the [T5 architecture](https://arxiv.org/abs/1910.10683). The only difference is in the vocabulary size: Chronos-T5 uses 4096 different tokens, compared to 32128 of the original T5 models, resulting in a smaller number of total parameters.
 
 
23
 
24
  Model | Parameters | Based on
25
  ----------------|-------------------|----------------------
 
19
 
20
  ## Architecture
21
 
22
+ The model in this repository is based on the [T5 architecture](https://arxiv.org/abs/1910.10683).
23
+ The only difference is in the vocabulary size:
24
+ Chronos-T5 uses 4096 different tokens, compared to 32128 of the original T5 models, resulting in a smaller number of total parameters.
25
 
26
  Model | Parameters | Based on
27
  ----------------|-------------------|----------------------