NLP Final Project
Project description
CS272 Project
NLP Final Project
Free software: MIT license
Documentation: https://cs272-project.readthedocs.io.
Quick Start
Replication Only
Following the steps below to setup training environment
mkdir work_directory
cd work_directory
# create virtual environment under work_directory, naming it to "venv"
python -m venv venv
# install the package
pip install cs272-project
# write configuration file to a working directory
cs272_project_cli write-config --outfile /home/tylee/PycharmProjects/nlp_workspace
Development
First of all, please fork the project if you are interested in extending its functionalities. After that, you may clone the repository with:
git clone git@github.com:<user_name>/nlp_project.git
Pull requests welcome!
Dependencies
PyTorch == 1.4.0
YouTokenToMe (yttm) == 1.0.6
Huggingface Transformers == 2.4.1
Click >= 0.7
Features
TODO
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2020-02-15)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cs272_project-0.1.1.tar.gz
(20.6 kB
view hashes)