Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
pipeline_tag: text-classification
|
3 |
tags:
|
4 |
- sentence-transformers
|
5 |
-
- sentence-similarity
|
6 |
- transformers
|
7 |
language:
|
8 |
- en
|
@@ -12,7 +11,7 @@ licence:
|
|
12 |
---
|
13 |
# SetFit-caesar-cipher-classifier
|
14 |
This was a [sentence-transformers](https://www.SBERT.net) model: It mapped sentences & paragraphs to a 768 dimensional dense vector space and could be used for tasks like clustering or semantic search. Now it's a SetFit classifier, determining if a sentence is gibberish or not. Hail Science!
|
15 |
-
|
16 |
## Usage (SetFitModel)
|
17 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) and [SetFit](https://github.com/huggingface/setfit) installed:
|
18 |
```
|
|
|
2 |
pipeline_tag: text-classification
|
3 |
tags:
|
4 |
- sentence-transformers
|
|
|
5 |
- transformers
|
6 |
language:
|
7 |
- en
|
|
|
11 |
---
|
12 |
# SetFit-caesar-cipher-classifier
|
13 |
This was a [sentence-transformers](https://www.SBERT.net) model: It mapped sentences & paragraphs to a 768 dimensional dense vector space and could be used for tasks like clustering or semantic search. Now it's a SetFit classifier, determining if a sentence is gibberish or not. Hail Science!
|
14 |
+
|
15 |
## Usage (SetFitModel)
|
16 |
Using this model becomes easy when you have [sentence-transformers](https://www.SBERT.net) and [SetFit](https://github.com/huggingface/setfit) installed:
|
17 |
```
|