Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chentingpc authored May 23, 2023
1 parent 8563fdf commit eabd4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the official implementation of Pix2Seq in Tensorflow 2 with efficient TP

## (<span style="color:red">NEW!</span>) FitTransformer (FIT)

We added (official) implementations of FIT architecture (as an encoder, a diffusion decoder, or an autoregressive decoder) see architectures/transformers.py.
We added (official) implementations of [FitTransformer (FIT)](https://arxiv.org/abs/2305.12689) (as an encoder, a diffusion decoder, or an autoregressive decoder) see architectures/transformers.py.

## (<span style="color:red">NEW!</span>) Diffusion models

Expand Down Expand Up @@ -233,13 +233,13 @@ Note: You can run eval on a subset of images by setting `--config.eval.steps`.
}
```

[FitTransformer (FIT) paper](https://arxiv.org/abs/2305.xx):
[FitTransformer (FIT) paper](https://arxiv.org/abs/2305.12689):

```
@article{chen2023fit,
title={FIT: Far-reaching Interleaved Transformers},
author={Chen, Ting and Li, Lala},
journal={arXiv preprint arXiv:2305.xx},
journal={arXiv preprint arXiv:2305.12689},
year={2023}
}
```
Expand Down

0 comments on commit eabd4e9

Please sign in to comment.