Add new SentenceTransformer model.
Browse files- README.md +554 -164
- model.safetensors +1 -1
README.md
CHANGED
@@ -1,201 +1,591 @@
|
|
1 |
---
|
2 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
-
#
|
9 |
-
|
10 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
-
|
12 |
|
|
|
13 |
|
14 |
## Model Details
|
15 |
|
16 |
### Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
Generates similarity embeddings
|
21 |
-
|
22 |
-
- **Developed by:** [More Information Needed]
|
23 |
-
- **Funded by [optional]:** [More Information Needed]
|
24 |
-
- **Shared by [optional]:** [More Information Needed]
|
25 |
-
- **Model type:** [More Information Needed]
|
26 |
-
- **Language(s) (NLP):** en
|
27 |
-
- **License:** apache-2.0
|
28 |
-
- **Finetuned from model [optional]:** sentence-transformers/all-MiniLM-L6-v2
|
29 |
-
|
30 |
-
### Model Sources [optional]
|
31 |
-
|
32 |
-
<!-- Provide the basic links for the model. -->
|
33 |
-
|
34 |
-
- **Repository:** [More Information Needed]
|
35 |
-
- **Paper [optional]:** [More Information Needed]
|
36 |
-
- **Demo [optional]:** [More Information Needed]
|
37 |
-
|
38 |
-
## Uses
|
39 |
-
|
40 |
-
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
41 |
|
42 |
-
|
|
|
|
|
43 |
|
44 |
-
|
45 |
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
|
49 |
|
50 |
-
|
51 |
|
52 |
-
|
53 |
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
[More Information Needed]
|
59 |
|
60 |
-
|
|
|
|
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
|
|
|
|
67 |
|
68 |
-
<!--
|
|
|
69 |
|
70 |
-
|
71 |
|
72 |
-
|
73 |
-
|
74 |
-
Use the code below to get started with the model.
|
75 |
-
|
76 |
-
[More Information Needed]
|
77 |
-
|
78 |
-
## Training Details
|
79 |
|
80 |
-
|
|
|
81 |
|
82 |
-
|
83 |
|
84 |
-
|
85 |
|
86 |
-
|
|
|
87 |
|
88 |
-
<!--
|
89 |
-
|
90 |
-
#### Preprocessing [optional]
|
91 |
-
|
92 |
-
[More Information Needed]
|
93 |
-
|
94 |
-
|
95 |
-
#### Training Hyperparameters
|
96 |
-
|
97 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
98 |
-
|
99 |
-
#### Speeds, Sizes, Times [optional]
|
100 |
-
|
101 |
-
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
102 |
|
103 |
-
|
|
|
104 |
|
105 |
## Evaluation
|
106 |
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
[More Information Needed]
|
160 |
-
|
161 |
-
### Compute Infrastructure
|
162 |
-
|
163 |
-
[More Information Needed]
|
164 |
-
|
165 |
-
#### Hardware
|
166 |
-
|
167 |
-
[More Information Needed]
|
168 |
-
|
169 |
-
#### Software
|
170 |
-
|
171 |
-
[More Information Needed]
|
172 |
-
|
173 |
-
## Citation [optional]
|
174 |
-
|
175 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
176 |
-
|
177 |
-
**BibTeX:**
|
178 |
-
|
179 |
-
[More Information Needed]
|
180 |
-
|
181 |
-
**APA:**
|
182 |
-
|
183 |
-
[More Information Needed]
|
184 |
-
|
185 |
-
## Glossary [optional]
|
186 |
-
|
187 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
188 |
-
|
189 |
-
[More Information Needed]
|
190 |
-
|
191 |
-
## More Information [optional]
|
192 |
-
|
193 |
-
[More Information Needed]
|
194 |
|
195 |
-
|
|
|
196 |
|
197 |
-
|
198 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
## Model Card Contact
|
200 |
|
201 |
-
|
|
|
|
1 |
---
|
2 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
3 |
+
library_name: sentence-transformers
|
4 |
+
metrics:
|
5 |
+
- cosine_accuracy
|
6 |
+
- cosine_accuracy_threshold
|
7 |
+
- cosine_f1
|
8 |
+
- cosine_f1_threshold
|
9 |
+
- cosine_precision
|
10 |
+
- cosine_recall
|
11 |
+
- cosine_ap
|
12 |
+
- dot_accuracy
|
13 |
+
- dot_accuracy_threshold
|
14 |
+
- dot_f1
|
15 |
+
- dot_f1_threshold
|
16 |
+
- dot_precision
|
17 |
+
- dot_recall
|
18 |
+
- dot_ap
|
19 |
+
- manhattan_accuracy
|
20 |
+
- manhattan_accuracy_threshold
|
21 |
+
- manhattan_f1
|
22 |
+
- manhattan_f1_threshold
|
23 |
+
- manhattan_precision
|
24 |
+
- manhattan_recall
|
25 |
+
- manhattan_ap
|
26 |
+
- euclidean_accuracy
|
27 |
+
- euclidean_accuracy_threshold
|
28 |
+
- euclidean_f1
|
29 |
+
- euclidean_f1_threshold
|
30 |
+
- euclidean_precision
|
31 |
+
- euclidean_recall
|
32 |
+
- euclidean_ap
|
33 |
+
- max_accuracy
|
34 |
+
- max_accuracy_threshold
|
35 |
+
- max_f1
|
36 |
+
- max_f1_threshold
|
37 |
+
- max_precision
|
38 |
+
- max_recall
|
39 |
+
- max_ap
|
40 |
+
pipeline_tag: sentence-similarity
|
41 |
+
tags:
|
42 |
+
- sentence-transformers
|
43 |
+
- sentence-similarity
|
44 |
+
- feature-extraction
|
45 |
+
- generated_from_trainer
|
46 |
+
- dataset_size:965
|
47 |
+
- loss:CoSENTLoss
|
48 |
+
widget:
|
49 |
+
- source_sentence: Something else?
|
50 |
+
sentences:
|
51 |
+
- A chess game.
|
52 |
+
- I wanted to examine my power
|
53 |
+
- Which one do you like?
|
54 |
+
- source_sentence: How far did you get last time?
|
55 |
+
sentences:
|
56 |
+
- What happened to him?
|
57 |
+
- Do you know a villager that uses magic that changes the form of item?
|
58 |
+
- How was the last time?
|
59 |
+
- source_sentence: There was a red stain on the dish
|
60 |
+
sentences:
|
61 |
+
- Red stain on the dish
|
62 |
+
- I found a painting.
|
63 |
+
- Someone used magic
|
64 |
+
- source_sentence: What's your name?
|
65 |
+
sentences:
|
66 |
+
- Where do you want to look?
|
67 |
+
- what mystery?
|
68 |
+
- This bed is important.
|
69 |
+
- source_sentence: Did you place the scarf in the fireplace?
|
70 |
+
sentences:
|
71 |
+
- What spell does Jack use?
|
72 |
+
- Did you put the scarf in the fireplace?
|
73 |
+
- Someone cast magic
|
74 |
+
model-index:
|
75 |
+
- name: SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
|
76 |
+
results:
|
77 |
+
- task:
|
78 |
+
type: binary-classification
|
79 |
+
name: Binary Classification
|
80 |
+
dataset:
|
81 |
+
name: custom arc semantics data en
|
82 |
+
type: custom-arc-semantics-data-en
|
83 |
+
metrics:
|
84 |
+
- type: cosine_accuracy
|
85 |
+
value: 0.8911917098445595
|
86 |
+
name: Cosine Accuracy
|
87 |
+
- type: cosine_accuracy_threshold
|
88 |
+
value: 0.4277103841304779
|
89 |
+
name: Cosine Accuracy Threshold
|
90 |
+
- type: cosine_f1
|
91 |
+
value: 0.8995215311004785
|
92 |
+
name: Cosine F1
|
93 |
+
- type: cosine_f1_threshold
|
94 |
+
value: 0.4277103841304779
|
95 |
+
name: Cosine F1 Threshold
|
96 |
+
- type: cosine_precision
|
97 |
+
value: 0.912621359223301
|
98 |
+
name: Cosine Precision
|
99 |
+
- type: cosine_recall
|
100 |
+
value: 0.8867924528301887
|
101 |
+
name: Cosine Recall
|
102 |
+
- type: cosine_ap
|
103 |
+
value: 0.9541585503952146
|
104 |
+
name: Cosine Ap
|
105 |
+
- type: dot_accuracy
|
106 |
+
value: 0.8911917098445595
|
107 |
+
name: Dot Accuracy
|
108 |
+
- type: dot_accuracy_threshold
|
109 |
+
value: 0.4277104139328003
|
110 |
+
name: Dot Accuracy Threshold
|
111 |
+
- type: dot_f1
|
112 |
+
value: 0.8995215311004785
|
113 |
+
name: Dot F1
|
114 |
+
- type: dot_f1_threshold
|
115 |
+
value: 0.4277104139328003
|
116 |
+
name: Dot F1 Threshold
|
117 |
+
- type: dot_precision
|
118 |
+
value: 0.912621359223301
|
119 |
+
name: Dot Precision
|
120 |
+
- type: dot_recall
|
121 |
+
value: 0.8867924528301887
|
122 |
+
name: Dot Recall
|
123 |
+
- type: dot_ap
|
124 |
+
value: 0.9541585503952146
|
125 |
+
name: Dot Ap
|
126 |
+
- type: manhattan_accuracy
|
127 |
+
value: 0.8911917098445595
|
128 |
+
name: Manhattan Accuracy
|
129 |
+
- type: manhattan_accuracy_threshold
|
130 |
+
value: 16.63518714904785
|
131 |
+
name: Manhattan Accuracy Threshold
|
132 |
+
- type: manhattan_f1
|
133 |
+
value: 0.9004739336492891
|
134 |
+
name: Manhattan F1
|
135 |
+
- type: manhattan_f1_threshold
|
136 |
+
value: 16.989246368408203
|
137 |
+
name: Manhattan F1 Threshold
|
138 |
+
- type: manhattan_precision
|
139 |
+
value: 0.9047619047619048
|
140 |
+
name: Manhattan Precision
|
141 |
+
- type: manhattan_recall
|
142 |
+
value: 0.8962264150943396
|
143 |
+
name: Manhattan Recall
|
144 |
+
- type: manhattan_ap
|
145 |
+
value: 0.9543239534109162
|
146 |
+
name: Manhattan Ap
|
147 |
+
- type: euclidean_accuracy
|
148 |
+
value: 0.8911917098445595
|
149 |
+
name: Euclidean Accuracy
|
150 |
+
- type: euclidean_accuracy_threshold
|
151 |
+
value: 1.0697987079620361
|
152 |
+
name: Euclidean Accuracy Threshold
|
153 |
+
- type: euclidean_f1
|
154 |
+
value: 0.8995215311004785
|
155 |
+
name: Euclidean F1
|
156 |
+
- type: euclidean_f1_threshold
|
157 |
+
value: 1.0697987079620361
|
158 |
+
name: Euclidean F1 Threshold
|
159 |
+
- type: euclidean_precision
|
160 |
+
value: 0.912621359223301
|
161 |
+
name: Euclidean Precision
|
162 |
+
- type: euclidean_recall
|
163 |
+
value: 0.8867924528301887
|
164 |
+
name: Euclidean Recall
|
165 |
+
- type: euclidean_ap
|
166 |
+
value: 0.9541585503952146
|
167 |
+
name: Euclidean Ap
|
168 |
+
- type: max_accuracy
|
169 |
+
value: 0.8911917098445595
|
170 |
+
name: Max Accuracy
|
171 |
+
- type: max_accuracy_threshold
|
172 |
+
value: 16.63518714904785
|
173 |
+
name: Max Accuracy Threshold
|
174 |
+
- type: max_f1
|
175 |
+
value: 0.9004739336492891
|
176 |
+
name: Max F1
|
177 |
+
- type: max_f1_threshold
|
178 |
+
value: 16.989246368408203
|
179 |
+
name: Max F1 Threshold
|
180 |
+
- type: max_precision
|
181 |
+
value: 0.912621359223301
|
182 |
+
name: Max Precision
|
183 |
+
- type: max_recall
|
184 |
+
value: 0.8962264150943396
|
185 |
+
name: Max Recall
|
186 |
+
- type: max_ap
|
187 |
+
value: 0.9543239534109162
|
188 |
+
name: Max Ap
|
189 |
---
|
190 |
|
191 |
+
# SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
|
|
|
|
|
|
|
192 |
|
193 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) on the csv dataset. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
194 |
|
195 |
## Model Details
|
196 |
|
197 |
### Model Description
|
198 |
+
- **Model Type:** Sentence Transformer
|
199 |
+
- **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision 8b3219a92973c328a8e22fadcfa821b5dc75636a -->
|
200 |
+
- **Maximum Sequence Length:** 256 tokens
|
201 |
+
- **Output Dimensionality:** 384 tokens
|
202 |
+
- **Similarity Function:** Cosine Similarity
|
203 |
+
- **Training Dataset:**
|
204 |
+
- csv
|
205 |
+
<!-- - **Language:** Unknown -->
|
206 |
+
<!-- - **License:** Unknown -->
|
207 |
|
208 |
+
### Model Sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
209 |
|
210 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
211 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
212 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
213 |
|
214 |
+
### Full Model Architecture
|
215 |
|
216 |
+
```
|
217 |
+
SentenceTransformer(
|
218 |
+
(0): Transformer({'max_seq_length': 256, 'do_lower_case': False}) with Transformer model: BertModel
|
219 |
+
(1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
220 |
+
(2): Normalize()
|
221 |
+
)
|
222 |
+
```
|
223 |
|
224 |
+
## Usage
|
225 |
|
226 |
+
### Direct Usage (Sentence Transformers)
|
227 |
|
228 |
+
First install the Sentence Transformers library:
|
229 |
|
230 |
+
```bash
|
231 |
+
pip install -U sentence-transformers
|
232 |
+
```
|
|
|
|
|
233 |
|
234 |
+
Then you can load this model and run inference.
|
235 |
+
```python
|
236 |
+
from sentence_transformers import SentenceTransformer
|
237 |
|
238 |
+
# Download from the 🤗 Hub
|
239 |
+
model = SentenceTransformer("LeoChiuu/all-MiniLM-L6-v2-arc")
|
240 |
+
# Run inference
|
241 |
+
sentences = [
|
242 |
+
'Did you place the scarf in the fireplace?',
|
243 |
+
'Did you put the scarf in the fireplace?',
|
244 |
+
'Someone cast magic',
|
245 |
+
]
|
246 |
+
embeddings = model.encode(sentences)
|
247 |
+
print(embeddings.shape)
|
248 |
+
# [3, 384]
|
249 |
|
250 |
+
# Get the similarity scores for the embeddings
|
251 |
+
similarities = model.similarity(embeddings, embeddings)
|
252 |
+
print(similarities.shape)
|
253 |
+
# [3, 3]
|
254 |
+
```
|
255 |
|
256 |
+
<!--
|
257 |
+
### Direct Usage (Transformers)
|
258 |
|
259 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
260 |
|
261 |
+
</details>
|
262 |
+
-->
|
|
|
|
|
|
|
|
|
|
|
263 |
|
264 |
+
<!--
|
265 |
+
### Downstream Usage (Sentence Transformers)
|
266 |
|
267 |
+
You can finetune this model on your own dataset.
|
268 |
|
269 |
+
<details><summary>Click to expand</summary>
|
270 |
|
271 |
+
</details>
|
272 |
+
-->
|
273 |
|
274 |
+
<!--
|
275 |
+
### Out-of-Scope Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
|
277 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
278 |
+
-->
|
279 |
|
280 |
## Evaluation
|
281 |
|
282 |
+
### Metrics
|
283 |
+
|
284 |
+
#### Binary Classification
|
285 |
+
* Dataset: `custom-arc-semantics-data-en`
|
286 |
+
* Evaluated with [<code>BinaryClassificationEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.BinaryClassificationEvaluator)
|
287 |
+
|
288 |
+
| Metric | Value |
|
289 |
+
|:-----------------------------|:-----------|
|
290 |
+
| cosine_accuracy | 0.8912 |
|
291 |
+
| cosine_accuracy_threshold | 0.4277 |
|
292 |
+
| cosine_f1 | 0.8995 |
|
293 |
+
| cosine_f1_threshold | 0.4277 |
|
294 |
+
| cosine_precision | 0.9126 |
|
295 |
+
| cosine_recall | 0.8868 |
|
296 |
+
| cosine_ap | 0.9542 |
|
297 |
+
| dot_accuracy | 0.8912 |
|
298 |
+
| dot_accuracy_threshold | 0.4277 |
|
299 |
+
| dot_f1 | 0.8995 |
|
300 |
+
| dot_f1_threshold | 0.4277 |
|
301 |
+
| dot_precision | 0.9126 |
|
302 |
+
| dot_recall | 0.8868 |
|
303 |
+
| dot_ap | 0.9542 |
|
304 |
+
| manhattan_accuracy | 0.8912 |
|
305 |
+
| manhattan_accuracy_threshold | 16.6352 |
|
306 |
+
| manhattan_f1 | 0.9005 |
|
307 |
+
| manhattan_f1_threshold | 16.9892 |
|
308 |
+
| manhattan_precision | 0.9048 |
|
309 |
+
| manhattan_recall | 0.8962 |
|
310 |
+
| manhattan_ap | 0.9543 |
|
311 |
+
| euclidean_accuracy | 0.8912 |
|
312 |
+
| euclidean_accuracy_threshold | 1.0698 |
|
313 |
+
| euclidean_f1 | 0.8995 |
|
314 |
+
| euclidean_f1_threshold | 1.0698 |
|
315 |
+
| euclidean_precision | 0.9126 |
|
316 |
+
| euclidean_recall | 0.8868 |
|
317 |
+
| euclidean_ap | 0.9542 |
|
318 |
+
| max_accuracy | 0.8912 |
|
319 |
+
| max_accuracy_threshold | 16.6352 |
|
320 |
+
| max_f1 | 0.9005 |
|
321 |
+
| max_f1_threshold | 16.9892 |
|
322 |
+
| max_precision | 0.9126 |
|
323 |
+
| max_recall | 0.8962 |
|
324 |
+
| **max_ap** | **0.9543** |
|
325 |
+
|
326 |
+
<!--
|
327 |
+
## Bias, Risks and Limitations
|
328 |
+
|
329 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
330 |
+
-->
|
331 |
+
|
332 |
+
<!--
|
333 |
+
### Recommendations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
334 |
|
335 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
336 |
+
-->
|
337 |
|
338 |
+
## Training Details
|
339 |
|
340 |
+
### Training Dataset
|
341 |
+
|
342 |
+
#### csv
|
343 |
+
|
344 |
+
* Dataset: csv
|
345 |
+
* Size: 965 training samples
|
346 |
+
* Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
|
347 |
+
* Approximate statistics based on the first 965 samples:
|
348 |
+
| | text1 | text2 | label |
|
349 |
+
|:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
|
350 |
+
| type | string | string | int |
|
351 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 7.19 tokens</li><li>max: 18 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 7.12 tokens</li><li>max: 18 tokens</li></ul> | <ul><li>0: ~42.10%</li><li>1: ~57.90%</li></ul> |
|
352 |
+
* Samples:
|
353 |
+
| text1 | text2 | label |
|
354 |
+
|:---------------------------------|:-------------------------------|:---------------|
|
355 |
+
| <code>Can you fix Roger?</code> | <code>Example question.</code> | <code>0</code> |
|
356 |
+
| <code>Inside</code> | <code>Outside</code> | <code>0</code> |
|
357 |
+
| <code>Let's search inside</code> | <code>Let's look inside</code> | <code>1</code> |
|
358 |
+
* Loss: [<code>CoSENTLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosentloss) with these parameters:
|
359 |
+
```json
|
360 |
+
{
|
361 |
+
"scale": 20.0,
|
362 |
+
"similarity_fct": "pairwise_cos_sim"
|
363 |
+
}
|
364 |
+
```
|
365 |
+
|
366 |
+
### Evaluation Dataset
|
367 |
+
|
368 |
+
#### csv
|
369 |
+
|
370 |
+
* Dataset: csv
|
371 |
+
* Size: 965 evaluation samples
|
372 |
+
* Columns: <code>text1</code>, <code>text2</code>, and <code>label</code>
|
373 |
+
* Approximate statistics based on the first 965 samples:
|
374 |
+
| | text1 | text2 | label |
|
375 |
+
|:--------|:---------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:------------------------------------------------|
|
376 |
+
| type | string | string | int |
|
377 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 7.58 tokens</li><li>max: 18 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 7.17 tokens</li><li>max: 18 tokens</li></ul> | <ul><li>0: ~45.08%</li><li>1: ~54.92%</li></ul> |
|
378 |
+
* Samples:
|
379 |
+
| text1 | text2 | label |
|
380 |
+
|:------------------------|:----------------------------------------|:---------------|
|
381 |
+
| <code>Which one?</code> | <code>Which should I look first?</code> | <code>1</code> |
|
382 |
+
| <code>Illusion</code> | <code>illusion</code> | <code>1</code> |
|
383 |
+
| <code>Cool</code> | <code>Cute</code> | <code>1</code> |
|
384 |
+
* Loss: [<code>CoSENTLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cosentloss) with these parameters:
|
385 |
+
```json
|
386 |
+
{
|
387 |
+
"scale": 20.0,
|
388 |
+
"similarity_fct": "pairwise_cos_sim"
|
389 |
+
}
|
390 |
+
```
|
391 |
+
|
392 |
+
### Training Hyperparameters
|
393 |
+
#### Non-Default Hyperparameters
|
394 |
+
|
395 |
+
- `eval_strategy`: epoch
|
396 |
+
- `learning_rate`: 2e-05
|
397 |
+
- `num_train_epochs`: 13
|
398 |
+
- `warmup_ratio`: 0.1
|
399 |
+
- `fp16`: True
|
400 |
+
- `batch_sampler`: no_duplicates
|
401 |
+
|
402 |
+
#### All Hyperparameters
|
403 |
+
<details><summary>Click to expand</summary>
|
404 |
+
|
405 |
+
- `overwrite_output_dir`: False
|
406 |
+
- `do_predict`: False
|
407 |
+
- `eval_strategy`: epoch
|
408 |
+
- `prediction_loss_only`: True
|
409 |
+
- `per_device_train_batch_size`: 8
|
410 |
+
- `per_device_eval_batch_size`: 8
|
411 |
+
- `per_gpu_train_batch_size`: None
|
412 |
+
- `per_gpu_eval_batch_size`: None
|
413 |
+
- `gradient_accumulation_steps`: 1
|
414 |
+
- `eval_accumulation_steps`: None
|
415 |
+
- `torch_empty_cache_steps`: None
|
416 |
+
- `learning_rate`: 2e-05
|
417 |
+
- `weight_decay`: 0.0
|
418 |
+
- `adam_beta1`: 0.9
|
419 |
+
- `adam_beta2`: 0.999
|
420 |
+
- `adam_epsilon`: 1e-08
|
421 |
+
- `max_grad_norm`: 1.0
|
422 |
+
- `num_train_epochs`: 13
|
423 |
+
- `max_steps`: -1
|
424 |
+
- `lr_scheduler_type`: linear
|
425 |
+
- `lr_scheduler_kwargs`: {}
|
426 |
+
- `warmup_ratio`: 0.1
|
427 |
+
- `warmup_steps`: 0
|
428 |
+
- `log_level`: passive
|
429 |
+
- `log_level_replica`: warning
|
430 |
+
- `log_on_each_node`: True
|
431 |
+
- `logging_nan_inf_filter`: True
|
432 |
+
- `save_safetensors`: True
|
433 |
+
- `save_on_each_node`: False
|
434 |
+
- `save_only_model`: False
|
435 |
+
- `restore_callback_states_from_checkpoint`: False
|
436 |
+
- `no_cuda`: False
|
437 |
+
- `use_cpu`: False
|
438 |
+
- `use_mps_device`: False
|
439 |
+
- `seed`: 42
|
440 |
+
- `data_seed`: None
|
441 |
+
- `jit_mode_eval`: False
|
442 |
+
- `use_ipex`: False
|
443 |
+
- `bf16`: False
|
444 |
+
- `fp16`: True
|
445 |
+
- `fp16_opt_level`: O1
|
446 |
+
- `half_precision_backend`: auto
|
447 |
+
- `bf16_full_eval`: False
|
448 |
+
- `fp16_full_eval`: False
|
449 |
+
- `tf32`: None
|
450 |
+
- `local_rank`: 0
|
451 |
+
- `ddp_backend`: None
|
452 |
+
- `tpu_num_cores`: None
|
453 |
+
- `tpu_metrics_debug`: False
|
454 |
+
- `debug`: []
|
455 |
+
- `dataloader_drop_last`: False
|
456 |
+
- `dataloader_num_workers`: 0
|
457 |
+
- `dataloader_prefetch_factor`: None
|
458 |
+
- `past_index`: -1
|
459 |
+
- `disable_tqdm`: False
|
460 |
+
- `remove_unused_columns`: True
|
461 |
+
- `label_names`: None
|
462 |
+
- `load_best_model_at_end`: False
|
463 |
+
- `ignore_data_skip`: False
|
464 |
+
- `fsdp`: []
|
465 |
+
- `fsdp_min_num_params`: 0
|
466 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
467 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
468 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
469 |
+
- `deepspeed`: None
|
470 |
+
- `label_smoothing_factor`: 0.0
|
471 |
+
- `optim`: adamw_torch
|
472 |
+
- `optim_args`: None
|
473 |
+
- `adafactor`: False
|
474 |
+
- `group_by_length`: False
|
475 |
+
- `length_column_name`: length
|
476 |
+
- `ddp_find_unused_parameters`: None
|
477 |
+
- `ddp_bucket_cap_mb`: None
|
478 |
+
- `ddp_broadcast_buffers`: False
|
479 |
+
- `dataloader_pin_memory`: True
|
480 |
+
- `dataloader_persistent_workers`: False
|
481 |
+
- `skip_memory_metrics`: True
|
482 |
+
- `use_legacy_prediction_loop`: False
|
483 |
+
- `push_to_hub`: False
|
484 |
+
- `resume_from_checkpoint`: None
|
485 |
+
- `hub_model_id`: None
|
486 |
+
- `hub_strategy`: every_save
|
487 |
+
- `hub_private_repo`: False
|
488 |
+
- `hub_always_push`: False
|
489 |
+
- `gradient_checkpointing`: False
|
490 |
+
- `gradient_checkpointing_kwargs`: None
|
491 |
+
- `include_inputs_for_metrics`: False
|
492 |
+
- `eval_do_concat_batches`: True
|
493 |
+
- `fp16_backend`: auto
|
494 |
+
- `push_to_hub_model_id`: None
|
495 |
+
- `push_to_hub_organization`: None
|
496 |
+
- `mp_parameters`:
|
497 |
+
- `auto_find_batch_size`: False
|
498 |
+
- `full_determinism`: False
|
499 |
+
- `torchdynamo`: None
|
500 |
+
- `ray_scope`: last
|
501 |
+
- `ddp_timeout`: 1800
|
502 |
+
- `torch_compile`: False
|
503 |
+
- `torch_compile_backend`: None
|
504 |
+
- `torch_compile_mode`: None
|
505 |
+
- `dispatch_batches`: None
|
506 |
+
- `split_batches`: None
|
507 |
+
- `include_tokens_per_second`: False
|
508 |
+
- `include_num_input_tokens_seen`: False
|
509 |
+
- `neftune_noise_alpha`: None
|
510 |
+
- `optim_target_modules`: None
|
511 |
+
- `batch_eval_metrics`: False
|
512 |
+
- `eval_on_start`: False
|
513 |
+
- `eval_use_gather_object`: False
|
514 |
+
- `batch_sampler`: no_duplicates
|
515 |
+
- `multi_dataset_batch_sampler`: proportional
|
516 |
+
|
517 |
+
</details>
|
518 |
+
|
519 |
+
### Training Logs
|
520 |
+
| Epoch | Step | Training Loss | loss | custom-arc-semantics-data-en_max_ap |
|
521 |
+
|:-----:|:----:|:-------------:|:------:|:-----------------------------------:|
|
522 |
+
| None | 0 | - | - | 0.8981 |
|
523 |
+
| 1.0 | 97 | 2.331 | 2.1027 | 0.9251 |
|
524 |
+
| 2.0 | 194 | 1.2648 | 1.8331 | 0.9414 |
|
525 |
+
| 3.0 | 291 | 0.7422 | 1.9881 | 0.9462 |
|
526 |
+
| 4.0 | 388 | 0.4317 | 2.0917 | 0.9476 |
|
527 |
+
| 5.0 | 485 | 0.16 | 2.1326 | 0.9489 |
|
528 |
+
| 6.0 | 582 | 0.0956 | 2.0867 | 0.9500 |
|
529 |
+
| 7.0 | 679 | 0.0483 | 2.0456 | 0.9520 |
|
530 |
+
| 8.0 | 776 | 0.0497 | 2.0584 | 0.9532 |
|
531 |
+
| 9.0 | 873 | 0.0252 | 2.0434 | 0.9532 |
|
532 |
+
| 10.0 | 970 | 0.0114 | 2.0422 | 0.9531 |
|
533 |
+
| 11.0 | 1067 | 0.006 | 2.0670 | 0.9536 |
|
534 |
+
| 12.0 | 1164 | 0.0123 | 2.0594 | 0.9542 |
|
535 |
+
| 13.0 | 1261 | 0.0158 | 2.0619 | 0.9543 |
|
536 |
+
|
537 |
+
|
538 |
+
### Framework Versions
|
539 |
+
- Python: 3.10.14
|
540 |
+
- Sentence Transformers: 3.1.0
|
541 |
+
- Transformers: 4.44.2
|
542 |
+
- PyTorch: 2.4.1+cu121
|
543 |
+
- Accelerate: 0.34.2
|
544 |
+
- Datasets: 2.20.0
|
545 |
+
- Tokenizers: 0.19.1
|
546 |
+
|
547 |
+
## Citation
|
548 |
+
|
549 |
+
### BibTeX
|
550 |
+
|
551 |
+
#### Sentence Transformers
|
552 |
+
```bibtex
|
553 |
+
@inproceedings{reimers-2019-sentence-bert,
|
554 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
555 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
556 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
557 |
+
month = "11",
|
558 |
+
year = "2019",
|
559 |
+
publisher = "Association for Computational Linguistics",
|
560 |
+
url = "https://arxiv.org/abs/1908.10084",
|
561 |
+
}
|
562 |
+
```
|
563 |
+
|
564 |
+
#### CoSENTLoss
|
565 |
+
```bibtex
|
566 |
+
@online{kexuefm-8847,
|
567 |
+
title={CoSENT: A more efficient sentence vector scheme than Sentence-BERT},
|
568 |
+
author={Su Jianlin},
|
569 |
+
year={2022},
|
570 |
+
month={Jan},
|
571 |
+
url={https://kexue.fm/archives/8847},
|
572 |
+
}
|
573 |
+
```
|
574 |
+
|
575 |
+
<!--
|
576 |
+
## Glossary
|
577 |
+
|
578 |
+
*Clearly define terms in order to be accessible across audiences.*
|
579 |
+
-->
|
580 |
+
|
581 |
+
<!--
|
582 |
+
## Model Card Authors
|
583 |
+
|
584 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
585 |
+
-->
|
586 |
+
|
587 |
+
<!--
|
588 |
## Model Card Contact
|
589 |
|
590 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
591 |
+
-->
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 90864192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d69507d61c4dad8a4b2276b36338d6e9e97f7dbc11623f392dc2d0f64f31a75
|
3 |
size 90864192
|