Download Latest Version Repunt new model + quantization.zip (533.5 kB)
Email in envelope

Get an email when there's a new version of Neuro-comma

Home / repunct
Name Modified Size InfoDownloads / Week
Parent folder
repunct-model.zip 2021-06-07 1.4 GB
README.md 2021-06-07 1.2 kB
Repunt model.tar.gz 2021-06-07 17.1 kB
Repunt model.zip 2021-06-07 25.5 kB
Totals: 4 Items   1.4 GB 0

This model works only in repunct-stable branch

Zip archive contains params.json with training params (we need this for configure our model's network), last 2 best weights (*.pt) and logs. Just extract this archive in models/ directory. Expected directory structure after extraction:

models
└── repunct-model
    ├── logs
    │   └── repunct-model_logs.txt
    ├── params.json
    └── weights
        ├── weights_ep4_9910.pt
        └── weights_ep5_9911.pt

Model evaluation metrics

Best validation Acc: 0.9832204226585259

Confusion Matrix:
  [21489384   144837    40369]
  [  188716  1890897     8915]
  [   33862     5237  1359430]

O:
    Precision: 0.9897
    Recall: 0.9915
    F1 score: 0.9906

COMMA:
    Precision: 0.9265
    Recall: 0.9054
    F1 score: 0.9158

PERIOD:
    Precision: 0.965
    Recall: 0.972
    F1 score: 0.9685

COMMA + PERIOD:
    Precision: 0.9422
    Recall: 0.9321
    F1 score: 0.9371
Source: README.md, updated 2021-06-07