Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ licence:
|
|
10 |
---
|
11 |
# SetFit-caesar-cipher-classifier
|
12 |
|
13 |
-
Made to detect whether or not text is gibberish. It did not work anymore, and SetFit has been updated since. I used version 1.1.0 to train this classifier on the [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) model.
|
14 |
|
15 |
## Usage (SetFitModel)
|
16 |
|
|
|
10 |
---
|
11 |
# SetFit-caesar-cipher-classifier
|
12 |
|
13 |
+
Made to detect whether or not text is gibberish for [bruteforcing Caesar ciphers](https://gist.github.com/hosteren/852202caffa5fa88b317689ff6ea5be8). It did not work anymore, and SetFit has been updated since. I used version 1.1.0 to train this classifier on the [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) model.
|
14 |
|
15 |
## Usage (SetFitModel)
|
16 |
|