Ghofranem commited on
Commit
27893a4
1 Parent(s): 47ae0fd

Add SetFit model

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ unigram.json filter=lfs diff=lfs merge=lfs -text
1_Pooling/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 384,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": false,
8
+ "pooling_mode_lasttoken": false,
9
+ "include_prompt": true
10
+ }
README.md ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: setfit
3
+ tags:
4
+ - setfit
5
+ - sentence-transformers
6
+ - text-classification
7
+ - generated_from_setfit_trainer
8
+ metrics:
9
+ - accuracy
10
+ widget:
11
+ - text: J'avais comme habitudes de manger en regardant un film 🎥 et là j'ai arrêté
12
+ ça . Je ne regarde plus de films car mon cerveau à relié films = nourriture .
13
+ C'est fou non !
14
+ - text: 'Surtout quand tu es un jeune homme, commencer à se forger un physique c''est
15
+ important.
16
+
17
+ Rester maigre qqpart dans le regard des autres c''est rester un enfant, j''ai
18
+ connu c''est vraiment pas agréable'
19
+ - text: 'typique de la société capitaliste/consumériste = remplacer le problème par
20
+ un autre problème. Je suis certaine qu''il y a d''autres troubles dont on ne parle
21
+ pas. 
22
+
23
+ Moi qui aies connu tout l''inverse (anorexie) les médias ont été en grande partie
24
+ la cause. On en a pas fini avec tous ces troubles qui se développent dans la société
25
+ qui est la notre.'
26
+ - text: 'C’est horrible.
27
+
28
+ L’anorexie est une maladie mentale terrible et elle fait énormément souffrir,
29
+ surtout psychologiquement que physiquement, c’est invivable..
30
+
31
+
32
+ Je suis contente qu’elle se sente mieux aujourd’hui, mais ce qu’elle a vécu il
33
+ y a quelques temps n’est pas une vie, 90 laxatifs par jour, sa raison de vivre
34
+ était de perdre du poids, une raison qu’il l’a énormément rapproché de la mort.
35
+
36
+
37
+ C’est une maladie avant tout mentale, pour essayer de la guérir au mieux ils font
38
+ tomber sur une hospitalisation où le personnel soignant et les médecins ne chercheront
39
+ pas à goinfrer la fille, ou le garçon.
40
+
41
+
42
+ À longs therme et court therme les conséquences de la maladie peuvent être très
43
+ néfastes, on peut perdre un organe, on peut mourir, il peut y avoir des troubles
44
+ obsessionnels compulsifs, des idées suicidaires, et j’en passe...
45
+
46
+
47
+ J’envoie ma force à ces filles qui a l’heure où j’écris sont hospitalisées, sont
48
+ souffrantes de ça, je sais que vous dire de vous battre n’est pas forcément efficace,
49
+ seul vous pouvez changer votre point de vue, un jour vous y arriverez, je sais
50
+ que vous n’y croyez pas, mais moi pourtant j’y crois..'
51
+ - text: Lire "l'anorexie une addiction au plaisir de maigrir" sciences et avenir
52
+ pipeline_tag: text-classification
53
+ inference: false
54
+ base_model: sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
55
+ model-index:
56
+ - name: SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
57
+ results:
58
+ - task:
59
+ type: text-classification
60
+ name: Text Classification
61
+ dataset:
62
+ name: Unknown
63
+ type: unknown
64
+ split: test
65
+ metrics:
66
+ - type: accuracy
67
+ value: 0.7860696517412935
68
+ name: Accuracy
69
+ ---
70
+
71
+ # SetFit with sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
72
+
73
+ 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.
74
+
75
+ The model has been trained using an efficient few-shot learning technique that involves:
76
+
77
+ 1. Fine-tuning a [Sentence Transformer](https://www.sbert.net) with contrastive learning.
78
+ 2. Training a classification head with features from the fine-tuned Sentence Transformer.
79
+
80
+ ## Model Details
81
+
82
+ ### Model Description
83
+ - **Model Type:** SetFit
84
+ - **Sentence Transformer body:** [sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2)
85
+ - **Classification head:** a OneVsRestClassifier instance
86
+ - **Maximum Sequence Length:** 128 tokens
87
+ <!-- - **Number of Classes:** Unknown -->
88
+ <!-- - **Training Dataset:** [Unknown](https://huggingface.co/datasets/unknown) -->
89
+ <!-- - **Language:** Unknown -->
90
+ <!-- - **License:** Unknown -->
91
+
92
+ ### Model Sources
93
+
94
+ - **Repository:** [SetFit on GitHub](https://github.com/huggingface/setfit)
95
+ - **Paper:** [Efficient Few-Shot Learning Without Prompts](https://arxiv.org/abs/2209.11055)
96
+ - **Blogpost:** [SetFit: Efficient Few-Shot Learning Without Prompts](https://huggingface.co/blog/setfit)
97
+
98
+ ## Evaluation
99
+
100
+ ### Metrics
101
+ | Label | Accuracy |
102
+ |:--------|:---------|
103
+ | **all** | 0.7861 |
104
+
105
+ ## Uses
106
+
107
+ ### Direct Use for Inference
108
+
109
+ First install the SetFit library:
110
+
111
+ ```bash
112
+ pip install setfit
113
+ ```
114
+
115
+ Then you can load this model and run inference.
116
+
117
+ ```python
118
+ from setfit import SetFitModel
119
+
120
+ # Download from the 🤗 Hub
121
+ model = SetFitModel.from_pretrained("Ghofranem/setfit-paraphrase-multilingual-MiniLM-L12-v2-ed-fr")
122
+ # Run inference
123
+ preds = model("Lire \"l'anorexie une addiction au plaisir de maigrir\" sciences et avenir")
124
+ ```
125
+
126
+ <!--
127
+ ### Downstream Use
128
+
129
+ *List how someone could finetune this model on their own dataset.*
130
+ -->
131
+
132
+ <!--
133
+ ### Out-of-Scope Use
134
+
135
+ *List how the model may foreseeably be misused and address what users ought not to do with the model.*
136
+ -->
137
+
138
+ <!--
139
+ ## Bias, Risks and Limitations
140
+
141
+ *What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
142
+ -->
143
+
144
+ <!--
145
+ ### Recommendations
146
+
147
+ *What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
148
+ -->
149
+
150
+ ## Training Details
151
+
152
+ ### Training Set Metrics
153
+ | Training set | Min | Median | Max |
154
+ |:-------------|:----|:--------|:----|
155
+ | Word count | 4 | 68.8313 | 694 |
156
+
157
+ ### Training Hyperparameters
158
+ - batch_size: (16, 16)
159
+ - num_epochs: (1, 1)
160
+ - max_steps: -1
161
+ - sampling_strategy: oversampling
162
+ - num_iterations: 5
163
+ - body_learning_rate: (2e-05, 2e-05)
164
+ - head_learning_rate: 2e-05
165
+ - loss: CosineSimilarityLoss
166
+ - distance_metric: cosine_distance
167
+ - margin: 0.25
168
+ - end_to_end: False
169
+ - use_amp: False
170
+ - warmup_proportion: 0.1
171
+ - seed: 42
172
+ - eval_max_steps: -1
173
+ - load_best_model_at_end: False
174
+
175
+ ### Training Results
176
+ | Epoch | Step | Training Loss | Validation Loss |
177
+ |:------:|:----:|:-------------:|:---------------:|
178
+ | 0.0010 | 1 | 0.3025 | - |
179
+ | 0.0498 | 50 | 0.3227 | - |
180
+ | 0.0996 | 100 | 0.1451 | - |
181
+ | 0.1494 | 150 | 0.0662 | - |
182
+ | 0.1992 | 200 | 0.1114 | - |
183
+ | 0.2490 | 250 | 0.0723 | - |
184
+ | 0.2988 | 300 | 0.0375 | - |
185
+ | 0.3486 | 350 | 0.0252 | - |
186
+ | 0.3984 | 400 | 0.0497 | - |
187
+ | 0.4482 | 450 | 0.087 | - |
188
+ | 0.4980 | 500 | 0.0584 | - |
189
+ | 0.5478 | 550 | 0.0758 | - |
190
+ | 0.5976 | 600 | 0.0624 | - |
191
+ | 0.6474 | 650 | 0.0572 | - |
192
+ | 0.6972 | 700 | 0.0726 | - |
193
+ | 0.7470 | 750 | 0.0012 | - |
194
+ | 0.7968 | 800 | 0.0052 | - |
195
+ | 0.8466 | 850 | 0.0309 | - |
196
+ | 0.8964 | 900 | 0.0713 | - |
197
+ | 0.9462 | 950 | 0.0043 | - |
198
+ | 0.9960 | 1000 | 0.0049 | - |
199
+
200
+ ### Framework Versions
201
+ - Python: 3.10.12
202
+ - SetFit: 1.0.3
203
+ - Sentence Transformers: 2.5.1
204
+ - Transformers: 4.38.2
205
+ - PyTorch: 2.2.1+cu121
206
+ - Datasets: 2.18.0
207
+ - Tokenizers: 0.15.2
208
+
209
+ ## Citation
210
+
211
+ ### BibTeX
212
+ ```bibtex
213
+ @article{https://doi.org/10.48550/arxiv.2209.11055,
214
+ doi = {10.48550/ARXIV.2209.11055},
215
+ url = {https://arxiv.org/abs/2209.11055},
216
+ author = {Tunstall, Lewis and Reimers, Nils and Jo, Unso Eun Seo and Bates, Luke and Korat, Daniel and Wasserblat, Moshe and Pereg, Oren},
217
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
218
+ title = {Efficient Few-Shot Learning Without Prompts},
219
+ publisher = {arXiv},
220
+ year = {2022},
221
+ copyright = {Creative Commons Attribution 4.0 International}
222
+ }
223
+ ```
224
+
225
+ <!--
226
+ ## Glossary
227
+
228
+ *Clearly define terms in order to be accessible across audiences.*
229
+ -->
230
+
231
+ <!--
232
+ ## Model Card Authors
233
+
234
+ *Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
235
+ -->
236
+
237
+ <!--
238
+ ## Model Card Contact
239
+
240
+ *Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
241
+ -->
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1536,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.38.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 250037
26
+ }
config_sentence_transformers.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "__version__": {
3
+ "sentence_transformers": "2.0.0",
4
+ "transformers": "4.7.0",
5
+ "pytorch": "1.9.0+cu102"
6
+ },
7
+ "prompts": {},
8
+ "default_prompt_name": null
9
+ }
config_setfit.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "normalize_embeddings": false,
3
+ "labels": null
4
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf4a7600e177e1f273467ff8360d5e0236a1e701418089512fc9ebb268f3dcd
3
+ size 470637416
model_head.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8005e52641e99bb47ca8aefc1104a41c3a4df97eebe4018afc3c7728ff8cb222
3
+ size 18036
modules.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "idx": 0,
4
+ "name": "0",
5
+ "path": "",
6
+ "type": "sentence_transformers.models.Transformer"
7
+ },
8
+ {
9
+ "idx": 1,
10
+ "name": "1",
11
+ "path": "1_Pooling",
12
+ "type": "sentence_transformers.models.Pooling"
13
+ }
14
+ ]
sentence_bert_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 128,
3
+ "do_lower_case": false
4
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa685fc160bbdbab64058d4fc91b60e62d207e8dc60b9af5c002c5ab946ded00
3
+ size 17083009
tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "<s>",
47
+ "do_lower_case": true,
48
+ "eos_token": "</s>",
49
+ "mask_token": "<mask>",
50
+ "max_length": 128,
51
+ "model_max_length": 512,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "<pad>",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "</s>",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "<unk>"
64
+ }
unigram.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da145b5e7700ae40f16691ec32a0b1fdc1ee3298db22a31ea55f57a966c4a65d
3
+ size 14763260