mkearney / infoquality

Information Quality

Home Page:https://github.com/mkearney/infoquality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Information Quality

https://github.com/mkearney/infoquality

License:MIT License


Languages

Language:Python 99.2%Language:Makefile 0.8%