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
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
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.
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
Built Distribution
Hashes for cs272_project-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8de4af8be58a3afbcc6a5c877c999d1603ba0460ea8d355d0b1a8251652ca98b |
|
MD5 | f27e87488699ab88e6ad4558d0d172b5 |
|
BLAKE2b-256 | fa27a89ff79f620d29a23a781ac210a60781a25f4b3a0987f74a16ddf1656f72 |