Skip to content

Commit

Permalink
Point at GitHub for models
Browse files Browse the repository at this point in the history
  • Loading branch information
ianroberts committed Sep 7, 2021
1 parent ed7253b commit 0454df5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip

## Models

1. Download models from `gateservice8:/export/data/carolina/ToxicClassifier/models/en/` (currently available `kaggle.tar.gz`)
1. Download models from [the latest release of this repository](https://github.com/GateNLP/ToxicClassifier/releases/latest) (currently available `kaggle.tar.gz`, `olid.tar.gz`)
2. Decompress file inside `models/en/`

## Basic Usage
Expand All @@ -45,3 +45,6 @@ pip

## Output
The output is composed by the predicted class and the probabilities of each class.

## REST Service
Pre-built Docker images are available for a REST service that accepts text and returns a classification according to the relevant model - see the "packages" section for more details.

0 comments on commit 0454df5

Please sign in to comment.