Skip to content
#

torchtext

Here are 90 public repositories matching this topic...

This project explores language modeling using LSTM-based architectures trained on the WikiText-2 dataset. Two models are implemented: a standard LSTM language model and an advanced AWD-LSTM variant with regularization techniques such as weight dropout and locked dropout. Given a text prompt, both models generate coherent sentence continuations.

  • Updated Jul 10, 2025
  • Jupyter Notebook

Image captioning project using the Flickr8k dataset. A custom encoder-decoder architecture was implemented based on ResNet-50 and LSTM, trained from scratch using PyTorch. The model takes an image as input and generates a descriptive caption. BLEU score was used for evaluation.

  • Updated Jul 10, 2025
  • Jupyter Notebook

This repository consists of various deep learning based text classification models. It's more of a plug and play type. Designed in a way that you can customise these projects with little or no efforts on custom datasets.

  • Updated Jul 25, 2024
  • Jupyter Notebook

OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全面的开源文本分类项目,支持中英双语、多种模型、多种任务。

  • Updated May 3, 2024
  • Python

Improve this page

Add a description, image, and links to the torchtext topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the torchtext topic, visit your repo's landing page and select "manage topics."

Learn more