Skip to content

Commit

Permalink
Edited Readme.md
Browse files Browse the repository at this point in the history
Readme now mentions that model weights are available for download.
  • Loading branch information
untrix authored Feb 8, 2021
1 parent 1f46b32 commit 66ffd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
This project holds source code of a neural network model (an encoder-decoder style neural sequence generator with soft visual attention) solving the im2latex request for research of [OpenAI](https://openai.com/) with the best BLEU score (89%) reported at the time of this writing.

## Introduction
Please visit the [project website](https://untrix.github.io/i2l/) for a full description of what this research work is all about. The website includes links to the [research paper](https://arxiv.org/abs/1802.05415) that this code implements, as well as the dataset, visuals etc.
Please visit the [project website](https://untrix.github.io/i2l/) for a full description of what this research work is all about. The website includes links to the [research paper](https://arxiv.org/abs/1802.05415) that this code implements, as well as the dataset, visuals, pretrained model weights etc.

>**Before you start with the code, be sure to [read the paper](https://arxiv.org/abs/1802.05415)** first. This code supports the paper, not the other way around! The main objective for providing this code is to enable AI researchers to iterate atop this work.
>**Before you start with the code, be sure to [read the paper](https://arxiv.org/abs/1802.05415)** first. This code supports the paper, not the other way around! The main objective for providing this code is to enable AI researchers to iterate on top this work.
## Platform

Expand Down

0 comments on commit 66ffd94

Please sign in to comment.