bhavnicksm
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# dark-potion-base-150M Model Card
|
2 |
|
3 |
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of a **dark secret model** 🤫. This model was created by [Bhavnick Minhas](https://github.com/bhavnicksm) using the [Model2Vec](https://github.com/MinishLab/model2vec) library, as a proof of concept, answering the question: "Can we distill static embeddings from a Sentence Embedding API, without any access to the original model?".
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: sentence-similarity
|
6 |
+
library_name: model2vec
|
7 |
+
tags:
|
8 |
+
- embeddings
|
9 |
+
- static-embeddings
|
10 |
+
---
|
11 |
# dark-potion-base-150M Model Card
|
12 |
|
13 |
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of a **dark secret model** 🤫. This model was created by [Bhavnick Minhas](https://github.com/bhavnicksm) using the [Model2Vec](https://github.com/MinishLab/model2vec) library, as a proof of concept, answering the question: "Can we distill static embeddings from a Sentence Embedding API, without any access to the original model?".
|