mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-24 20:11:41 -05:00
[PR #1049] [MERGED] Add PyTorch-NLP #946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1049
Author: @PetrochukM
Created: 4/9/2018
Status: ✅ Merged
Merged: 4/10/2018
Merged by: @vinta
Base:
master← Head:patch-1📝 Commits (2)
65be320Add PyTorch-NLP524b586Remove Extra Whitespaces📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
PyTorch-NLP is a toolkit for NLP research built on PyTorch, an up and coming deep learning library. It is also trending on https://github.com/trending/python!
What's the difference between this Python project and similar ones?
torchtext
torchtext and PyTorch-NLP differ in the architecture and feature set; otherwise, they are similar. torchtext and PyTorch-NLP provide pre-trained word vectors, datasets, iterators and text encoders. PyTorch-NLP also provides neural network modules and metrics. From an architecture standpoint, torchtext is object orientated with external coupling while PyTorch-NLP is object orientated with low coupling.
AllenNLP
AllenNLP is designed to be a platform for research. PyTorch-NLP is designed to be a lightweight toolkit.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.