Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Apr 1, 2018
1 parent 5c36658 commit 46e0d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyTorch-NLP is a library for Natural Language Processing (NLP) in PyTorch. It's
latest research in mind and was designed from day one to support rapid prototyping. PyTorch-NLP
comes with **neural network modules** and [FastText pre-trained word vectors](http://pytorchnlp.readthedocs.io/en/latest/source/torchnlp.embeddings.html#torchnlp.embeddings.FastText).
It features 9 text encoders for preprocessing, integration with **9 popular datasets**, and samplers
to be used with PyTorch DataLoaders. It's open-source software, released under the BSD3 license.
to be used with PyTorch `DataLoaders`. It's open-source software, released under the BSD3 license.

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytorch-nlp.svg?style=flat-square)
[![Codecov](https://img.shields.io/codecov/c/github/PetrochukM/PyTorch-NLP/master.svg?style=flat-square)](https://codecov.io/gh/PetrochukM/PyTorch-NLP)
Expand Down

0 comments on commit 46e0d90

Please sign in to comment.