jbarrow/allennlp_tutorial
Tutorial on how to use AllenNLP for sequence modeling (including hierarchical LSTMs and CRF decoding)
This tutorial guides you through building and experimenting with deep learning models for natural language processing. It teaches you how to input raw text data, configure experiments, and produce models capable of understanding and processing sequences of text. This resource is for NLP researchers, data scientists, and machine learning engineers who want to develop or improve their NLP models using a structured framework.
No commits in the last 6 months.
Use this if you are an NLP researcher or data scientist looking to systematically build and evaluate deep learning models for text, using a robust framework.
Not ideal if you are looking for a pre-trained, ready-to-use NLP model or a high-level API for simple text tasks without deep learning experimentation.
Stars
86
Forks
18
Language
Python
License
MIT
Category
Last pushed
Sep 01, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jbarrow/allennlp_tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models