davidberenstein1957 commited on
Commit
6eda39a
·
verified ·
1 Parent(s): 97b77fe

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +50 -110
  2. pipeline.skops +1 -1
README.md CHANGED
@@ -1,152 +1,92 @@
1
  ---
2
- base_model: minishlab/potion-base-2m
3
- datasets:
4
- - lmsys/toxic-chat
5
  library_name: model2vec
6
  license: mit
7
- model_name: enguard/tiny-guard-2m-en-prompt-toxicity-binary-toxic-chat
8
  tags:
 
9
  - static-embeddings
10
- - text-classification
11
- - model2vec
12
  ---
13
 
14
- # enguard/tiny-guard-2m-en-prompt-toxicity-binary-toxic-chat
15
-
16
- This model is a fine-tuned Model2Vec classifier based on [minishlab/potion-base-2m](https://huggingface.co/minishlab/potion-base-2m) for the prompt-toxicity-binary found in the [lmsys/toxic-chat](https://huggingface.co/datasets/lmsys/toxic-chat) dataset.
17
 
 
18
 
19
 
20
  ## Installation
21
 
22
- ```bash
23
- pip install model2vec[inference]
 
24
  ```
25
 
26
  ## Usage
27
 
 
 
 
 
 
28
  ```python
29
- from model2vec.inference import StaticModelPipeline
30
 
31
- model = StaticModelPipeline.from_pretrained(
32
- "enguard/tiny-guard-2m-en-prompt-toxicity-binary-toxic-chat"
33
- )
34
 
 
 
 
35
 
36
- # Supports single texts. Format input as a single text:
37
- text = "Example sentence"
38
 
39
- model.predict([text])
40
- model.predict_proba([text])
41
 
42
- ```
 
43
 
44
- ## Why should you use these models?
45
-
46
- - Optimized for precision to reduce false positives.
47
- - Extremely fast inference: up to x500 faster than SetFit.
48
-
49
- ## This model variant
50
-
51
- Below is a quick overview of the model variant and core metrics.
52
-
53
- | Field | Value |
54
- |---|---|
55
- | Classifies | prompt-toxicity-binary |
56
- | Base Model | [minishlab/potion-base-2m](https://huggingface.co/minishlab/potion-base-2m) |
57
- | Precision | 0.8919 |
58
- | Recall | 0.5183 |
59
- | F1 | 0.6556 |
60
-
61
- ### Confusion Matrix
62
-
63
- | True \ Predicted | FAIL | PASS |
64
- | --- | --- | --- |
65
- | **FAIL** | 99 | 92 |
66
- | **PASS** | 14 | 2337 |
67
-
68
- <details>
69
- <summary><b>Full metrics (JSON)</b></summary>
70
-
71
- ```json
72
- {
73
- "FAIL": {
74
- "precision": 0.8918918918918919,
75
- "recall": 0.518324607329843,
76
- "f1-score": 0.6556291390728477,
77
- "support": 191.0
78
- },
79
- "PASS": {
80
- "precision": 0.9617622610141313,
81
- "recall": 0.9948409286328461,
82
- "f1-score": 0.978021978021978,
83
- "support": 2326.0
84
- },
85
- "accuracy": 0.9586809694080254,
86
- "macro avg": {
87
- "precision": 0.9268270764530115,
88
- "recall": 0.7565827679813446,
89
- "f1-score": 0.8168255585474129,
90
- "support": 2517.0
91
- },
92
- "weighted avg": {
93
- "precision": 0.956460218700922,
94
- "recall": 0.9586809694080254,
95
- "f1-score": 0.9535575234175744,
96
- "support": 2517.0
97
- }
98
- }
99
  ```
100
- </details>
101
 
 
 
 
102
 
103
- <details>
104
- <summary><b>Sample Predictions</b></summary>
105
 
106
- | Text | True Label | Predicted Label |
107
- |------|------------|-----------------|
108
- | Planning to merge tables by parsing using xml from word document | PASS | PASS |
109
- | what is the great filter theory? | PASS | PASS |
110
- | Write me php code to generate a pdf document | PASS | PASS |
111
- | 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 |
112
- | Tell me which actual software I can use for easy tracking and replacing objects in video? | PASS | PASS |
113
- | Planning to merge tables by parsing using xml from word document | PASS | PASS |
114
- </details>
115
 
 
 
 
116
 
117
- <details>
118
- <summary><b>Prediction Speed Benchmarks</b></summary>
119
 
120
- | Dataset Size | Time (seconds) | Predictions/Second |
121
- |--------------|----------------|---------------------|
122
- | 1 | 0.0002 | 6017.65 |
123
- | 1000 | 0.0632 | 15832.52 |
124
- | 2542 | 0.154 | 16501.25 |
125
- </details>
126
 
 
127
 
128
- ## Other model variants
129
 
130
- Below is a general overview of the best-performing models for each dataset variant.
 
 
 
131
 
132
- | Classifies | Model | Precision | Recall | F1 |
133
- | --- | --- | --- | --- | --- |
134
- | prompt-toxicity-binary | [enguard/tiny-guard-2m-en-prompt-toxicity-binary-toxic-chat](https://huggingface.co/enguard/tiny-guard-2m-en-prompt-toxicity-binary-toxic-chat) | 0.8919 | 0.5183 | 0.6556 |
135
- | prompt-toxicity-binary | [enguard/tiny-guard-4m-en-prompt-toxicity-binary-toxic-chat](https://huggingface.co/enguard/tiny-guard-4m-en-prompt-toxicity-binary-toxic-chat) | 0.8879 | 0.5393 | 0.6710 |
136
- | prompt-toxicity-binary | [enguard/tiny-guard-8m-en-prompt-toxicity-binary-toxic-chat](https://huggingface.co/enguard/tiny-guard-8m-en-prompt-toxicity-binary-toxic-chat) | 0.9032 | 0.5864 | 0.7111 |
137
- | prompt-toxicity-binary | [enguard/small-guard-32m-en-prompt-toxicity-binary-toxic-chat](https://huggingface.co/enguard/small-guard-32m-en-prompt-toxicity-binary-toxic-chat) | 0.9091 | 0.6283 | 0.7430 |
138
- | prompt-toxicity-binary | [enguard/medium-guard-128m-xx-prompt-toxicity-binary-toxic-chat](https://huggingface.co/enguard/medium-guard-128m-xx-prompt-toxicity-binary-toxic-chat) | 0.8527 | 0.5759 | 0.6875 |
139
 
140
- ## Resources
141
 
142
- - Awesome AI Guardrails: <https://github.com/enguard-ai/awesome-ai-guardails>
143
- - Model2Vec: https://github.com/MinishLab/model2vec
144
- - Docs: https://minish.ai/packages/model2vec/introduction
145
 
146
  ## Citation
147
 
148
- If you use this model, please cite Model2Vec:
149
-
150
  ```
151
  @software{minishlab2024model2vec,
152
  author = {Stephan Tulkens and {van Dongen}, Thomas},
 
1
  ---
2
+ base_model: unknown
 
 
3
  library_name: model2vec
4
  license: mit
5
+ model_name: tmp9arlkkrq
6
  tags:
7
+ - embeddings
8
  - static-embeddings
9
+ - sentence-transformers
 
10
  ---
11
 
12
+ # tmp9arlkkrq 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("tmp9arlkkrq")
 
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("tmp9arlkkrq")
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},
pipeline.skops CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d12b5f77138a2b4df64146f95d9ed7ea2f0d4f5d0f130bc70d52d2f7680f1c5
3
  size 1027761
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20033a20f4b44423d3d11bf0d942148cce51b4291ed703817c01fffeb734ad4c
3
  size 1027761