From 5bd6f0fb9cdb2eadf255f2c03cf5b3cf240a2094 Mon Sep 17 00:00:00 2001 From: James Betker Date: Tue, 26 Apr 2022 10:37:44 -0600 Subject: [PATCH] tortoise-detect docs --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0d3a7d4..ccc3418 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,21 @@ utterances of a specific string of text. The impact of community involvement in GPT-3 or CLIP) has really surprised me. If you find something neat that you can do with Tortoise that isn't documented here, please report it to me! I would be glad to publish it to this page. +## Tortoise-detect + +Out of concerns that this model might be misused, I've built a classifier that tells the likelihood that an audio clip +came from Tortoise. + +This classifier can be run on any computer, usage is as follows: + +```commandline +python is_this_from_tortoise.py --clip= +``` + +This model has 100% accuracy on the contents of the results/ and voices/ folders in this repo. Still, treat this classifier +as a "strong signal". Classifiers can be fooled and it is likewise not impossible for this classifier to exhibit false +positives. + ## Model architecture Tortoise TTS is inspired by OpenAI's DALLE, applied to speech data and using a better decoder. It is made up of 5 separate