Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Variable-Embedding/nlp-421

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlp-421

This Project is Archived

Torchtext implementation applied to nlp-ft project.

An exploratory project to get and process GloVe embeddings for use in a NLP neural network.

Usage

  • Get Started From Terminal

  • Project created with Anaconda version (conda=4.9.2)

# make new conda environment (optional but recommended)
conda create -n nlp-421

# activate conda environment (if using your own env)
conda activate nlp-421

# install requirements (a wrapper for pip install)
make install
  • Run Script With Defaults
make run

Current Status

  • Currently focusing on leveraging pre-built methods from torchtext and torchnlp to get datasets and load vectors for nn training.
  • See branch torchtext

Resources