dariolopez
commited on
Commit
•
42d0a03
1
Parent(s):
80f512d
Add new SentenceTransformer model.
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +854 -0
- config.json +28 -0
- config_sentence_transformers.json +10 -0
- model.safetensors +3 -0
- modules.json +20 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +55 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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
|
1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 1024,
|
3 |
+
"pooling_mode_cls_token": true,
|
4 |
+
"pooling_mode_mean_tokens": false,
|
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,854 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: BAAI/bge-m3
|
3 |
+
datasets: []
|
4 |
+
language:
|
5 |
+
- es
|
6 |
+
library_name: sentence-transformers
|
7 |
+
license: apache-2.0
|
8 |
+
metrics:
|
9 |
+
- cosine_accuracy@1
|
10 |
+
- cosine_accuracy@3
|
11 |
+
- cosine_accuracy@5
|
12 |
+
- cosine_accuracy@10
|
13 |
+
- cosine_precision@1
|
14 |
+
- cosine_precision@3
|
15 |
+
- cosine_precision@5
|
16 |
+
- cosine_precision@10
|
17 |
+
- cosine_recall@1
|
18 |
+
- cosine_recall@3
|
19 |
+
- cosine_recall@5
|
20 |
+
- cosine_recall@10
|
21 |
+
- cosine_ndcg@10
|
22 |
+
- cosine_mrr@10
|
23 |
+
- cosine_map@100
|
24 |
+
pipeline_tag: sentence-similarity
|
25 |
+
tags:
|
26 |
+
- sentence-transformers
|
27 |
+
- sentence-similarity
|
28 |
+
- feature-extraction
|
29 |
+
- generated_from_trainer
|
30 |
+
- dataset_size:2947
|
31 |
+
- loss:MatryoshkaLoss
|
32 |
+
- loss:MultipleNegativesRankingLoss
|
33 |
+
widget:
|
34 |
+
- source_sentence: Es uso privativo el que determina la ocupación de una porción del
|
35 |
+
dominio público, de modo que se limita o excluye la utilización del mismo por
|
36 |
+
otros interesados.
|
37 |
+
sentences:
|
38 |
+
- ¿Qué es el uso privativo de los bienes de dominio público?
|
39 |
+
- ¿Qué es la sanidad ambiental?
|
40 |
+
- ¿Qué información básica debe contener la información que se facilita al afectado
|
41 |
+
cuando se obtienen datos personales de él?
|
42 |
+
- source_sentence: 'Las retribuciones básicas, que se fijan en la Ley de Presupuestos
|
43 |
+
Generales del Estado, estarán integradas única y exclusivamente por: a) El sueldo
|
44 |
+
asignado a cada Subgrupo o Grupo de clasificación profesional, en el supuesto
|
45 |
+
de que éste no tenga Subgrupo. b) Los trienios, que consisten en una cantidad,
|
46 |
+
que será igual para cada Subgrupo o Grupo de clasificación profesional, en el
|
47 |
+
supuesto de que éste no tenga Subgrupo, por cada tres años de servicio.'
|
48 |
+
sentences:
|
49 |
+
- ¿Qué se entiende por retribuciones básicas?
|
50 |
+
- ¿Cuál es el título competencial de esta ley orgánica?
|
51 |
+
- ¿Qué se aprueba a propuesta del Ministro de Hacienda?
|
52 |
+
- source_sentence: Se reconoce el valor social de las niñas, niños y adolescentes
|
53 |
+
como personas que realizan un aporte afectivo, cultural y ético al caudal social,
|
54 |
+
y cuyo protagonismo, creatividad y posicionamiento activo enriquecen la vida colectiva.
|
55 |
+
sentences:
|
56 |
+
- ¿Qué sucede si se produce un incumplimiento de las actuaciones establecidas en
|
57 |
+
el Plan de inclusión sociolaboral?
|
58 |
+
- ¿Qué se reconoce en cuanto al valor social de la infancia?
|
59 |
+
- ¿Cuál es el plazo de prescripción de las infracciones?
|
60 |
+
- source_sentence: Las empresas y las universidades podrán promover y participar en
|
61 |
+
programas de voluntariado que cumplan los requisitos establecidos en esta Ley.
|
62 |
+
sentences:
|
63 |
+
- ¿Cuál es la consideración de las infracciones muy graves?
|
64 |
+
- ¿Qué tipo de empresas pueden promover y participar en programas de voluntariado?
|
65 |
+
- ¿Qué tipo de entidades están obligadas a cumplir con las obligaciones de publicidad
|
66 |
+
activa?
|
67 |
+
- source_sentence: Artículo 6. Definiciones. 1. Discriminación directa e indirecta.
|
68 |
+
b) La discriminación indirecta se produce cuando una disposición, criterio o práctica
|
69 |
+
aparentemente neutros ocasiona o puede ocasionar a una o varias personas una desventaja
|
70 |
+
particular con respecto a otras por razón de las causas previstas en el apartado
|
71 |
+
1 del artículo 2.
|
72 |
+
sentences:
|
73 |
+
- ¿Cuál es el papel del Consejo de Salud de Área?
|
74 |
+
- ¿Qué se considera discriminación indirecta?
|
75 |
+
- ¿Qué tipo de información se considera veraz?
|
76 |
+
model-index:
|
77 |
+
- name: BGE large Legal Spanish
|
78 |
+
results:
|
79 |
+
- task:
|
80 |
+
type: information-retrieval
|
81 |
+
name: Information Retrieval
|
82 |
+
dataset:
|
83 |
+
name: dim 1024
|
84 |
+
type: dim_1024
|
85 |
+
metrics:
|
86 |
+
- type: cosine_accuracy@1
|
87 |
+
value: 0.551829268292683
|
88 |
+
name: Cosine Accuracy@1
|
89 |
+
- type: cosine_accuracy@3
|
90 |
+
value: 0.8048780487804879
|
91 |
+
name: Cosine Accuracy@3
|
92 |
+
- type: cosine_accuracy@5
|
93 |
+
value: 0.8445121951219512
|
94 |
+
name: Cosine Accuracy@5
|
95 |
+
- type: cosine_accuracy@10
|
96 |
+
value: 0.9024390243902439
|
97 |
+
name: Cosine Accuracy@10
|
98 |
+
- type: cosine_precision@1
|
99 |
+
value: 0.551829268292683
|
100 |
+
name: Cosine Precision@1
|
101 |
+
- type: cosine_precision@3
|
102 |
+
value: 0.2682926829268293
|
103 |
+
name: Cosine Precision@3
|
104 |
+
- type: cosine_precision@5
|
105 |
+
value: 0.16890243902439023
|
106 |
+
name: Cosine Precision@5
|
107 |
+
- type: cosine_precision@10
|
108 |
+
value: 0.09024390243902437
|
109 |
+
name: Cosine Precision@10
|
110 |
+
- type: cosine_recall@1
|
111 |
+
value: 0.551829268292683
|
112 |
+
name: Cosine Recall@1
|
113 |
+
- type: cosine_recall@3
|
114 |
+
value: 0.8048780487804879
|
115 |
+
name: Cosine Recall@3
|
116 |
+
- type: cosine_recall@5
|
117 |
+
value: 0.8445121951219512
|
118 |
+
name: Cosine Recall@5
|
119 |
+
- type: cosine_recall@10
|
120 |
+
value: 0.9024390243902439
|
121 |
+
name: Cosine Recall@10
|
122 |
+
- type: cosine_ndcg@10
|
123 |
+
value: 0.7379864083246442
|
124 |
+
name: Cosine Ndcg@10
|
125 |
+
- type: cosine_mrr@10
|
126 |
+
value: 0.6841608594657377
|
127 |
+
name: Cosine Mrr@10
|
128 |
+
- type: cosine_map@100
|
129 |
+
value: 0.6880865147668174
|
130 |
+
name: Cosine Map@100
|
131 |
+
- task:
|
132 |
+
type: information-retrieval
|
133 |
+
name: Information Retrieval
|
134 |
+
dataset:
|
135 |
+
name: dim 768
|
136 |
+
type: dim_768
|
137 |
+
metrics:
|
138 |
+
- type: cosine_accuracy@1
|
139 |
+
value: 0.5487804878048781
|
140 |
+
name: Cosine Accuracy@1
|
141 |
+
- type: cosine_accuracy@3
|
142 |
+
value: 0.8048780487804879
|
143 |
+
name: Cosine Accuracy@3
|
144 |
+
- type: cosine_accuracy@5
|
145 |
+
value: 0.850609756097561
|
146 |
+
name: Cosine Accuracy@5
|
147 |
+
- type: cosine_accuracy@10
|
148 |
+
value: 0.9024390243902439
|
149 |
+
name: Cosine Accuracy@10
|
150 |
+
- type: cosine_precision@1
|
151 |
+
value: 0.5487804878048781
|
152 |
+
name: Cosine Precision@1
|
153 |
+
- type: cosine_precision@3
|
154 |
+
value: 0.2682926829268293
|
155 |
+
name: Cosine Precision@3
|
156 |
+
- type: cosine_precision@5
|
157 |
+
value: 0.17012195121951218
|
158 |
+
name: Cosine Precision@5
|
159 |
+
- type: cosine_precision@10
|
160 |
+
value: 0.09024390243902437
|
161 |
+
name: Cosine Precision@10
|
162 |
+
- type: cosine_recall@1
|
163 |
+
value: 0.5487804878048781
|
164 |
+
name: Cosine Recall@1
|
165 |
+
- type: cosine_recall@3
|
166 |
+
value: 0.8048780487804879
|
167 |
+
name: Cosine Recall@3
|
168 |
+
- type: cosine_recall@5
|
169 |
+
value: 0.850609756097561
|
170 |
+
name: Cosine Recall@5
|
171 |
+
- type: cosine_recall@10
|
172 |
+
value: 0.9024390243902439
|
173 |
+
name: Cosine Recall@10
|
174 |
+
- type: cosine_ndcg@10
|
175 |
+
value: 0.736128283939538
|
176 |
+
name: Cosine Ndcg@10
|
177 |
+
- type: cosine_mrr@10
|
178 |
+
value: 0.6815560878823075
|
179 |
+
name: Cosine Mrr@10
|
180 |
+
- type: cosine_map@100
|
181 |
+
value: 0.6854885550473444
|
182 |
+
name: Cosine Map@100
|
183 |
+
- task:
|
184 |
+
type: information-retrieval
|
185 |
+
name: Information Retrieval
|
186 |
+
dataset:
|
187 |
+
name: dim 512
|
188 |
+
type: dim_512
|
189 |
+
metrics:
|
190 |
+
- type: cosine_accuracy@1
|
191 |
+
value: 0.5579268292682927
|
192 |
+
name: Cosine Accuracy@1
|
193 |
+
- type: cosine_accuracy@3
|
194 |
+
value: 0.8109756097560976
|
195 |
+
name: Cosine Accuracy@3
|
196 |
+
- type: cosine_accuracy@5
|
197 |
+
value: 0.850609756097561
|
198 |
+
name: Cosine Accuracy@5
|
199 |
+
- type: cosine_accuracy@10
|
200 |
+
value: 0.8932926829268293
|
201 |
+
name: Cosine Accuracy@10
|
202 |
+
- type: cosine_precision@1
|
203 |
+
value: 0.5579268292682927
|
204 |
+
name: Cosine Precision@1
|
205 |
+
- type: cosine_precision@3
|
206 |
+
value: 0.27032520325203246
|
207 |
+
name: Cosine Precision@3
|
208 |
+
- type: cosine_precision@5
|
209 |
+
value: 0.17012195121951218
|
210 |
+
name: Cosine Precision@5
|
211 |
+
- type: cosine_precision@10
|
212 |
+
value: 0.08932926829268292
|
213 |
+
name: Cosine Precision@10
|
214 |
+
- type: cosine_recall@1
|
215 |
+
value: 0.5579268292682927
|
216 |
+
name: Cosine Recall@1
|
217 |
+
- type: cosine_recall@3
|
218 |
+
value: 0.8109756097560976
|
219 |
+
name: Cosine Recall@3
|
220 |
+
- type: cosine_recall@5
|
221 |
+
value: 0.850609756097561
|
222 |
+
name: Cosine Recall@5
|
223 |
+
- type: cosine_recall@10
|
224 |
+
value: 0.8932926829268293
|
225 |
+
name: Cosine Recall@10
|
226 |
+
- type: cosine_ndcg@10
|
227 |
+
value: 0.7362627915663099
|
228 |
+
name: Cosine Ndcg@10
|
229 |
+
- type: cosine_mrr@10
|
230 |
+
value: 0.6845153406891215
|
231 |
+
name: Cosine Mrr@10
|
232 |
+
- type: cosine_map@100
|
233 |
+
value: 0.6889302518809046
|
234 |
+
name: Cosine Map@100
|
235 |
+
- task:
|
236 |
+
type: information-retrieval
|
237 |
+
name: Information Retrieval
|
238 |
+
dataset:
|
239 |
+
name: dim 256
|
240 |
+
type: dim_256
|
241 |
+
metrics:
|
242 |
+
- type: cosine_accuracy@1
|
243 |
+
value: 0.5548780487804879
|
244 |
+
name: Cosine Accuracy@1
|
245 |
+
- type: cosine_accuracy@3
|
246 |
+
value: 0.7957317073170732
|
247 |
+
name: Cosine Accuracy@3
|
248 |
+
- type: cosine_accuracy@5
|
249 |
+
value: 0.8323170731707317
|
250 |
+
name: Cosine Accuracy@5
|
251 |
+
- type: cosine_accuracy@10
|
252 |
+
value: 0.8841463414634146
|
253 |
+
name: Cosine Accuracy@10
|
254 |
+
- type: cosine_precision@1
|
255 |
+
value: 0.5548780487804879
|
256 |
+
name: Cosine Precision@1
|
257 |
+
- type: cosine_precision@3
|
258 |
+
value: 0.2652439024390244
|
259 |
+
name: Cosine Precision@3
|
260 |
+
- type: cosine_precision@5
|
261 |
+
value: 0.16646341463414632
|
262 |
+
name: Cosine Precision@5
|
263 |
+
- type: cosine_precision@10
|
264 |
+
value: 0.08841463414634146
|
265 |
+
name: Cosine Precision@10
|
266 |
+
- type: cosine_recall@1
|
267 |
+
value: 0.5548780487804879
|
268 |
+
name: Cosine Recall@1
|
269 |
+
- type: cosine_recall@3
|
270 |
+
value: 0.7957317073170732
|
271 |
+
name: Cosine Recall@3
|
272 |
+
- type: cosine_recall@5
|
273 |
+
value: 0.8323170731707317
|
274 |
+
name: Cosine Recall@5
|
275 |
+
- type: cosine_recall@10
|
276 |
+
value: 0.8841463414634146
|
277 |
+
name: Cosine Recall@10
|
278 |
+
- type: cosine_ndcg@10
|
279 |
+
value: 0.7307377627264078
|
280 |
+
name: Cosine Ndcg@10
|
281 |
+
- type: cosine_mrr@10
|
282 |
+
value: 0.6803994870305846
|
283 |
+
name: Cosine Mrr@10
|
284 |
+
- type: cosine_map@100
|
285 |
+
value: 0.6851337079025414
|
286 |
+
name: Cosine Map@100
|
287 |
+
- task:
|
288 |
+
type: information-retrieval
|
289 |
+
name: Information Retrieval
|
290 |
+
dataset:
|
291 |
+
name: dim 128
|
292 |
+
type: dim_128
|
293 |
+
metrics:
|
294 |
+
- type: cosine_accuracy@1
|
295 |
+
value: 0.5213414634146342
|
296 |
+
name: Cosine Accuracy@1
|
297 |
+
- type: cosine_accuracy@3
|
298 |
+
value: 0.7621951219512195
|
299 |
+
name: Cosine Accuracy@3
|
300 |
+
- type: cosine_accuracy@5
|
301 |
+
value: 0.8140243902439024
|
302 |
+
name: Cosine Accuracy@5
|
303 |
+
- type: cosine_accuracy@10
|
304 |
+
value: 0.8658536585365854
|
305 |
+
name: Cosine Accuracy@10
|
306 |
+
- type: cosine_precision@1
|
307 |
+
value: 0.5213414634146342
|
308 |
+
name: Cosine Precision@1
|
309 |
+
- type: cosine_precision@3
|
310 |
+
value: 0.25406504065040647
|
311 |
+
name: Cosine Precision@3
|
312 |
+
- type: cosine_precision@5
|
313 |
+
value: 0.16280487804878047
|
314 |
+
name: Cosine Precision@5
|
315 |
+
- type: cosine_precision@10
|
316 |
+
value: 0.08658536585365853
|
317 |
+
name: Cosine Precision@10
|
318 |
+
- type: cosine_recall@1
|
319 |
+
value: 0.5213414634146342
|
320 |
+
name: Cosine Recall@1
|
321 |
+
- type: cosine_recall@3
|
322 |
+
value: 0.7621951219512195
|
323 |
+
name: Cosine Recall@3
|
324 |
+
- type: cosine_recall@5
|
325 |
+
value: 0.8140243902439024
|
326 |
+
name: Cosine Recall@5
|
327 |
+
- type: cosine_recall@10
|
328 |
+
value: 0.8658536585365854
|
329 |
+
name: Cosine Recall@10
|
330 |
+
- type: cosine_ndcg@10
|
331 |
+
value: 0.7028480041122221
|
332 |
+
name: Cosine Ndcg@10
|
333 |
+
- type: cosine_mrr@10
|
334 |
+
value: 0.6495075977545491
|
335 |
+
name: Cosine Mrr@10
|
336 |
+
- type: cosine_map@100
|
337 |
+
value: 0.6549966797371862
|
338 |
+
name: Cosine Map@100
|
339 |
+
- task:
|
340 |
+
type: information-retrieval
|
341 |
+
name: Information Retrieval
|
342 |
+
dataset:
|
343 |
+
name: dim 64
|
344 |
+
type: dim_64
|
345 |
+
metrics:
|
346 |
+
- type: cosine_accuracy@1
|
347 |
+
value: 0.4847560975609756
|
348 |
+
name: Cosine Accuracy@1
|
349 |
+
- type: cosine_accuracy@3
|
350 |
+
value: 0.725609756097561
|
351 |
+
name: Cosine Accuracy@3
|
352 |
+
- type: cosine_accuracy@5
|
353 |
+
value: 0.7804878048780488
|
354 |
+
name: Cosine Accuracy@5
|
355 |
+
- type: cosine_accuracy@10
|
356 |
+
value: 0.8536585365853658
|
357 |
+
name: Cosine Accuracy@10
|
358 |
+
- type: cosine_precision@1
|
359 |
+
value: 0.4847560975609756
|
360 |
+
name: Cosine Precision@1
|
361 |
+
- type: cosine_precision@3
|
362 |
+
value: 0.24186991869918703
|
363 |
+
name: Cosine Precision@3
|
364 |
+
- type: cosine_precision@5
|
365 |
+
value: 0.15609756097560976
|
366 |
+
name: Cosine Precision@5
|
367 |
+
- type: cosine_precision@10
|
368 |
+
value: 0.08536585365853658
|
369 |
+
name: Cosine Precision@10
|
370 |
+
- type: cosine_recall@1
|
371 |
+
value: 0.4847560975609756
|
372 |
+
name: Cosine Recall@1
|
373 |
+
- type: cosine_recall@3
|
374 |
+
value: 0.725609756097561
|
375 |
+
name: Cosine Recall@3
|
376 |
+
- type: cosine_recall@5
|
377 |
+
value: 0.7804878048780488
|
378 |
+
name: Cosine Recall@5
|
379 |
+
- type: cosine_recall@10
|
380 |
+
value: 0.8536585365853658
|
381 |
+
name: Cosine Recall@10
|
382 |
+
- type: cosine_ndcg@10
|
383 |
+
value: 0.6729421249114532
|
384 |
+
name: Cosine Ndcg@10
|
385 |
+
- type: cosine_mrr@10
|
386 |
+
value: 0.6146668118466899
|
387 |
+
name: Cosine Mrr@10
|
388 |
+
- type: cosine_map@100
|
389 |
+
value: 0.6198317239083065
|
390 |
+
name: Cosine Map@100
|
391 |
+
---
|
392 |
+
|
393 |
+
# BGE large Legal Spanish
|
394 |
+
|
395 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
396 |
+
|
397 |
+
## Model Details
|
398 |
+
|
399 |
+
### Model Description
|
400 |
+
- **Model Type:** Sentence Transformer
|
401 |
+
- **Base model:** [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3) <!-- at revision 5617a9f61b028005a4858fdac845db406aefb181 -->
|
402 |
+
- **Maximum Sequence Length:** 8192 tokens
|
403 |
+
- **Output Dimensionality:** 1024 tokens
|
404 |
+
- **Similarity Function:** Cosine Similarity
|
405 |
+
<!-- - **Training Dataset:** Unknown -->
|
406 |
+
- **Language:** es
|
407 |
+
- **License:** apache-2.0
|
408 |
+
|
409 |
+
### Model Sources
|
410 |
+
|
411 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
412 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
413 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
414 |
+
|
415 |
+
### Full Model Architecture
|
416 |
+
|
417 |
+
```
|
418 |
+
SentenceTransformer(
|
419 |
+
(0): Transformer({'max_seq_length': 8192, 'do_lower_case': False}) with Transformer model: XLMRobertaModel
|
420 |
+
(1): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
421 |
+
(2): Normalize()
|
422 |
+
)
|
423 |
+
```
|
424 |
+
|
425 |
+
## Usage
|
426 |
+
|
427 |
+
### Direct Usage (Sentence Transformers)
|
428 |
+
|
429 |
+
First install the Sentence Transformers library:
|
430 |
+
|
431 |
+
```bash
|
432 |
+
pip install -U sentence-transformers
|
433 |
+
```
|
434 |
+
|
435 |
+
Then you can load this model and run inference.
|
436 |
+
```python
|
437 |
+
from sentence_transformers import SentenceTransformer
|
438 |
+
|
439 |
+
# Download from the 🤗 Hub
|
440 |
+
model = SentenceTransformer("dariolopez/bge-m3-es-legal-tmp-6")
|
441 |
+
# Run inference
|
442 |
+
sentences = [
|
443 |
+
'Artículo 6. Definiciones. 1. Discriminación directa e indirecta. b) La discriminación indirecta se produce cuando una disposición, criterio o práctica aparentemente neutros ocasiona o puede ocasionar a una o varias personas una desventaja particular con respecto a otras por razón de las causas previstas en el apartado 1 del artículo 2.',
|
444 |
+
'¿Qué se considera discriminación indirecta?',
|
445 |
+
'¿Qué tipo de información se considera veraz?',
|
446 |
+
]
|
447 |
+
embeddings = model.encode(sentences)
|
448 |
+
print(embeddings.shape)
|
449 |
+
# [3, 1024]
|
450 |
+
|
451 |
+
# Get the similarity scores for the embeddings
|
452 |
+
similarities = model.similarity(embeddings, embeddings)
|
453 |
+
print(similarities.shape)
|
454 |
+
# [3, 3]
|
455 |
+
```
|
456 |
+
|
457 |
+
<!--
|
458 |
+
### Direct Usage (Transformers)
|
459 |
+
|
460 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
461 |
+
|
462 |
+
</details>
|
463 |
+
-->
|
464 |
+
|
465 |
+
<!--
|
466 |
+
### Downstream Usage (Sentence Transformers)
|
467 |
+
|
468 |
+
You can finetune this model on your own dataset.
|
469 |
+
|
470 |
+
<details><summary>Click to expand</summary>
|
471 |
+
|
472 |
+
</details>
|
473 |
+
-->
|
474 |
+
|
475 |
+
<!--
|
476 |
+
### Out-of-Scope Use
|
477 |
+
|
478 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
479 |
+
-->
|
480 |
+
|
481 |
+
## Evaluation
|
482 |
+
|
483 |
+
### Metrics
|
484 |
+
|
485 |
+
#### Information Retrieval
|
486 |
+
* Dataset: `dim_1024`
|
487 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
488 |
+
|
489 |
+
| Metric | Value |
|
490 |
+
|:--------------------|:-----------|
|
491 |
+
| cosine_accuracy@1 | 0.5518 |
|
492 |
+
| cosine_accuracy@3 | 0.8049 |
|
493 |
+
| cosine_accuracy@5 | 0.8445 |
|
494 |
+
| cosine_accuracy@10 | 0.9024 |
|
495 |
+
| cosine_precision@1 | 0.5518 |
|
496 |
+
| cosine_precision@3 | 0.2683 |
|
497 |
+
| cosine_precision@5 | 0.1689 |
|
498 |
+
| cosine_precision@10 | 0.0902 |
|
499 |
+
| cosine_recall@1 | 0.5518 |
|
500 |
+
| cosine_recall@3 | 0.8049 |
|
501 |
+
| cosine_recall@5 | 0.8445 |
|
502 |
+
| cosine_recall@10 | 0.9024 |
|
503 |
+
| cosine_ndcg@10 | 0.738 |
|
504 |
+
| cosine_mrr@10 | 0.6842 |
|
505 |
+
| **cosine_map@100** | **0.6881** |
|
506 |
+
|
507 |
+
#### Information Retrieval
|
508 |
+
* Dataset: `dim_768`
|
509 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
510 |
+
|
511 |
+
| Metric | Value |
|
512 |
+
|:--------------------|:-----------|
|
513 |
+
| cosine_accuracy@1 | 0.5488 |
|
514 |
+
| cosine_accuracy@3 | 0.8049 |
|
515 |
+
| cosine_accuracy@5 | 0.8506 |
|
516 |
+
| cosine_accuracy@10 | 0.9024 |
|
517 |
+
| cosine_precision@1 | 0.5488 |
|
518 |
+
| cosine_precision@3 | 0.2683 |
|
519 |
+
| cosine_precision@5 | 0.1701 |
|
520 |
+
| cosine_precision@10 | 0.0902 |
|
521 |
+
| cosine_recall@1 | 0.5488 |
|
522 |
+
| cosine_recall@3 | 0.8049 |
|
523 |
+
| cosine_recall@5 | 0.8506 |
|
524 |
+
| cosine_recall@10 | 0.9024 |
|
525 |
+
| cosine_ndcg@10 | 0.7361 |
|
526 |
+
| cosine_mrr@10 | 0.6816 |
|
527 |
+
| **cosine_map@100** | **0.6855** |
|
528 |
+
|
529 |
+
#### Information Retrieval
|
530 |
+
* Dataset: `dim_512`
|
531 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
532 |
+
|
533 |
+
| Metric | Value |
|
534 |
+
|:--------------------|:-----------|
|
535 |
+
| cosine_accuracy@1 | 0.5579 |
|
536 |
+
| cosine_accuracy@3 | 0.811 |
|
537 |
+
| cosine_accuracy@5 | 0.8506 |
|
538 |
+
| cosine_accuracy@10 | 0.8933 |
|
539 |
+
| cosine_precision@1 | 0.5579 |
|
540 |
+
| cosine_precision@3 | 0.2703 |
|
541 |
+
| cosine_precision@5 | 0.1701 |
|
542 |
+
| cosine_precision@10 | 0.0893 |
|
543 |
+
| cosine_recall@1 | 0.5579 |
|
544 |
+
| cosine_recall@3 | 0.811 |
|
545 |
+
| cosine_recall@5 | 0.8506 |
|
546 |
+
| cosine_recall@10 | 0.8933 |
|
547 |
+
| cosine_ndcg@10 | 0.7363 |
|
548 |
+
| cosine_mrr@10 | 0.6845 |
|
549 |
+
| **cosine_map@100** | **0.6889** |
|
550 |
+
|
551 |
+
#### Information Retrieval
|
552 |
+
* Dataset: `dim_256`
|
553 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
554 |
+
|
555 |
+
| Metric | Value |
|
556 |
+
|:--------------------|:-----------|
|
557 |
+
| cosine_accuracy@1 | 0.5549 |
|
558 |
+
| cosine_accuracy@3 | 0.7957 |
|
559 |
+
| cosine_accuracy@5 | 0.8323 |
|
560 |
+
| cosine_accuracy@10 | 0.8841 |
|
561 |
+
| cosine_precision@1 | 0.5549 |
|
562 |
+
| cosine_precision@3 | 0.2652 |
|
563 |
+
| cosine_precision@5 | 0.1665 |
|
564 |
+
| cosine_precision@10 | 0.0884 |
|
565 |
+
| cosine_recall@1 | 0.5549 |
|
566 |
+
| cosine_recall@3 | 0.7957 |
|
567 |
+
| cosine_recall@5 | 0.8323 |
|
568 |
+
| cosine_recall@10 | 0.8841 |
|
569 |
+
| cosine_ndcg@10 | 0.7307 |
|
570 |
+
| cosine_mrr@10 | 0.6804 |
|
571 |
+
| **cosine_map@100** | **0.6851** |
|
572 |
+
|
573 |
+
#### Information Retrieval
|
574 |
+
* Dataset: `dim_128`
|
575 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
576 |
+
|
577 |
+
| Metric | Value |
|
578 |
+
|:--------------------|:----------|
|
579 |
+
| cosine_accuracy@1 | 0.5213 |
|
580 |
+
| cosine_accuracy@3 | 0.7622 |
|
581 |
+
| cosine_accuracy@5 | 0.814 |
|
582 |
+
| cosine_accuracy@10 | 0.8659 |
|
583 |
+
| cosine_precision@1 | 0.5213 |
|
584 |
+
| cosine_precision@3 | 0.2541 |
|
585 |
+
| cosine_precision@5 | 0.1628 |
|
586 |
+
| cosine_precision@10 | 0.0866 |
|
587 |
+
| cosine_recall@1 | 0.5213 |
|
588 |
+
| cosine_recall@3 | 0.7622 |
|
589 |
+
| cosine_recall@5 | 0.814 |
|
590 |
+
| cosine_recall@10 | 0.8659 |
|
591 |
+
| cosine_ndcg@10 | 0.7028 |
|
592 |
+
| cosine_mrr@10 | 0.6495 |
|
593 |
+
| **cosine_map@100** | **0.655** |
|
594 |
+
|
595 |
+
#### Information Retrieval
|
596 |
+
* Dataset: `dim_64`
|
597 |
+
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
598 |
+
|
599 |
+
| Metric | Value |
|
600 |
+
|:--------------------|:-----------|
|
601 |
+
| cosine_accuracy@1 | 0.4848 |
|
602 |
+
| cosine_accuracy@3 | 0.7256 |
|
603 |
+
| cosine_accuracy@5 | 0.7805 |
|
604 |
+
| cosine_accuracy@10 | 0.8537 |
|
605 |
+
| cosine_precision@1 | 0.4848 |
|
606 |
+
| cosine_precision@3 | 0.2419 |
|
607 |
+
| cosine_precision@5 | 0.1561 |
|
608 |
+
| cosine_precision@10 | 0.0854 |
|
609 |
+
| cosine_recall@1 | 0.4848 |
|
610 |
+
| cosine_recall@3 | 0.7256 |
|
611 |
+
| cosine_recall@5 | 0.7805 |
|
612 |
+
| cosine_recall@10 | 0.8537 |
|
613 |
+
| cosine_ndcg@10 | 0.6729 |
|
614 |
+
| cosine_mrr@10 | 0.6147 |
|
615 |
+
| **cosine_map@100** | **0.6198** |
|
616 |
+
|
617 |
+
<!--
|
618 |
+
## Bias, Risks and Limitations
|
619 |
+
|
620 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
621 |
+
-->
|
622 |
+
|
623 |
+
<!--
|
624 |
+
### Recommendations
|
625 |
+
|
626 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
627 |
+
-->
|
628 |
+
|
629 |
+
## Training Details
|
630 |
+
|
631 |
+
### Training Hyperparameters
|
632 |
+
#### Non-Default Hyperparameters
|
633 |
+
|
634 |
+
- `eval_strategy`: epoch
|
635 |
+
- `per_device_train_batch_size`: 16
|
636 |
+
- `per_device_eval_batch_size`: 16
|
637 |
+
- `gradient_accumulation_steps`: 16
|
638 |
+
- `learning_rate`: 2e-05
|
639 |
+
- `num_train_epochs`: 6
|
640 |
+
- `lr_scheduler_type`: cosine
|
641 |
+
- `warmup_ratio`: 0.1
|
642 |
+
- `bf16`: True
|
643 |
+
- `tf32`: True
|
644 |
+
- `load_best_model_at_end`: True
|
645 |
+
- `optim`: adamw_torch_fused
|
646 |
+
- `batch_sampler`: no_duplicates
|
647 |
+
|
648 |
+
#### All Hyperparameters
|
649 |
+
<details><summary>Click to expand</summary>
|
650 |
+
|
651 |
+
- `overwrite_output_dir`: False
|
652 |
+
- `do_predict`: False
|
653 |
+
- `eval_strategy`: epoch
|
654 |
+
- `prediction_loss_only`: True
|
655 |
+
- `per_device_train_batch_size`: 16
|
656 |
+
- `per_device_eval_batch_size`: 16
|
657 |
+
- `per_gpu_train_batch_size`: None
|
658 |
+
- `per_gpu_eval_batch_size`: None
|
659 |
+
- `gradient_accumulation_steps`: 16
|
660 |
+
- `eval_accumulation_steps`: None
|
661 |
+
- `learning_rate`: 2e-05
|
662 |
+
- `weight_decay`: 0.0
|
663 |
+
- `adam_beta1`: 0.9
|
664 |
+
- `adam_beta2`: 0.999
|
665 |
+
- `adam_epsilon`: 1e-08
|
666 |
+
- `max_grad_norm`: 1.0
|
667 |
+
- `num_train_epochs`: 6
|
668 |
+
- `max_steps`: -1
|
669 |
+
- `lr_scheduler_type`: cosine
|
670 |
+
- `lr_scheduler_kwargs`: {}
|
671 |
+
- `warmup_ratio`: 0.1
|
672 |
+
- `warmup_steps`: 0
|
673 |
+
- `log_level`: passive
|
674 |
+
- `log_level_replica`: warning
|
675 |
+
- `log_on_each_node`: True
|
676 |
+
- `logging_nan_inf_filter`: True
|
677 |
+
- `save_safetensors`: True
|
678 |
+
- `save_on_each_node`: False
|
679 |
+
- `save_only_model`: False
|
680 |
+
- `restore_callback_states_from_checkpoint`: False
|
681 |
+
- `no_cuda`: False
|
682 |
+
- `use_cpu`: False
|
683 |
+
- `use_mps_device`: False
|
684 |
+
- `seed`: 42
|
685 |
+
- `data_seed`: None
|
686 |
+
- `jit_mode_eval`: False
|
687 |
+
- `use_ipex`: False
|
688 |
+
- `bf16`: True
|
689 |
+
- `fp16`: False
|
690 |
+
- `fp16_opt_level`: O1
|
691 |
+
- `half_precision_backend`: auto
|
692 |
+
- `bf16_full_eval`: False
|
693 |
+
- `fp16_full_eval`: False
|
694 |
+
- `tf32`: True
|
695 |
+
- `local_rank`: 0
|
696 |
+
- `ddp_backend`: None
|
697 |
+
- `tpu_num_cores`: None
|
698 |
+
- `tpu_metrics_debug`: False
|
699 |
+
- `debug`: []
|
700 |
+
- `dataloader_drop_last`: False
|
701 |
+
- `dataloader_num_workers`: 0
|
702 |
+
- `dataloader_prefetch_factor`: None
|
703 |
+
- `past_index`: -1
|
704 |
+
- `disable_tqdm`: False
|
705 |
+
- `remove_unused_columns`: True
|
706 |
+
- `label_names`: None
|
707 |
+
- `load_best_model_at_end`: True
|
708 |
+
- `ignore_data_skip`: False
|
709 |
+
- `fsdp`: []
|
710 |
+
- `fsdp_min_num_params`: 0
|
711 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
712 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
713 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
714 |
+
- `deepspeed`: None
|
715 |
+
- `label_smoothing_factor`: 0.0
|
716 |
+
- `optim`: adamw_torch_fused
|
717 |
+
- `optim_args`: None
|
718 |
+
- `adafactor`: False
|
719 |
+
- `group_by_length`: False
|
720 |
+
- `length_column_name`: length
|
721 |
+
- `ddp_find_unused_parameters`: None
|
722 |
+
- `ddp_bucket_cap_mb`: None
|
723 |
+
- `ddp_broadcast_buffers`: False
|
724 |
+
- `dataloader_pin_memory`: True
|
725 |
+
- `dataloader_persistent_workers`: False
|
726 |
+
- `skip_memory_metrics`: True
|
727 |
+
- `use_legacy_prediction_loop`: False
|
728 |
+
- `push_to_hub`: False
|
729 |
+
- `resume_from_checkpoint`: None
|
730 |
+
- `hub_model_id`: None
|
731 |
+
- `hub_strategy`: every_save
|
732 |
+
- `hub_private_repo`: False
|
733 |
+
- `hub_always_push`: False
|
734 |
+
- `gradient_checkpointing`: False
|
735 |
+
- `gradient_checkpointing_kwargs`: None
|
736 |
+
- `include_inputs_for_metrics`: False
|
737 |
+
- `eval_do_concat_batches`: True
|
738 |
+
- `fp16_backend`: auto
|
739 |
+
- `push_to_hub_model_id`: None
|
740 |
+
- `push_to_hub_organization`: None
|
741 |
+
- `mp_parameters`:
|
742 |
+
- `auto_find_batch_size`: False
|
743 |
+
- `full_determinism`: False
|
744 |
+
- `torchdynamo`: None
|
745 |
+
- `ray_scope`: last
|
746 |
+
- `ddp_timeout`: 1800
|
747 |
+
- `torch_compile`: False
|
748 |
+
- `torch_compile_backend`: None
|
749 |
+
- `torch_compile_mode`: None
|
750 |
+
- `dispatch_batches`: None
|
751 |
+
- `split_batches`: None
|
752 |
+
- `include_tokens_per_second`: False
|
753 |
+
- `include_num_input_tokens_seen`: False
|
754 |
+
- `neftune_noise_alpha`: None
|
755 |
+
- `optim_target_modules`: None
|
756 |
+
- `batch_eval_metrics`: False
|
757 |
+
- `eval_on_start`: False
|
758 |
+
- `batch_sampler`: no_duplicates
|
759 |
+
- `multi_dataset_batch_sampler`: proportional
|
760 |
+
|
761 |
+
</details>
|
762 |
+
|
763 |
+
### Training Logs
|
764 |
+
| Epoch | Step | Training Loss | loss | dim_1024_cosine_map@100 | dim_128_cosine_map@100 | dim_256_cosine_map@100 | dim_512_cosine_map@100 | dim_64_cosine_map@100 | dim_768_cosine_map@100 |
|
765 |
+
|:----------:|:------:|:-------------:|:----------:|:-----------------------:|:----------------------:|:----------------------:|:----------------------:|:---------------------:|:----------------------:|
|
766 |
+
| 0.4324 | 5 | 1.6507 | - | - | - | - | - | - | - |
|
767 |
+
| 0.8649 | 10 | 0.9598 | - | - | - | - | - | - | - |
|
768 |
+
| 0.9514 | 11 | - | 0.5477 | 0.6833 | 0.6616 | 0.6836 | 0.6758 | 0.5994 | 0.6744 |
|
769 |
+
| 1.2973 | 15 | 0.8248 | - | - | - | - | - | - | - |
|
770 |
+
| 1.7297 | 20 | 0.3858 | - | - | - | - | - | - | - |
|
771 |
+
| 1.9892 | 23 | - | 0.4242 | 0.6748 | 0.6544 | 0.6833 | 0.6740 | 0.6233 | 0.6697 |
|
772 |
+
| 2.1622 | 25 | 0.32 | - | - | - | - | - | - | - |
|
773 |
+
| 2.5946 | 30 | 0.1703 | - | - | - | - | - | - | - |
|
774 |
+
| 2.9405 | 34 | - | 0.3940 | 0.6755 | 0.6523 | 0.6823 | 0.6797 | 0.6196 | 0.6776 |
|
775 |
+
| 3.0270 | 35 | 0.1337 | - | - | - | - | - | - | - |
|
776 |
+
| 3.4595 | 40 | 0.0949 | - | - | - | - | - | - | - |
|
777 |
+
| 3.8919 | 45 | 0.0594 | - | - | - | - | - | - | - |
|
778 |
+
| **3.9784** | **46** | **-** | **0.3735** | **0.6867** | **0.6588** | **0.6865** | **0.6854** | **0.6189** | **0.6826** |
|
779 |
+
| 4.3243 | 50 | 0.07 | - | - | - | - | - | - | - |
|
780 |
+
| 4.7568 | 55 | 0.0524 | - | - | - | - | - | - | - |
|
781 |
+
| 4.9297 | 57 | - | 0.3642 | 0.6870 | 0.6577 | 0.6858 | 0.6871 | 0.6228 | 0.6853 |
|
782 |
+
| 5.1892 | 60 | 0.0598 | - | - | - | - | - | - | - |
|
783 |
+
| 5.6216 | 65 | 0.0491 | - | - | - | - | - | - | - |
|
784 |
+
| 5.7081 | 66 | - | 0.3626 | 0.6881 | 0.6550 | 0.6851 | 0.6889 | 0.6198 | 0.6855 |
|
785 |
+
|
786 |
+
* The bold row denotes the saved checkpoint.
|
787 |
+
|
788 |
+
### Framework Versions
|
789 |
+
- Python: 3.10.12
|
790 |
+
- Sentence Transformers: 3.0.1
|
791 |
+
- Transformers: 4.42.3
|
792 |
+
- PyTorch: 2.2.0+cu121
|
793 |
+
- Accelerate: 0.32.1
|
794 |
+
- Datasets: 2.20.0
|
795 |
+
- Tokenizers: 0.19.1
|
796 |
+
|
797 |
+
## Citation
|
798 |
+
|
799 |
+
### BibTeX
|
800 |
+
|
801 |
+
#### Sentence Transformers
|
802 |
+
```bibtex
|
803 |
+
@inproceedings{reimers-2019-sentence-bert,
|
804 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
805 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
806 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
807 |
+
month = "11",
|
808 |
+
year = "2019",
|
809 |
+
publisher = "Association for Computational Linguistics",
|
810 |
+
url = "https://arxiv.org/abs/1908.10084",
|
811 |
+
}
|
812 |
+
```
|
813 |
+
|
814 |
+
#### MatryoshkaLoss
|
815 |
+
```bibtex
|
816 |
+
@misc{kusupati2024matryoshka,
|
817 |
+
title={Matryoshka Representation Learning},
|
818 |
+
author={Aditya Kusupati and Gantavya Bhatt and Aniket Rege and Matthew Wallingford and Aditya Sinha and Vivek Ramanujan and William Howard-Snyder and Kaifeng Chen and Sham Kakade and Prateek Jain and Ali Farhadi},
|
819 |
+
year={2024},
|
820 |
+
eprint={2205.13147},
|
821 |
+
archivePrefix={arXiv},
|
822 |
+
primaryClass={cs.LG}
|
823 |
+
}
|
824 |
+
```
|
825 |
+
|
826 |
+
#### MultipleNegativesRankingLoss
|
827 |
+
```bibtex
|
828 |
+
@misc{henderson2017efficient,
|
829 |
+
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
830 |
+
author={Matthew Henderson and Rami Al-Rfou and Brian Strope and Yun-hsuan Sung and Laszlo Lukacs and Ruiqi Guo and Sanjiv Kumar and Balint Miklos and Ray Kurzweil},
|
831 |
+
year={2017},
|
832 |
+
eprint={1705.00652},
|
833 |
+
archivePrefix={arXiv},
|
834 |
+
primaryClass={cs.CL}
|
835 |
+
}
|
836 |
+
```
|
837 |
+
|
838 |
+
<!--
|
839 |
+
## Glossary
|
840 |
+
|
841 |
+
*Clearly define terms in order to be accessible across audiences.*
|
842 |
+
-->
|
843 |
+
|
844 |
+
<!--
|
845 |
+
## Model Card Authors
|
846 |
+
|
847 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
848 |
+
-->
|
849 |
+
|
850 |
+
<!--
|
851 |
+
## Model Card Contact
|
852 |
+
|
853 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
854 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "BAAI/bge-m3",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 4096,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 8194,
|
17 |
+
"model_type": "xlm-roberta",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 24,
|
20 |
+
"output_past": true,
|
21 |
+
"pad_token_id": 1,
|
22 |
+
"position_embedding_type": "absolute",
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.42.3",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 250002
|
28 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.0.1",
|
4 |
+
"transformers": "4.42.3",
|
5 |
+
"pytorch": "2.2.0+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0197db5ad18fb07665810c27ec4040bec10a556397dd23d4f1c04bea9ac85441
|
3 |
+
size 2271064456
|
modules.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
{
|
15 |
+
"idx": 2,
|
16 |
+
"name": "2",
|
17 |
+
"path": "2_Normalize",
|
18 |
+
"type": "sentence_transformers.models.Normalize"
|
19 |
+
}
|
20 |
+
]
|
sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 8192,
|
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:e4f7e21bec3fb0044ca0bb2d50eb5d4d8c596273c422baef84466d2c73748b9c
|
3 |
+
size 17083053
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"eos_token": "</s>",
|
48 |
+
"mask_token": "<mask>",
|
49 |
+
"model_max_length": 8192,
|
50 |
+
"pad_token": "<pad>",
|
51 |
+
"sep_token": "</s>",
|
52 |
+
"sp_model_kwargs": {},
|
53 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
54 |
+
"unk_token": "<unk>"
|
55 |
+
}
|