Skip to content

Commit 6b43b7c

Browse files
committed
lint readme
1 parent 1264643 commit 6b43b7c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyTorch Sentiment Analysis
22

3-
## Note: This repo only works with torchtext 0.9 or above which requires PyTorch 1.8 or above. If you are using torchtext 0.8 then please use [this](https://github.com/bentrevett/pytorch-sentiment-analysis/tree/torchtext08) branch.
3+
## Note: This repo only works with torchtext 0.9 or above which requires PyTorch 1.8 or above. If you are using torchtext 0.8 then please use [this](https://github.com/bentrevett/pytorch-sentiment-analysis/tree/torchtext08) branch
44

55
This repo contains tutorials covering how to do sentiment analysis using [PyTorch](https://github.com/pytorch/pytorch) 1.8 and [torchtext](https://github.com/pytorch/text) 0.9 using Python 3.7.
66

@@ -78,10 +78,10 @@ These tutorials were created using version 4.3 of the transformers library.
7878

7979
Here are some things I looked at while making these tutorials. Some of it may be out of date.
8080

81-
- http://anie.me/On-Torchtext/
82-
- http://mlexplained.com/2018/02/08/a-comprehensive-tutorial-to-torchtext/
83-
- https://github.com/spro/practical-pytorch
84-
- https://gist.github.com/Tushar-N/dfca335e370a2bc3bc79876e6270099e
85-
- https://gist.github.com/HarshTrivedi/f4e7293e941b17d19058f6fb90ab0fec
86-
- https://github.com/keras-team/keras/blob/master/examples/imdb_fasttext.py
87-
- https://github.com/Shawn1993/cnn-text-classification-pytorch
81+
* http://anie.me/On-Torchtext/
82+
* http://mlexplained.com/2018/02/08/a-comprehensive-tutorial-to-torchtext/
83+
* https://github.com/spro/practical-pytorch
84+
* https://gist.github.com/Tushar-N/dfca335e370a2bc3bc79876e6270099e
85+
* https://gist.github.com/HarshTrivedi/f4e7293e941b17d19058f6fb90ab0fec
86+
* https://github.com/keras-team/keras/blob/master/examples/imdb_fasttext.py
87+
* https://github.com/Shawn1993/cnn-text-classification-pytorch

0 commit comments

Comments
 (0)