/infoquality

Information Quality

Primary LanguagePythonMIT LicenseMIT

Information Quality

An NLP transformer model for classifying the quality of natural language as "high" or "low"

Installation

make develop

Testing

make test

Usage

.venv/bin/python scripts/train.py \
    --num-epochs 32 \
    --gamma 0.8 \
    --num-steps 16 \
    --lr 0.0001 \
    --batch-size 128 \
    --name imdbsent

Training

Testing