Skip to content

Releases: unitaryai/detoxify

v0.5.2

01 Feb 14:50
773203c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

Housekeeping updates & fixes

19 Dec 17:52
c678a23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Offline model loading and fixed transformers version

12 Apr 17:20
ce4f02e
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Borda made their first contribution in #40

Full Changelog: v0.4.0...v0.5.0

Updated multilingual model & consistent class names

27 Oct 17:03
0cccd59
Compare
Choose a tag to compare
  • Updated the multilingual model weights used by Detoxify with a model trained on the translated data from the 2nd Jigsaw challenge (as well as the 1st). This model has also been trained to minimise bias and now returns the same categories as the unbiased model. New best AUC score on the test set: 92.11 (89.71 before).
  • All detoxify models now return consistent class names (e.g. "identity_attack" replaces "identity_hate" in the original model to match the unbiased classes).

Updated weights for multilingual model

22 Oct 21:52
Compare
Choose a tag to compare
Pre-release

New improved weights for the multilingual Detoxify model trained on the translated data from the 2nd Jigsaw Challenge as well as from the 1st. Trained with same labels as the unbiased model.

v0.3.0. Updated unbiased model

03 Sep 18:20
591f072
Compare
Choose a tag to compare
  • New improved unbiased model and updated data loaders to replicate
  • tests to check torch.hub is loading the models
  • script to convert saved weights to detoxify format

Updated weights for unbiased model

03 Sep 15:58
Compare
Choose a tag to compare
Pre-release
  • New improved weights for the unbiased Detoxify model trained on the datasets provided by the 1st and 2nd challenges

Minor release to specify device when loading detoxify models

22 Jan 17:41
Compare
Choose a tag to compare

Updated code with lightweight models

16 Dec 09:55
486d53a
Compare
Choose a tag to compare
0.2.0

added news section to readme

Releasing lightweight models

15 Dec 20:57
Compare
Choose a tag to compare

Added lightweight checkpoints trained with Albert for original and unbiased models.