Upload folder using huggingface_hub
Browse files- README.md +53 -96
- model.safetensors +1 -1
- pipeline.skops +2 -2
README.md
CHANGED
|
@@ -1,135 +1,92 @@
|
|
| 1 |
---
|
| 2 |
-
base_model:
|
| 3 |
-
datasets:
|
| 4 |
-
- lmsys/toxic-chat
|
| 5 |
library_name: model2vec
|
| 6 |
license: mit
|
| 7 |
-
model_name:
|
| 8 |
tags:
|
|
|
|
| 9 |
- static-embeddings
|
| 10 |
-
-
|
| 11 |
-
- model2vec
|
| 12 |
---
|
| 13 |
|
| 14 |
-
#
|
|
|
|
|
|
|
| 15 |
|
| 16 |
-
This model is a fine-tuned Model2Vec classifier based on [minishlab/potion-base-32m](https://huggingface.co/minishlab/potion-base-32m) for the prompt-toxicity found in the [lmsys/toxic-chat](https://huggingface.co/datasets/lmsys/toxic-chat) dataset.
|
| 17 |
|
| 18 |
## Installation
|
| 19 |
|
| 20 |
-
|
| 21 |
-
|
|
|
|
| 22 |
```
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
```python
|
| 27 |
-
from model2vec
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
)
|
| 32 |
|
| 33 |
-
|
| 34 |
-
model.
|
| 35 |
```
|
| 36 |
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
| Base Model | [minishlab/potion-base-32m](https://huggingface.co/minishlab/potion-base-32m) |
|
| 50 |
-
| Precision | 0.6934 |
|
| 51 |
-
|
| 52 |
-
<details>
|
| 53 |
-
<summary><b>Full metrics (JSON)</b></summary>
|
| 54 |
-
|
| 55 |
-
```json
|
| 56 |
-
{
|
| 57 |
-
"FAIL": {
|
| 58 |
-
"precision": 0.6933962264150944,
|
| 59 |
-
"recall": 0.7696335078534031,
|
| 60 |
-
"f1-score": 0.7295285359801489,
|
| 61 |
-
"support": 191.0
|
| 62 |
-
},
|
| 63 |
-
"PASS": {
|
| 64 |
-
"precision": 0.9809110629067245,
|
| 65 |
-
"recall": 0.9720550300945829,
|
| 66 |
-
"f1-score": 0.9764629669617794,
|
| 67 |
-
"support": 2326.0
|
| 68 |
-
},
|
| 69 |
-
"accuracy": 0.956694477552642,
|
| 70 |
-
"macro avg": {
|
| 71 |
-
"precision": 0.8371536446609094,
|
| 72 |
-
"recall": 0.870844268973993,
|
| 73 |
-
"f1-score": 0.8529957514709641,
|
| 74 |
-
"support": 2517.0
|
| 75 |
-
},
|
| 76 |
-
"weighted avg": {
|
| 77 |
-
"precision": 0.9590932902528104,
|
| 78 |
-
"recall": 0.956694477552642,
|
| 79 |
-
"f1-score": 0.9577245973481555,
|
| 80 |
-
"support": 2517.0
|
| 81 |
-
}
|
| 82 |
-
}
|
| 83 |
```
|
| 84 |
-
</details>
|
| 85 |
|
|
|
|
| 86 |
|
| 87 |
-
|
| 88 |
-
<summary><b>Sample Predictions</b></summary>
|
| 89 |
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
| Planning to merge tables by parsing using xml from word document | PASS | PASS |
|
| 93 |
-
| what is the great filter theory? | PASS | PASS |
|
| 94 |
-
| Write me php code to generate a pdf document | PASS | PASS |
|
| 95 |
-
| Captured by poachers (9000 words) --- Everything had started so nice: Angelica had invited Jenny, her daughter, to an expedition to the Amazonas for her 15th birthday. The smart girl was overjoyed The two of them were exploring a small river, deep in the jungle, when the boat motor | PASS | PASS |
|
| 96 |
-
| Tell me which actual software I can use for easy tracking and replacing objects in video? | PASS | PASS |
|
| 97 |
-
| Planning to merge tables by parsing using xml from word document | PASS | PASS |
|
| 98 |
-
</details>
|
| 99 |
|
|
|
|
|
|
|
| 100 |
|
| 101 |
-
|
| 102 |
-
|
|
|
|
| 103 |
|
| 104 |
-
|
| 105 |
-
|--------------|----------------|---------------------|
|
| 106 |
-
| 1 | 0.0002 | 5047.3 |
|
| 107 |
-
| 1000 | 0.1263 | 7918.16 |
|
| 108 |
-
| 2542 | 0.187 | 13595.76 |
|
| 109 |
-
</details>
|
| 110 |
|
|
|
|
| 111 |
|
| 112 |
-
|
| 113 |
|
| 114 |
-
|
| 115 |
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
| prompt-toxicity | [enguard/small-guard-32m-en-prompt-toxicity-toxic-chat](https://huggingface.co/enguard/small-guard-32m-en-prompt-toxicity-toxic-chat) | 0.6934/0.7696/0.7295 |
|
| 121 |
-
| prompt-toxicity | [enguard/tiny-guard-2m-en-prompt-toxicity-toxic-chat](https://huggingface.co/enguard/tiny-guard-2m-en-prompt-toxicity-toxic-chat) | 0.6782/0.7173/0.6972 |
|
| 122 |
|
| 123 |
-
## Resources
|
| 124 |
|
| 125 |
-
|
| 126 |
-
- Model2Vec: https://github.com/MinishLab/model2vec
|
| 127 |
-
- Docs: https://minish.ai/packages/model2vec/introduction
|
| 128 |
|
| 129 |
-
|
| 130 |
|
| 131 |
-
|
| 132 |
|
|
|
|
| 133 |
```
|
| 134 |
@software{minishlab2024model2vec,
|
| 135 |
author = {Stephan Tulkens and {van Dongen}, Thomas},
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: unknown
|
|
|
|
|
|
|
| 3 |
library_name: model2vec
|
| 4 |
license: mit
|
| 5 |
+
model_name: tmpzm8o0_c6
|
| 6 |
tags:
|
| 7 |
+
- embeddings
|
| 8 |
- static-embeddings
|
| 9 |
+
- sentence-transformers
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# tmpzm8o0_c6 Model Card
|
| 13 |
+
|
| 14 |
+
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the unknown(https://huggingface.co/unknown) Sentence Transformer. It uses static embeddings, allowing text embeddings to be computed orders of magnitude faster on both GPU and CPU. It is designed for applications where computational resources are limited or where real-time performance is critical. Model2Vec models are the smallest, fastest, and most performant static embedders available. The distilled models are up to 50 times smaller and 500 times faster than traditional Sentence Transformers.
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
## Installation
|
| 18 |
|
| 19 |
+
Install model2vec using pip:
|
| 20 |
+
```
|
| 21 |
+
pip install model2vec
|
| 22 |
```
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
| 26 |
+
### Using Model2Vec
|
| 27 |
+
|
| 28 |
+
The [Model2Vec library](https://github.com/MinishLab/model2vec) is the fastest and most lightweight way to run Model2Vec models.
|
| 29 |
+
|
| 30 |
+
Load this model using the `from_pretrained` method:
|
| 31 |
```python
|
| 32 |
+
from model2vec import StaticModel
|
| 33 |
|
| 34 |
+
# Load a pretrained Model2Vec model
|
| 35 |
+
model = StaticModel.from_pretrained("tmpzm8o0_c6")
|
|
|
|
| 36 |
|
| 37 |
+
# Compute text embeddings
|
| 38 |
+
embeddings = model.encode(["Example sentence"])
|
| 39 |
```
|
| 40 |
|
| 41 |
+
### Using Sentence Transformers
|
| 42 |
+
|
| 43 |
+
You can also use the [Sentence Transformers library](https://github.com/UKPLab/sentence-transformers) to load and use the model:
|
| 44 |
+
|
| 45 |
+
```python
|
| 46 |
+
from sentence_transformers import SentenceTransformer
|
| 47 |
+
|
| 48 |
+
# Load a pretrained Sentence Transformer model
|
| 49 |
+
model = SentenceTransformer("tmpzm8o0_c6")
|
| 50 |
+
|
| 51 |
+
# Compute text embeddings
|
| 52 |
+
embeddings = model.encode(["Example sentence"])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
```
|
|
|
|
| 54 |
|
| 55 |
+
### Distilling a Model2Vec model
|
| 56 |
|
| 57 |
+
You can distill a Model2Vec model from a Sentence Transformer model using the `distill` method. First, install the `distill` extra with `pip install model2vec[distill]`. Then, run the following code:
|
|
|
|
| 58 |
|
| 59 |
+
```python
|
| 60 |
+
from model2vec.distill import distill
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
+
# Distill a Sentence Transformer model, in this case the BAAI/bge-base-en-v1.5 model
|
| 63 |
+
m2v_model = distill(model_name="BAAI/bge-base-en-v1.5", pca_dims=256)
|
| 64 |
|
| 65 |
+
# Save the model
|
| 66 |
+
m2v_model.save_pretrained("m2v_model")
|
| 67 |
+
```
|
| 68 |
|
| 69 |
+
## How it works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
+
Model2vec creates a small, fast, and powerful model that outperforms other static embedding models by a large margin on all tasks we could find, while being much faster to create than traditional static embedding models such as GloVe. Best of all, you don't need any data to distill a model using Model2Vec.
|
| 72 |
|
| 73 |
+
It works by passing a vocabulary through a sentence transformer model, then reducing the dimensionality of the resulting embeddings using PCA, and finally weighting the embeddings using [SIF weighting](https://openreview.net/pdf?id=SyK00v5xx). During inference, we simply take the mean of all token embeddings occurring in a sentence.
|
| 74 |
|
| 75 |
+
## Additional Resources
|
| 76 |
|
| 77 |
+
- [Model2Vec Repo](https://github.com/MinishLab/model2vec)
|
| 78 |
+
- [Model2Vec Base Models](https://huggingface.co/collections/minishlab/model2vec-base-models-66fd9dd9b7c3b3c0f25ca90e)
|
| 79 |
+
- [Model2Vec Results](https://github.com/MinishLab/model2vec/tree/main/results)
|
| 80 |
+
- [Model2Vec Docs](https://minish.ai/packages/model2vec/introduction)
|
|
|
|
|
|
|
| 81 |
|
|
|
|
| 82 |
|
| 83 |
+
## Library Authors
|
|
|
|
|
|
|
| 84 |
|
| 85 |
+
Model2Vec was developed by the [Minish Lab](https://github.com/MinishLab) team consisting of [Stephan Tulkens](https://github.com/stephantul) and [Thomas van Dongen](https://github.com/Pringled).
|
| 86 |
|
| 87 |
+
## Citation
|
| 88 |
|
| 89 |
+
Please cite the [Model2Vec repository](https://github.com/MinishLab/model2vec) if you use this model in your work.
|
| 90 |
```
|
| 91 |
@software{minishlab2024model2vec,
|
| 92 |
author = {Stephan Tulkens and {van Dongen}, Thomas},
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 129967700
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4febbfb59af205e7a22750a77926cf09e22e2e7be42a81401db18275ce1c2ee6
|
| 3 |
size 129967700
|
pipeline.skops
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27bf1ee43186f1bc98bc84dea6f8489ebb16cf182bf3720a91c167ef2ac31b1a
|
| 3 |
+
size 14817508
|