Chernoffface commited on
Commit
5f275c9
1 Parent(s): f3763d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,7 +13,10 @@ widget: []
13
  inference: true
14
  ---
15
 
16
- # SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
 
 
 
17
 
18
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) as the Sentence Transformer embedding model. A OneVsRestClassifier instance is used for classification.
19
 
 
13
  inference: true
14
  ---
15
 
16
+ <h1 style="display: inline;">SetFit Future Skills Classifier</h1>
17
+ <div style="float: right; width: 250px; height: 250px; text-align: center;">
18
+ <img src="https://huggingface.co/Chernoffface/fs-setfit-multilable-model/resolve/main/future_skills_logo_800x565.jpg" alt="logo" style="max-width: 100%; height: auto;">
19
+ </div>
20
 
21
  This is a [SetFit](https://github.com/huggingface/setfit) model that can be used for Text Classification. This SetFit model uses [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2) as the Sentence Transformer embedding model. A OneVsRestClassifier instance is used for classification.
22