Skip to main content

NLP Final Project

Project description

CS272 Project

https://img.shields.io/pypi/v/cs272_project.svg https://img.shields.io/travis/taoyilee/cs272_project.svg Documentation Status Updates

NLP Final Project

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
source venv/bin/activate
# 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

  1. PyTorch == 1.4.0

  2. YouTokenToMe (yttm) == 1.0.6

  3. Huggingface Transformers == 2.4.1

  4. 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.

0.2.0 (2020-03-01)

  • Change the fine tuning method to work with GPT2TANDAModel() which is a dual head model for AS2 and ODQA

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.2.0.tar.gz (19.4 kB view hashes)

Uploaded Source

Built Distribution

cs272_project-0.2.0-py2.py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page