项目作者: Variable-Embedding

项目描述 :
Exploring GloVe Embeddings
高级语言: Python
项目地址: git://github.com/Variable-Embedding/nlp-421.git
创建时间: 2021-04-09T03:47:24Z
项目社区:https://github.com/Variable-Embedding/nlp-421

开源协议:MIT License

下载


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)

  1. # make new conda environment (optional but recommended)
  2. conda create -n nlp-421
  3. # activate conda environment (if using your own env)
  4. conda activate nlp-421
  5. # install requirements (a wrapper for pip install)
  6. make install
  • Run Script With Defaults
    1. 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