Skip to content

Commit 0454df5

Browse files
committed
Point at GitHub for models
1 parent ed7253b commit 0454df5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pip
2828

2929
## Models
3030

31-
1. Download models from `gateservice8:/export/data/carolina/ToxicClassifier/models/en/` (currently available `kaggle.tar.gz`)
31+
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`)
3232
2. Decompress file inside `models/en/`
3333

3434
## Basic Usage
@@ -45,3 +45,6 @@ pip
4545

4646
## Output
4747
The output is composed by the predicted class and the probabilities of each class.
48+
49+
## REST Service
50+
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 commit comments

Comments
 (0)