finetune_01_09_2025_15_09_37
Browse files- .gitattributes +1 -0
- 1_Pooling/config.json +10 -0
- README.md +670 -0
- config.json +38 -0
- config_sentence_transformers.json +14 -0
- configuration_hf_alibaba_nlp_gte.py +145 -0
- eval/Information-Retrieval_evaluation_Snowflake/snowflake-arctic-embed-m-v2.0_predictions_cosine.jsonl +0 -0
- eval/Information-Retrieval_evaluation_Snowflake/snowflake-arctic-embed-m-v2.0_results.csv +4 -0
- model.safetensors +3 -0
- modeling_hf_alibaba_nlp_gte.py +967 -0
- modules.json +20 -0
- runs/Sep01_15-09-38_DESKTOP-JKAL6UH/events.out.tfevents.1756732179.DESKTOP-JKAL6UH +3 -0
- sentence_bert_config.json +4 -0
- special_tokens_map.json +51 -0
- tokenizer.json +3 -0
- tokenizer_config.json +62 -0
- training_args.bin +3 -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": 768,
|
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,670 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0 |
<br>Korrektur vorgenommen.</code> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- sentence-transformers
|
4 |
+
- sentence-similarity
|
5 |
+
- feature-extraction
|
6 |
+
- dense
|
7 |
+
- generated_from_trainer
|
8 |
+
- dataset_size:72349
|
9 |
+
- loss:MultipleNegativesRankingLoss
|
10 |
+
base_model: Snowflake/snowflake-arctic-embed-m-v2.0
|
11 |
+
widget:
|
12 |
+
- source_sentence: Userin kann die eingetragene AU nicht löschen.
|
13 |
+
sentences:
|
14 |
+
- "Userin muss über das Drei Punkte System gehen und dann über Abwesenheitszeitraum\
|
15 |
+
\ eintragen und als Art Einträge löschen auswählen.\r\nMit Userin die AU zusammen\
|
16 |
+
\ gelöscht."
|
17 |
+
- Hier muss bei allen Kindern der Haken bei "förderfähig" in der BI gesetzt werden.
|
18 |
+
- "Userin an ihren Träger verwiesen. \r\nUserin erklärt, dass die AWO keinen Support\
|
19 |
+
\ über uns hat."
|
20 |
+
- source_sentence: User möchte EL für BV freischalten.
|
21 |
+
sentences:
|
22 |
+
- Userin hatte in der Beschäftigung zu wenige Stunden für den bestimmten Zeitraum
|
23 |
+
hinterlegt. Sie muss passend zu der Erstattung auch passende Stunden hinterlegen.
|
24 |
+
- Anwenderin musst den Filter weiter zurückstellen.
|
25 |
+
- Die Rolle Einrichtung kann keinen Zugriff dazu erhalten. Das ist so konzeptionell
|
26 |
+
vom LJA so festgesetzt.
|
27 |
+
- source_sentence: Userin kann EVN nicht freigeben. Sie wird gebeten, dass sie die
|
28 |
+
Monatsdaten neu erstellt und freigibt. Das System macht dies aber nicht. Sie bekommt
|
29 |
+
auch keine Fehlermeldung.
|
30 |
+
sentences:
|
31 |
+
- Kidz hatte zum Zeitpunkt des Anrufs eine Störung, die vermutlich zu diesem Problem
|
32 |
+
geführt hat. Userin leider nicht mehr erreicht, daher wird der Anruf geschlossen.
|
33 |
+
- Nein, wenn nur auf der kitaplus-Verwaltungsseite, wird als Wunsch für die GAPP
|
34 |
+
weitergegeben.
|
35 |
+
- Ja im Berichtsgenerator kann sie sich eine entsprechende Liste ziehen
|
36 |
+
- source_sentence: Er kann einen Antrag auf Personalausnahme nicht freigeben. Trotz
|
37 |
+
Setzung der Haken über Beschäftigungsinformationen können die Daten nicht gespeichert
|
38 |
+
werden.
|
39 |
+
sentences:
|
40 |
+
- Es handelt sich um ein lokales Problem. Die Seite baut sich nach dem Löschen
|
41 |
+
mit der aktualisierten Zahl nicht automatisch wieder auf. Durch die Taste F5 wird
|
42 |
+
die Seite neu geladen.
|
43 |
+
- Sie kann Vertretung wählen oder ggf eine andere und die Qualifikation muss die
|
44 |
+
Mitarbeiterin ihr nennen. Sonst kann sie dazu beim Landesamt nachfragen, da inhaltliche
|
45 |
+
Fragen
|
46 |
+
- Er speichert diese über Einrichtungsdaten speichern. Danach konnte der Antrag
|
47 |
+
freigegeben werden.
|
48 |
+
- source_sentence: "Ein Vater taucht nicht auf bei den Eltern im Elternbeirat \r\n\
|
49 |
+
\r\nAußerdem auf die Kinder mit archivierten Angehörigen hingewiesen und ihr gezeigt"
|
50 |
+
sentences:
|
51 |
+
- "1. Vorlage da. Userin auch gezeigt wie sie die verwanden kann\r\n2. Als Wunsch\
|
52 |
+
\ weitergegeben."
|
53 |
+
- In der Kinderliste haben Kinder gefehlt. Userin muss die Daten in der Kinderliste
|
54 |
+
hinterlegen.
|
55 |
+
- Weil er keinen Zugang zur EAPP hat, Außerdem auf die Kinder mit archivierten Angehörigen
|
56 |
+
hingewiesen und ihr gezeigt wie sie das lösen kann
|
57 |
+
pipeline_tag: sentence-similarity
|
58 |
+
library_name: sentence-transformers
|
59 |
+
metrics:
|
60 |
+
- cosine_accuracy@1
|
61 |
+
- cosine_accuracy@3
|
62 |
+
- cosine_accuracy@5
|
63 |
+
- cosine_accuracy@10
|
64 |
+
- cosine_precision@1
|
65 |
+
- cosine_precision@3
|
66 |
+
- cosine_precision@5
|
67 |
+
- cosine_precision@10
|
68 |
+
- cosine_recall@1
|
69 |
+
- cosine_recall@3
|
70 |
+
- cosine_recall@5
|
71 |
+
- cosine_recall@10
|
72 |
+
- cosine_ndcg@10
|
73 |
+
- cosine_mrr@10
|
74 |
+
- cosine_map@100
|
75 |
+
model-index:
|
76 |
+
- name: SentenceTransformer based on Snowflake/snowflake-arctic-embed-m-v2.0
|
77 |
+
results:
|
78 |
+
- task:
|
79 |
+
type: information-retrieval
|
80 |
+
name: Information Retrieval
|
81 |
+
dataset:
|
82 |
+
name: Snowflake/snowflake arctic embed m v2.0
|
83 |
+
type: Snowflake/snowflake-arctic-embed-m-v2.0
|
84 |
+
metrics:
|
85 |
+
- type: cosine_accuracy@1
|
86 |
+
value: 0.11594202898550725
|
87 |
+
name: Cosine Accuracy@1
|
88 |
+
- type: cosine_accuracy@3
|
89 |
+
value: 0.6376811594202898
|
90 |
+
name: Cosine Accuracy@3
|
91 |
+
- type: cosine_accuracy@5
|
92 |
+
value: 0.7536231884057971
|
93 |
+
name: Cosine Accuracy@5
|
94 |
+
- type: cosine_accuracy@10
|
95 |
+
value: 0.8840579710144928
|
96 |
+
name: Cosine Accuracy@10
|
97 |
+
- type: cosine_precision@1
|
98 |
+
value: 0.11594202898550725
|
99 |
+
name: Cosine Precision@1
|
100 |
+
- type: cosine_precision@3
|
101 |
+
value: 0.33816425120772947
|
102 |
+
name: Cosine Precision@3
|
103 |
+
- type: cosine_precision@5
|
104 |
+
value: 0.33623188405797105
|
105 |
+
name: Cosine Precision@5
|
106 |
+
- type: cosine_precision@10
|
107 |
+
value: 0.2710144927536232
|
108 |
+
name: Cosine Precision@10
|
109 |
+
- type: cosine_recall@1
|
110 |
+
value: 0.01515151515151515
|
111 |
+
name: Cosine Recall@1
|
112 |
+
- type: cosine_recall@3
|
113 |
+
value: 0.08134210205821459
|
114 |
+
name: Cosine Recall@3
|
115 |
+
- type: cosine_recall@5
|
116 |
+
value: 0.12813742097629566
|
117 |
+
name: Cosine Recall@5
|
118 |
+
- type: cosine_recall@10
|
119 |
+
value: 0.19648586707410237
|
120 |
+
name: Cosine Recall@10
|
121 |
+
- type: cosine_ndcg@10
|
122 |
+
value: 0.29104944190834786
|
123 |
+
name: Cosine Ndcg@10
|
124 |
+
- type: cosine_mrr@10
|
125 |
+
value: 0.4015067862893949
|
126 |
+
name: Cosine Mrr@10
|
127 |
+
- type: cosine_map@100
|
128 |
+
value: 0.19346359069331198
|
129 |
+
name: Cosine Map@100
|
130 |
+
---
|
131 |
+
|
132 |
+
# SentenceTransformer based on Snowflake/snowflake-arctic-embed-m-v2.0
|
133 |
+
|
134 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Snowflake/snowflake-arctic-embed-m-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
135 |
+
|
136 |
+
## Model Details
|
137 |
+
|
138 |
+
### Model Description
|
139 |
+
- **Model Type:** Sentence Transformer
|
140 |
+
- **Base model:** [Snowflake/snowflake-arctic-embed-m-v2.0](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0) <!-- at revision 95c2741480856aa9666782eb4afe11959938017f -->
|
141 |
+
- **Maximum Sequence Length:** 8192 tokens
|
142 |
+
- **Output Dimensionality:** 768 dimensions
|
143 |
+
- **Similarity Function:** Cosine Similarity
|
144 |
+
<!-- - **Training Dataset:** Unknown -->
|
145 |
+
<!-- - **Language:** Unknown -->
|
146 |
+
<!-- - **License:** Unknown -->
|
147 |
+
|
148 |
+
### Model Sources
|
149 |
+
|
150 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
151 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
152 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
153 |
+
|
154 |
+
### Full Model Architecture
|
155 |
+
|
156 |
+
```
|
157 |
+
SentenceTransformer(
|
158 |
+
(0): Transformer({'max_seq_length': 8192, 'do_lower_case': False, 'architecture': 'GteModel'})
|
159 |
+
(1): Pooling({'word_embedding_dimension': 768, '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})
|
160 |
+
(2): Normalize()
|
161 |
+
)
|
162 |
+
```
|
163 |
+
|
164 |
+
## Usage
|
165 |
+
|
166 |
+
### Direct Usage (Sentence Transformers)
|
167 |
+
|
168 |
+
First install the Sentence Transformers library:
|
169 |
+
|
170 |
+
```bash
|
171 |
+
pip install -U sentence-transformers
|
172 |
+
```
|
173 |
+
|
174 |
+
Then you can load this model and run inference.
|
175 |
+
```python
|
176 |
+
from sentence_transformers import SentenceTransformer
|
177 |
+
|
178 |
+
# Download from the 🤗 Hub
|
179 |
+
model = SentenceTransformer("BjarneNPO-01_09_2025_15_09_37")
|
180 |
+
# Run inference
|
181 |
+
queries = [
|
182 |
+
"Ein Vater taucht nicht auf bei den Eltern im Elternbeirat \r\n\r\nAu\u00dferdem auf die Kinder mit archivierten Angeh\u00f6rigen hingewiesen und ihr gezeigt",
|
183 |
+
]
|
184 |
+
documents = [
|
185 |
+
'Weil er keinen Zugang zur EAPP hat, Außerdem auf die Kinder mit archivierten Angehörigen hingewiesen und ihr gezeigt wie sie das lösen kann',
|
186 |
+
'1. Vorlage da. Userin auch gezeigt wie sie die verwanden kann\r\n2. Als Wunsch weitergegeben.',
|
187 |
+
'In der Kinderliste haben Kinder gefehlt. Userin muss die Daten in der Kinderliste hinterlegen.',
|
188 |
+
]
|
189 |
+
query_embeddings = model.encode_query(queries)
|
190 |
+
document_embeddings = model.encode_document(documents)
|
191 |
+
print(query_embeddings.shape, document_embeddings.shape)
|
192 |
+
# [1, 768] [3, 768]
|
193 |
+
|
194 |
+
# Get the similarity scores for the embeddings
|
195 |
+
similarities = model.similarity(query_embeddings, document_embeddings)
|
196 |
+
print(similarities)
|
197 |
+
# tensor([[ 0.4964, 0.1370, -0.0431]])
|
198 |
+
```
|
199 |
+
|
200 |
+
<!--
|
201 |
+
### Direct Usage (Transformers)
|
202 |
+
|
203 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
204 |
+
|
205 |
+
</details>
|
206 |
+
-->
|
207 |
+
|
208 |
+
<!--
|
209 |
+
### Downstream Usage (Sentence Transformers)
|
210 |
+
|
211 |
+
You can finetune this model on your own dataset.
|
212 |
+
|
213 |
+
<details><summary>Click to expand</summary>
|
214 |
+
|
215 |
+
</details>
|
216 |
+
-->
|
217 |
+
|
218 |
+
<!--
|
219 |
+
### Out-of-Scope Use
|
220 |
+
|
221 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
222 |
+
-->
|
223 |
+
|
224 |
+
## Evaluation
|
225 |
+
|
226 |
+
### Metrics
|
227 |
+
|
228 |
+
#### Information Retrieval
|
229 |
+
|
230 |
+
* Dataset: `Snowflake/snowflake-arctic-embed-m-v2.0`
|
231 |
+
* Evaluated with <code>scripts.InformationRetrievalEvaluatorCustom.InformationRetrievalEvaluatorCustom</code> with these parameters:
|
232 |
+
```json
|
233 |
+
{
|
234 |
+
"query_prompt_name": "query",
|
235 |
+
"corpus_prompt_name": "query"
|
236 |
+
}
|
237 |
+
```
|
238 |
+
|
239 |
+
| Metric | Value |
|
240 |
+
|:--------------------|:----------|
|
241 |
+
| cosine_accuracy@1 | 0.1159 |
|
242 |
+
| cosine_accuracy@3 | 0.6377 |
|
243 |
+
| cosine_accuracy@5 | 0.7536 |
|
244 |
+
| cosine_accuracy@10 | 0.8841 |
|
245 |
+
| cosine_precision@1 | 0.1159 |
|
246 |
+
| cosine_precision@3 | 0.3382 |
|
247 |
+
| cosine_precision@5 | 0.3362 |
|
248 |
+
| cosine_precision@10 | 0.271 |
|
249 |
+
| cosine_recall@1 | 0.0152 |
|
250 |
+
| cosine_recall@3 | 0.0813 |
|
251 |
+
| cosine_recall@5 | 0.1281 |
|
252 |
+
| cosine_recall@10 | 0.1965 |
|
253 |
+
| **cosine_ndcg@10** | **0.291** |
|
254 |
+
| cosine_mrr@10 | 0.4015 |
|
255 |
+
| cosine_map@100 | 0.1935 |
|
256 |
+
|
257 |
+
<!--
|
258 |
+
## Bias, Risks and Limitations
|
259 |
+
|
260 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
261 |
+
-->
|
262 |
+
|
263 |
+
<!--
|
264 |
+
### Recommendations
|
265 |
+
|
266 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
267 |
+
-->
|
268 |
+
|
269 |
+
## Training Details
|
270 |
+
|
271 |
+
### Training Dataset
|
272 |
+
|
273 |
+
#### Unnamed Dataset
|
274 |
+
|
275 |
+
* Size: 72,349 training samples
|
276 |
+
* Columns: <code>query</code> and <code>answer</code>
|
277 |
+
* Approximate statistics based on the first 1000 samples:
|
278 |
+
| | query | answer |
|
279 |
+
|:--------|:------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
280 |
+
| type | string | string |
|
281 |
+
| details | <ul><li>min: 6 tokens</li><li>mean: 49.26 tokens</li><li>max: 4339 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 28.66 tokens</li><li>max: 238 tokens</li></ul> |
|
282 |
+
* Samples:
|
283 |
+
| query | answer |
|
284 |
+
|:---------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
285 |
+
| <code>Nun ist die Monatsmeldung erfolgt, aber rote Ausrufezeichen tauchen auf.</code> | <code>Userin an das JA verwiesen, diese müssten ihr die Schloss-Monate zur Überarbeitung im Kibiz.web zurückgeben. Userin dazu empfohlen, die Kinder die nicht in kitaplus sind, aber in Kibiz.web - im KiBiz.web zu entfernen, wenn diese nicht vorhanden sind.</code> |
|
286 |
+
| <code>Die Feiertage in den Stammdaten stimmen nicht.</code> | <code>Es besteht bereits ein Ticket dafür.</code> |
|
287 |
+
| <code>Abrechnung kann nicht final freigegeben werden, es wird aber keiner Fehlermeldung angeziegt</code> | <code>im Hintergrund ist eine Fehlermeldung zu sehen. An Entwickler weitergeleitet.
|
288 |
<br>Korrektur vorgenommen.</code> |
|
289 |
+
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
290 |
+
```json
|
291 |
+
{
|
292 |
+
"scale": 20.0,
|
293 |
+
"similarity_fct": "cos_sim",
|
294 |
+
"gather_across_devices": false
|
295 |
+
}
|
296 |
+
```
|
297 |
+
|
298 |
+
### Training Hyperparameters
|
299 |
+
#### Non-Default Hyperparameters
|
300 |
+
|
301 |
+
- `eval_strategy`: epoch
|
302 |
+
- `per_device_train_batch_size`: 32
|
303 |
+
- `per_device_eval_batch_size`: 32
|
304 |
+
- `gradient_accumulation_steps`: 4
|
305 |
+
- `learning_rate`: 4e-05
|
306 |
+
- `lr_scheduler_type`: cosine
|
307 |
+
- `warmup_ratio`: 0.08
|
308 |
+
- `bf16`: True
|
309 |
+
- `tf32`: True
|
310 |
+
- `load_best_model_at_end`: True
|
311 |
+
- `batch_sampler`: no_duplicates
|
312 |
+
|
313 |
+
#### All Hyperparameters
|
314 |
+
<details><summary>Click to expand</summary>
|
315 |
+
|
316 |
+
- `overwrite_output_dir`: False
|
317 |
+
- `do_predict`: False
|
318 |
+
- `eval_strategy`: epoch
|
319 |
+
- `prediction_loss_only`: True
|
320 |
+
- `per_device_train_batch_size`: 32
|
321 |
+
- `per_device_eval_batch_size`: 32
|
322 |
+
- `per_gpu_train_batch_size`: None
|
323 |
+
- `per_gpu_eval_batch_size`: None
|
324 |
+
- `gradient_accumulation_steps`: 4
|
325 |
+
- `eval_accumulation_steps`: None
|
326 |
+
- `torch_empty_cache_steps`: None
|
327 |
+
- `learning_rate`: 4e-05
|
328 |
+
- `weight_decay`: 0.0
|
329 |
+
- `adam_beta1`: 0.9
|
330 |
+
- `adam_beta2`: 0.999
|
331 |
+
- `adam_epsilon`: 1e-08
|
332 |
+
- `max_grad_norm`: 1.0
|
333 |
+
- `num_train_epochs`: 3
|
334 |
+
- `max_steps`: -1
|
335 |
+
- `lr_scheduler_type`: cosine
|
336 |
+
- `lr_scheduler_kwargs`: {}
|
337 |
+
- `warmup_ratio`: 0.08
|
338 |
+
- `warmup_steps`: 0
|
339 |
+
- `log_level`: passive
|
340 |
+
- `log_level_replica`: warning
|
341 |
+
- `log_on_each_node`: True
|
342 |
+
- `logging_nan_inf_filter`: True
|
343 |
+
- `save_safetensors`: True
|
344 |
+
- `save_on_each_node`: False
|
345 |
+
- `save_only_model`: False
|
346 |
+
- `restore_callback_states_from_checkpoint`: False
|
347 |
+
- `no_cuda`: False
|
348 |
+
- `use_cpu`: False
|
349 |
+
- `use_mps_device`: False
|
350 |
+
- `seed`: 42
|
351 |
+
- `data_seed`: None
|
352 |
+
- `jit_mode_eval`: False
|
353 |
+
- `use_ipex`: False
|
354 |
+
- `bf16`: True
|
355 |
+
- `fp16`: False
|
356 |
+
- `fp16_opt_level`: O1
|
357 |
+
- `half_precision_backend`: auto
|
358 |
+
- `bf16_full_eval`: False
|
359 |
+
- `fp16_full_eval`: False
|
360 |
+
- `tf32`: True
|
361 |
+
- `local_rank`: 0
|
362 |
+
- `ddp_backend`: None
|
363 |
+
- `tpu_num_cores`: None
|
364 |
+
- `tpu_metrics_debug`: False
|
365 |
+
- `debug`: []
|
366 |
+
- `dataloader_drop_last`: False
|
367 |
+
- `dataloader_num_workers`: 0
|
368 |
+
- `dataloader_prefetch_factor`: None
|
369 |
+
- `past_index`: -1
|
370 |
+
- `disable_tqdm`: False
|
371 |
+
- `remove_unused_columns`: True
|
372 |
+
- `label_names`: None
|
373 |
+
- `load_best_model_at_end`: True
|
374 |
+
- `ignore_data_skip`: False
|
375 |
+
- `fsdp`: []
|
376 |
+
- `fsdp_min_num_params`: 0
|
377 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
378 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
379 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
380 |
+
- `deepspeed`: None
|
381 |
+
- `label_smoothing_factor`: 0.0
|
382 |
+
- `optim`: adamw_torch_fused
|
383 |
+
- `optim_args`: None
|
384 |
+
- `adafactor`: False
|
385 |
+
- `group_by_length`: False
|
386 |
+
- `length_column_name`: length
|
387 |
+
- `ddp_find_unused_parameters`: None
|
388 |
+
- `ddp_bucket_cap_mb`: None
|
389 |
+
- `ddp_broadcast_buffers`: False
|
390 |
+
- `dataloader_pin_memory`: True
|
391 |
+
- `dataloader_persistent_workers`: False
|
392 |
+
- `skip_memory_metrics`: True
|
393 |
+
- `use_legacy_prediction_loop`: False
|
394 |
+
- `push_to_hub`: False
|
395 |
+
- `resume_from_checkpoint`: None
|
396 |
+
- `hub_model_id`: None
|
397 |
+
- `hub_strategy`: every_save
|
398 |
+
- `hub_private_repo`: None
|
399 |
+
- `hub_always_push`: False
|
400 |
+
- `hub_revision`: None
|
401 |
+
- `gradient_checkpointing`: False
|
402 |
+
- `gradient_checkpointing_kwargs`: None
|
403 |
+
- `include_inputs_for_metrics`: False
|
404 |
+
- `include_for_metrics`: []
|
405 |
+
- `eval_do_concat_batches`: True
|
406 |
+
- `fp16_backend`: auto
|
407 |
+
- `push_to_hub_model_id`: None
|
408 |
+
- `push_to_hub_organization`: None
|
409 |
+
- `mp_parameters`:
|
410 |
+
- `auto_find_batch_size`: False
|
411 |
+
- `full_determinism`: False
|
412 |
+
- `torchdynamo`: None
|
413 |
+
- `ray_scope`: last
|
414 |
+
- `ddp_timeout`: 1800
|
415 |
+
- `torch_compile`: False
|
416 |
+
- `torch_compile_backend`: None
|
417 |
+
- `torch_compile_mode`: None
|
418 |
+
- `include_tokens_per_second`: False
|
419 |
+
- `include_num_input_tokens_seen`: False
|
420 |
+
- `neftune_noise_alpha`: None
|
421 |
+
- `optim_target_modules`: None
|
422 |
+
- `batch_eval_metrics`: False
|
423 |
+
- `eval_on_start`: False
|
424 |
+
- `use_liger_kernel`: False
|
425 |
+
- `liger_kernel_config`: None
|
426 |
+
- `eval_use_gather_object`: False
|
427 |
+
- `average_tokens_across_devices`: False
|
428 |
+
- `prompts`: None
|
429 |
+
- `batch_sampler`: no_duplicates
|
430 |
+
- `multi_dataset_batch_sampler`: proportional
|
431 |
+
- `router_mapping`: {}
|
432 |
+
- `learning_rate_mapping`: {}
|
433 |
+
|
434 |
+
</details>
|
435 |
+
|
436 |
+
### Training Logs
|
437 |
+
<details><summary>Click to expand</summary>
|
438 |
+
|
439 |
+
| Epoch | Step | Training Loss | Snowflake/snowflake-arctic-embed-m-v2.0_cosine_ndcg@10 |
|
440 |
+
|:-------:|:--------:|:-------------:|:------------------------------------------------------:|
|
441 |
+
| 0.0177 | 10 | 2.222 | - |
|
442 |
+
| 0.0354 | 20 | 2.1657 | - |
|
443 |
+
| 0.0531 | 30 | 1.9611 | - |
|
444 |
+
| 0.0708 | 40 | 1.9064 | - |
|
445 |
+
| 0.0885 | 50 | 1.7658 | - |
|
446 |
+
| 0.1061 | 60 | 1.6493 | - |
|
447 |
+
| 0.1238 | 70 | 1.7006 | - |
|
448 |
+
| 0.1415 | 80 | 1.5747 | - |
|
449 |
+
| 0.1592 | 90 | 1.4265 | - |
|
450 |
+
| 0.1769 | 100 | 1.3506 | - |
|
451 |
+
| 0.1946 | 110 | 1.349 | - |
|
452 |
+
| 0.2123 | 120 | 1.2742 | - |
|
453 |
+
| 0.2300 | 130 | 1.1629 | - |
|
454 |
+
| 0.2477 | 140 | 1.173 | - |
|
455 |
+
| 0.2654 | 150 | 1.1773 | - |
|
456 |
+
| 0.2831 | 160 | 1.1101 | - |
|
457 |
+
| 0.3008 | 170 | 1.0419 | - |
|
458 |
+
| 0.3184 | 180 | 1.1084 | - |
|
459 |
+
| 0.3361 | 190 | 1.0667 | - |
|
460 |
+
| 0.3538 | 200 | 1.0174 | - |
|
461 |
+
| 0.3715 | 210 | 1.0776 | - |
|
462 |
+
| 0.3892 | 220 | 0.9883 | - |
|
463 |
+
| 0.4069 | 230 | 0.9751 | - |
|
464 |
+
| 0.4246 | 240 | 0.9467 | - |
|
465 |
+
| 0.4423 | 250 | 0.8335 | - |
|
466 |
+
| 0.4600 | 260 | 0.9196 | - |
|
467 |
+
| 0.4777 | 270 | 0.9604 | - |
|
468 |
+
| 0.4954 | 280 | 0.9193 | - |
|
469 |
+
| 0.5130 | 290 | 0.8227 | - |
|
470 |
+
| 0.5307 | 300 | 0.8538 | - |
|
471 |
+
| 0.5484 | 310 | 0.867 | - |
|
472 |
+
| 0.5661 | 320 | 0.8176 | - |
|
473 |
+
| 0.5838 | 330 | 0.8119 | - |
|
474 |
+
| 0.6015 | 340 | 0.8154 | - |
|
475 |
+
| 0.6192 | 350 | 0.8091 | - |
|
476 |
+
| 0.6369 | 360 | 0.7533 | - |
|
477 |
+
| 0.6546 | 370 | 0.7948 | - |
|
478 |
+
| 0.6723 | 380 | 0.792 | - |
|
479 |
+
| 0.6900 | 390 | 0.7766 | - |
|
480 |
+
| 0.7077 | 400 | 0.7901 | - |
|
481 |
+
| 0.7253 | 410 | 0.7517 | - |
|
482 |
+
| 0.7430 | 420 | 0.7825 | - |
|
483 |
+
| 0.7607 | 430 | 0.7635 | - |
|
484 |
+
| 0.7784 | 440 | 0.8115 | - |
|
485 |
+
| 0.7961 | 450 | 0.7359 | - |
|
486 |
+
| 0.8138 | 460 | 0.7824 | - |
|
487 |
+
| 0.8315 | 470 | 0.7623 | - |
|
488 |
+
| 0.8492 | 480 | 0.7299 | - |
|
489 |
+
| 0.8669 | 490 | 0.7406 | - |
|
490 |
+
| 0.8846 | 500 | 0.7614 | - |
|
491 |
+
| 0.9023 | 510 | 0.6883 | - |
|
492 |
+
| 0.9199 | 520 | 0.6846 | - |
|
493 |
+
| 0.9376 | 530 | 0.6769 | - |
|
494 |
+
| 0.9553 | 540 | 0.7502 | - |
|
495 |
+
| 0.9730 | 550 | 0.7281 | - |
|
496 |
+
| 0.9907 | 560 | 0.6141 | - |
|
497 |
+
| 1.0 | 566 | - | 0.2907 |
|
498 |
+
| 1.0071 | 570 | 0.6137 | - |
|
499 |
+
| 1.0248 | 580 | 0.5913 | - |
|
500 |
+
| 1.0425 | 590 | 0.5994 | - |
|
501 |
+
| 1.0602 | 600 | 0.5915 | - |
|
502 |
+
| 1.0778 | 610 | 0.594 | - |
|
503 |
+
| 1.0955 | 620 | 0.576 | - |
|
504 |
+
| 1.1132 | 630 | 0.5402 | - |
|
505 |
+
| 1.1309 | 640 | 0.5558 | - |
|
506 |
+
| 1.1486 | 650 | 0.5526 | - |
|
507 |
+
| 1.1663 | 660 | 0.5585 | - |
|
508 |
+
| 1.1840 | 670 | 0.5472 | - |
|
509 |
+
| 1.2017 | 680 | 0.5427 | - |
|
510 |
+
| 1.2194 | 690 | 0.5229 | - |
|
511 |
+
| 1.2371 | 700 | 0.5307 | - |
|
512 |
+
| 1.2548 | 710 | 0.5319 | - |
|
513 |
+
| 1.2724 | 720 | 0.5614 | - |
|
514 |
+
| 1.2901 | 730 | 0.5825 | - |
|
515 |
+
| 1.3078 | 740 | 0.5405 | - |
|
516 |
+
| 1.3255 | 750 | 0.5867 | - |
|
517 |
+
| 1.3432 | 760 | 0.57 | - |
|
518 |
+
| 1.3609 | 770 | 0.5272 | - |
|
519 |
+
| 1.3786 | 780 | 0.5566 | - |
|
520 |
+
| 1.3963 | 790 | 0.5371 | - |
|
521 |
+
| 1.4140 | 800 | 0.5084 | - |
|
522 |
+
| 1.4317 | 810 | 0.4834 | - |
|
523 |
+
| 1.4494 | 820 | 0.5608 | - |
|
524 |
+
| 1.4670 | 830 | 0.5439 | - |
|
525 |
+
| 1.4847 | 840 | 0.5198 | - |
|
526 |
+
| 1.5024 | 850 | 0.5187 | - |
|
527 |
+
| 1.5201 | 860 | 0.5295 | - |
|
528 |
+
| 1.5378 | 870 | 0.5075 | - |
|
529 |
+
| 1.5555 | 880 | 0.5612 | - |
|
530 |
+
| 1.5732 | 890 | 0.4302 | - |
|
531 |
+
| 1.5909 | 900 | 0.5036 | - |
|
532 |
+
| 1.6086 | 910 | 0.5535 | - |
|
533 |
+
| 1.6263 | 920 | 0.5629 | - |
|
534 |
+
| 1.6440 | 930 | 0.4835 | - |
|
535 |
+
| 1.6617 | 940 | 0.5806 | - |
|
536 |
+
| 1.6793 | 950 | 0.5547 | - |
|
537 |
+
| 1.6970 | 960 | 0.5008 | - |
|
538 |
+
| 1.7147 | 970 | 0.5518 | - |
|
539 |
+
| 1.7324 | 980 | 0.4992 | - |
|
540 |
+
| 1.7501 | 990 | 0.4895 | - |
|
541 |
+
| 1.7678 | 1000 | 0.4911 | - |
|
542 |
+
| 1.7855 | 1010 | 0.4759 | - |
|
543 |
+
| 1.8032 | 1020 | 0.5082 | - |
|
544 |
+
| 1.8209 | 1030 | 0.5329 | - |
|
545 |
+
| 1.8386 | 1040 | 0.468 | - |
|
546 |
+
| 1.8563 | 1050 | 0.4719 | - |
|
547 |
+
| 1.8739 | 1060 | 0.4937 | - |
|
548 |
+
| 1.8916 | 1070 | 0.4628 | - |
|
549 |
+
| 1.9093 | 1080 | 0.4668 | - |
|
550 |
+
| 1.9270 | 1090 | 0.4645 | - |
|
551 |
+
| 1.9447 | 1100 | 0.4933 | - |
|
552 |
+
| 1.9624 | 1110 | 0.5119 | - |
|
553 |
+
| 1.9801 | 1120 | 0.5162 | - |
|
554 |
+
| 1.9978 | 1130 | 0.4628 | - |
|
555 |
+
| **2.0** | **1132** | **-** | **0.2949** |
|
556 |
+
| 2.0142 | 1140 | 0.406 | - |
|
557 |
+
| 2.0318 | 1150 | 0.384 | - |
|
558 |
+
| 2.0495 | 1160 | 0.4111 | - |
|
559 |
+
| 2.0672 | 1170 | 0.3909 | - |
|
560 |
+
| 2.0849 | 1180 | 0.4097 | - |
|
561 |
+
| 2.1026 | 1190 | 0.4208 | - |
|
562 |
+
| 2.1203 | 1200 | 0.4042 | - |
|
563 |
+
| 2.1380 | 1210 | 0.3715 | - |
|
564 |
+
| 2.1557 | 1220 | 0.4217 | - |
|
565 |
+
| 2.1734 | 1230 | 0.381 | - |
|
566 |
+
| 2.1911 | 1240 | 0.3838 | - |
|
567 |
+
| 2.2088 | 1250 | 0.3797 | - |
|
568 |
+
| 2.2264 | 1260 | 0.3548 | - |
|
569 |
+
| 2.2441 | 1270 | 0.4092 | - |
|
570 |
+
| 2.2618 | 1280 | 0.4176 | - |
|
571 |
+
| 2.2795 | 1290 | 0.4105 | - |
|
572 |
+
| 2.2972 | 1300 | 0.3414 | - |
|
573 |
+
| 2.3149 | 1310 | 0.3782 | - |
|
574 |
+
| 2.3326 | 1320 | 0.3626 | - |
|
575 |
+
| 2.3503 | 1330 | 0.3897 | - |
|
576 |
+
| 2.3680 | 1340 | 0.4173 | - |
|
577 |
+
| 2.3857 | 1350 | 0.376 | - |
|
578 |
+
| 2.4034 | 1360 | 0.37 | - |
|
579 |
+
| 2.4211 | 1370 | 0.3827 | - |
|
580 |
+
| 2.4387 | 1380 | 0.3509 | - |
|
581 |
+
| 2.4564 | 1390 | 0.3725 | - |
|
582 |
+
| 2.4741 | 1400 | 0.3447 | - |
|
583 |
+
| 2.4918 | 1410 | 0.3882 | - |
|
584 |
+
| 2.5095 | 1420 | 0.3764 | - |
|
585 |
+
| 2.5272 | 1430 | 0.408 | - |
|
586 |
+
| 2.5449 | 1440 | 0.384 | - |
|
587 |
+
| 2.5626 | 1450 | 0.386 | - |
|
588 |
+
| 2.5803 | 1460 | 0.3892 | - |
|
589 |
+
| 2.5980 | 1470 | 0.3337 | - |
|
590 |
+
| 2.6157 | 1480 | 0.4048 | - |
|
591 |
+
| 2.6333 | 1490 | 0.3788 | - |
|
592 |
+
| 2.6510 | 1500 | 0.3814 | - |
|
593 |
+
| 2.6687 | 1510 | 0.3978 | - |
|
594 |
+
| 2.6864 | 1520 | 0.3505 | - |
|
595 |
+
| 2.7041 | 1530 | 0.4267 | - |
|
596 |
+
| 2.7218 | 1540 | 0.3549 | - |
|
597 |
+
| 2.7395 | 1550 | 0.3723 | - |
|
598 |
+
| 2.7572 | 1560 | 0.3883 | - |
|
599 |
+
| 2.7749 | 1570 | 0.3714 | - |
|
600 |
+
| 2.7926 | 1580 | 0.3275 | - |
|
601 |
+
| 2.8103 | 1590 | 0.3672 | - |
|
602 |
+
| 2.8280 | 1600 | 0.3915 | - |
|
603 |
+
| 2.8456 | 1610 | 0.3476 | - |
|
604 |
+
| 2.8633 | 1620 | 0.3962 | - |
|
605 |
+
| 2.8810 | 1630 | 0.4102 | - |
|
606 |
+
| 2.8987 | 1640 | 0.3944 | - |
|
607 |
+
| 2.9164 | 1650 | 0.4045 | - |
|
608 |
+
| 2.9341 | 1660 | 0.4133 | - |
|
609 |
+
| 2.9518 | 1670 | 0.3768 | - |
|
610 |
+
| 2.9695 | 1680 | 0.3845 | - |
|
611 |
+
| 2.9872 | 1690 | 0.4359 | - |
|
612 |
+
| 3.0 | 1698 | - | 0.2910 |
|
613 |
+
|
614 |
+
* The bold row denotes the saved checkpoint.
|
615 |
+
</details>
|
616 |
+
|
617 |
+
### Framework Versions
|
618 |
+
- Python: 3.10.11
|
619 |
+
- Sentence Transformers: 5.1.0
|
620 |
+
- Transformers: 4.55.2
|
621 |
+
- PyTorch: 2.8.0+cu129
|
622 |
+
- Accelerate: 1.10.0
|
623 |
+
- Datasets: 3.6.0
|
624 |
+
- Tokenizers: 0.21.4
|
625 |
+
|
626 |
+
## Citation
|
627 |
+
|
628 |
+
### BibTeX
|
629 |
+
|
630 |
+
#### Sentence Transformers
|
631 |
+
```bibtex
|
632 |
+
@inproceedings{reimers-2019-sentence-bert,
|
633 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
634 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
635 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
636 |
+
month = "11",
|
637 |
+
year = "2019",
|
638 |
+
publisher = "Association for Computational Linguistics",
|
639 |
+
url = "https://arxiv.org/abs/1908.10084",
|
640 |
+
}
|
641 |
+
```
|
642 |
+
|
643 |
+
#### MultipleNegativesRankingLoss
|
644 |
+
```bibtex
|
645 |
+
@misc{henderson2017efficient,
|
646 |
+
title={Efficient Natural Language Response Suggestion for Smart Reply},
|
647 |
+
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},
|
648 |
+
year={2017},
|
649 |
+
eprint={1705.00652},
|
650 |
+
archivePrefix={arXiv},
|
651 |
+
primaryClass={cs.CL}
|
652 |
+
}
|
653 |
+
```
|
654 |
+
|
655 |
+
<!--
|
656 |
+
## Glossary
|
657 |
+
|
658 |
+
*Clearly define terms in order to be accessible across audiences.*
|
659 |
+
-->
|
660 |
+
|
661 |
+
<!--
|
662 |
+
## Model Card Authors
|
663 |
+
|
664 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
665 |
+
-->
|
666 |
+
|
667 |
+
<!--
|
668 |
+
## Model Card Contact
|
669 |
+
|
670 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
671 |
+
-->
|
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"GteModel"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.0,
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_hf_alibaba_nlp_gte.GteConfig",
|
8 |
+
"AutoModel": "modeling_hf_alibaba_nlp_gte.GteModel"
|
9 |
+
},
|
10 |
+
"classifier_dropout": 0.1,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 768,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 3072,
|
16 |
+
"layer_norm_eps": 1e-12,
|
17 |
+
"layer_norm_type": "layer_norm",
|
18 |
+
"logn_attention_clip1": false,
|
19 |
+
"logn_attention_scale": false,
|
20 |
+
"matryoshka_dimensions": [
|
21 |
+
256
|
22 |
+
],
|
23 |
+
"max_position_embeddings": 8192,
|
24 |
+
"model_type": "gte",
|
25 |
+
"num_attention_heads": 12,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"pack_qkv": true,
|
28 |
+
"pad_token_id": 1,
|
29 |
+
"position_embedding_type": "rope",
|
30 |
+
"rope_scaling": null,
|
31 |
+
"rope_theta": 160000,
|
32 |
+
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.55.2",
|
34 |
+
"type_vocab_size": 1,
|
35 |
+
"unpad_inputs": "true",
|
36 |
+
"use_memory_efficient_attention": "true",
|
37 |
+
"vocab_size": 250048
|
38 |
+
}
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "5.1.0",
|
4 |
+
"transformers": "4.55.2",
|
5 |
+
"pytorch": "2.8.0+cu129"
|
6 |
+
},
|
7 |
+
"prompts": {
|
8 |
+
"query": "query: ",
|
9 |
+
"document": ""
|
10 |
+
},
|
11 |
+
"default_prompt_name": null,
|
12 |
+
"model_type": "SentenceTransformer",
|
13 |
+
"similarity_fn_name": "cosine"
|
14 |
+
}
|
configuration_hf_alibaba_nlp_gte.py
ADDED
@@ -0,0 +1,145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2024 The GTE Team Authors and Alibaba Group.
|
3 |
+
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
4 |
+
#
|
5 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6 |
+
# you may not use this file except in compliance with the License.
|
7 |
+
# You may obtain a copy of the License at
|
8 |
+
#
|
9 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10 |
+
#
|
11 |
+
# Unless required by applicable law or agreed to in writing, software
|
12 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14 |
+
# See the License for the specific language governing permissions and
|
15 |
+
# limitations under the License.
|
16 |
+
""" GTE model configuration"""
|
17 |
+
from transformers.configuration_utils import PretrainedConfig
|
18 |
+
from transformers.utils import logging
|
19 |
+
|
20 |
+
logger = logging.get_logger(__name__)
|
21 |
+
|
22 |
+
|
23 |
+
class GteConfig(PretrainedConfig):
|
24 |
+
r"""
|
25 |
+
This is the configuration class to store the configuration of a [`NewModel`] or a [`TFNewModel`]. It is used to
|
26 |
+
instantiate a NEW model according to the specified arguments, defining the model architecture. Instantiating a
|
27 |
+
configuration with the defaults will yield a similar configuration to that of the NEW
|
28 |
+
[izhx/new-base-en](https://huggingface.co/izhx/new-base-en) architecture.
|
29 |
+
|
30 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
31 |
+
documentation from [`PretrainedConfig`] for more information.
|
32 |
+
|
33 |
+
|
34 |
+
Args:
|
35 |
+
vocab_size (`int`, *optional*, defaults to 30522):
|
36 |
+
Vocabulary size of the NEW model. Defines the number of different tokens that can be represented by the
|
37 |
+
`inputs_ids` passed when calling [`NewModel`] or [`TFNewModel`].
|
38 |
+
hidden_size (`int`, *optional*, defaults to 768):
|
39 |
+
Dimensionality of the encoder layers and the pooler layer.
|
40 |
+
num_hidden_layers (`int`, *optional*, defaults to 12):
|
41 |
+
Number of hidden layers in the Transformer encoder.
|
42 |
+
num_attention_heads (`int`, *optional*, defaults to 12):
|
43 |
+
Number of attention heads for each attention layer in the Transformer encoder.
|
44 |
+
intermediate_size (`int`, *optional*, defaults to 3072):
|
45 |
+
Dimensionality of the "intermediate" (often named feed-forward) layer in the Transformer encoder.
|
46 |
+
hidden_act (`str` or `Callable`, *optional*, defaults to `"gelu"`):
|
47 |
+
The non-linear activation function (function or string) in the encoder and pooler. If string, `"gelu"`,
|
48 |
+
`"relu"`, `"silu"` and `"gelu_new"` are supported.
|
49 |
+
hidden_dropout_prob (`float`, *optional*, defaults to 0.1):
|
50 |
+
The dropout probability for all fully connected layers in the embeddings, encoder, and pooler.
|
51 |
+
attention_probs_dropout_prob (`float`, *optional*, defaults to 0.1):
|
52 |
+
The dropout ratio for the attention probabilities.
|
53 |
+
max_position_embeddings (`int`, *optional*, defaults to 512):
|
54 |
+
The maximum sequence length that this model might ever be used with. Typically set this to something large
|
55 |
+
just in case (e.g., 512 or 1024 or 2048).
|
56 |
+
type_vocab_size (`int`, *optional*, defaults to 2):
|
57 |
+
The vocabulary size of the `token_type_ids` passed when calling [`NewModel`] or [`TFNewModel`].
|
58 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
59 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
60 |
+
layer_norm_eps (`float`, *optional*, defaults to 1e-12):
|
61 |
+
The epsilon used by the layer normalization layers.
|
62 |
+
position_embedding_type (`str`, *optional*, defaults to `"rope"`):
|
63 |
+
Type of position embedding. Choose one of `"absolute"`, `"rope"`.
|
64 |
+
rope_theta (`float`, *optional*, defaults to 10000.0):
|
65 |
+
The base period of the RoPE embeddings.
|
66 |
+
rope_scaling (`Dict`, *optional*):
|
67 |
+
Dictionary containing the scaling configuration for the RoPE embeddings. Currently supports two scaling
|
68 |
+
strategies: linear and dynamic. Their scaling factor must be a float greater than 1. The expected format is
|
69 |
+
`{"type": strategy name, "factor": scaling factor}`. When using this flag, don't update
|
70 |
+
`max_position_embeddings` to the expected new maximum. See the following thread for more information on how
|
71 |
+
these scaling strategies behave:
|
72 |
+
https://www.reddit.com/r/LocalLLaMA/comments/14mrgpr/dynamically_scaled_rope_further_increases/. This is an
|
73 |
+
experimental feature, subject to breaking API changes in future versions.
|
74 |
+
classifier_dropout (`float`, *optional*):
|
75 |
+
The dropout ratio for the classification head.
|
76 |
+
|
77 |
+
Examples:
|
78 |
+
|
79 |
+
```python
|
80 |
+
>>> from transformers import NewConfig, NewModel
|
81 |
+
|
82 |
+
>>> # Initializing a NEW izhx/new-base-en style configuration
|
83 |
+
>>> configuration = NewConfig()
|
84 |
+
|
85 |
+
>>> # Initializing a model (with random weights) from the izhx/new-base-en style configuration
|
86 |
+
>>> model = NewModel(configuration)
|
87 |
+
|
88 |
+
>>> # Accessing the model configuration
|
89 |
+
>>> configuration = model.config
|
90 |
+
```"""
|
91 |
+
|
92 |
+
model_type = "gte"
|
93 |
+
|
94 |
+
def __init__(
|
95 |
+
self,
|
96 |
+
vocab_size=30528,
|
97 |
+
hidden_size=768,
|
98 |
+
num_hidden_layers=12,
|
99 |
+
num_attention_heads=12,
|
100 |
+
intermediate_size=3072,
|
101 |
+
hidden_act="gelu",
|
102 |
+
hidden_dropout_prob=0.1,
|
103 |
+
attention_probs_dropout_prob=0.0,
|
104 |
+
max_position_embeddings=2048,
|
105 |
+
type_vocab_size=1,
|
106 |
+
initializer_range=0.02,
|
107 |
+
layer_norm_type='layer_norm',
|
108 |
+
layer_norm_eps=1e-12,
|
109 |
+
# pad_token_id=0,
|
110 |
+
position_embedding_type="rope",
|
111 |
+
rope_theta=10000.0,
|
112 |
+
rope_scaling=None,
|
113 |
+
classifier_dropout=None,
|
114 |
+
pack_qkv=True,
|
115 |
+
unpad_inputs=False,
|
116 |
+
use_memory_efficient_attention=False,
|
117 |
+
logn_attention_scale=False,
|
118 |
+
logn_attention_clip1=False,
|
119 |
+
**kwargs,
|
120 |
+
):
|
121 |
+
super().__init__(**kwargs)
|
122 |
+
|
123 |
+
self.vocab_size = vocab_size
|
124 |
+
self.hidden_size = hidden_size
|
125 |
+
self.num_hidden_layers = num_hidden_layers
|
126 |
+
self.num_attention_heads = num_attention_heads
|
127 |
+
self.hidden_act = hidden_act
|
128 |
+
self.intermediate_size = intermediate_size
|
129 |
+
self.hidden_dropout_prob = hidden_dropout_prob
|
130 |
+
self.attention_probs_dropout_prob = attention_probs_dropout_prob
|
131 |
+
self.max_position_embeddings = max_position_embeddings
|
132 |
+
self.type_vocab_size = type_vocab_size
|
133 |
+
self.initializer_range = initializer_range
|
134 |
+
self.layer_norm_type = layer_norm_type
|
135 |
+
self.layer_norm_eps = layer_norm_eps
|
136 |
+
self.position_embedding_type = position_embedding_type
|
137 |
+
self.rope_theta = rope_theta
|
138 |
+
self.rope_scaling = rope_scaling
|
139 |
+
self.classifier_dropout = classifier_dropout
|
140 |
+
|
141 |
+
self.pack_qkv = pack_qkv
|
142 |
+
self.unpad_inputs = unpad_inputs
|
143 |
+
self.use_memory_efficient_attention = use_memory_efficient_attention
|
144 |
+
self.logn_attention_scale = logn_attention_scale
|
145 |
+
self.logn_attention_clip1 = logn_attention_clip1
|
eval/Information-Retrieval_evaluation_Snowflake/snowflake-arctic-embed-m-v2.0_predictions_cosine.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/Information-Retrieval_evaluation_Snowflake/snowflake-arctic-embed-m-v2.0_results.csv
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Accuracy@10,cosine-Precision@1,cosine-Recall@1,cosine-Precision@3,cosine-Recall@3,cosine-Precision@5,cosine-Recall@5,cosine-Precision@10,cosine-Recall@10,cosine-MRR@10,cosine-NDCG@10,cosine-MAP@100
|
2 |
+
1.0,566,0.11594202898550725,0.6376811594202898,0.7681159420289855,0.855072463768116,0.11594202898550725,0.01515151515151515,0.34782608695652173,0.08143510368574307,0.3420289855072464,0.12467200318862723,0.26956521739130435,0.18036170990135184,0.4003795721187025,0.2906545411104785,0.18222859227252292
|
3 |
+
2.0,1132,0.11594202898550725,0.6666666666666666,0.782608695652174,0.8985507246376812,0.11594202898550725,0.01515151515151515,0.3478260869565217,0.08232636928289103,0.3420289855072464,0.13054273092636262,0.2753623188405798,0.19994242756391092,0.40584886128364384,0.2948942011003687,0.19279481286481384
|
4 |
+
3.0,1698,0.11594202898550725,0.6376811594202898,0.7536231884057971,0.8840579710144928,0.11594202898550725,0.01515151515151515,0.33816425120772947,0.08134210205821459,0.33623188405797105,0.12813742097629566,0.2710144927536232,0.19648586707410237,0.4015067862893949,0.29104944190834786,0.19346359069331198
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a55f61b9fbe692205a379be8ca2a7d0f90e0b34e57beae1de163542cd5862a13
|
3 |
+
size 1221487872
|
modeling_hf_alibaba_nlp_gte.py
ADDED
@@ -0,0 +1,967 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# coding=utf-8
|
2 |
+
# Copyright 2024 The GTE Team Authors and Alibaba Group.
|
3 |
+
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
4 |
+
#
|
5 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
6 |
+
# you may not use this file except in compliance with the License.
|
7 |
+
# You may obtain a copy of the License at
|
8 |
+
#
|
9 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
10 |
+
#
|
11 |
+
# Unless required by applicable law or agreed to in writing, software
|
12 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
13 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14 |
+
# See the License for the specific language governing permissions and
|
15 |
+
# limitations under the License.
|
16 |
+
|
17 |
+
import math
|
18 |
+
from dataclasses import dataclass
|
19 |
+
from typing import List, Optional, Tuple, Union
|
20 |
+
|
21 |
+
import torch
|
22 |
+
import torch.utils.checkpoint
|
23 |
+
from torch import nn
|
24 |
+
|
25 |
+
from transformers.activations import ACT2FN
|
26 |
+
from transformers.modeling_outputs import (
|
27 |
+
BaseModelOutput,
|
28 |
+
BaseModelOutputWithPooling,
|
29 |
+
MaskedLMOutput,
|
30 |
+
MultipleChoiceModelOutput,
|
31 |
+
QuestionAnsweringModelOutput,
|
32 |
+
SequenceClassifierOutput,
|
33 |
+
ModelOutput,
|
34 |
+
)
|
35 |
+
from transformers.modeling_utils import PreTrainedModel
|
36 |
+
from transformers.utils import logging
|
37 |
+
|
38 |
+
try:
|
39 |
+
import xformers.ops as xops
|
40 |
+
except ImportError as e:
|
41 |
+
xops = None
|
42 |
+
|
43 |
+
from .configuration_hf_alibaba_nlp_gte import GteConfig
|
44 |
+
|
45 |
+
|
46 |
+
logger = logging.get_logger(__name__)
|
47 |
+
|
48 |
+
|
49 |
+
# Adapted from https://github.com/HazyResearch/flash-attention/blob/main/flash_attn/bert_padding.py
|
50 |
+
# Which was adapted from https://github.com/mlcommons/training_results_v1.1/blob/main/NVIDIA/benchmarks/bert/implementations/pytorch/padding.py
|
51 |
+
class IndexFirstAxis(torch.autograd.Function):
|
52 |
+
@staticmethod
|
53 |
+
def forward(ctx, input, indices):
|
54 |
+
ctx.save_for_backward(indices)
|
55 |
+
assert input.ndim >= 2
|
56 |
+
ctx.first_axis_dim, other_shape = input.shape[0], input.shape[1:]
|
57 |
+
second_dim = other_shape.numel()
|
58 |
+
# TD [2022-03-04] For some reason torch.gather is a bit faster than indexing.
|
59 |
+
# return input[indices]
|
60 |
+
# return torch.gather(
|
61 |
+
# rearrange(input, "b ... -> b (...)"), 0, repeat(indices, "z -> z d", d=second_dim)
|
62 |
+
# ).reshape(-1, *other_shape)
|
63 |
+
return torch.gather(
|
64 |
+
input.view(ctx.first_axis_dim, second_dim),
|
65 |
+
0,
|
66 |
+
indices.unsqueeze(-1).expand(indices.size(0), second_dim)
|
67 |
+
).reshape(-1, *other_shape)
|
68 |
+
|
69 |
+
@staticmethod
|
70 |
+
def backward(ctx, grad_output):
|
71 |
+
(indices,) = ctx.saved_tensors
|
72 |
+
assert grad_output.ndim >= 2
|
73 |
+
other_shape = grad_output.shape[1:]
|
74 |
+
# grad_output = rearrange(grad_output, "b ... -> b (...)")
|
75 |
+
grad_output = grad_output.view(grad_output.size(0), other_shape.numel())
|
76 |
+
grad_input = torch.zeros(
|
77 |
+
[ctx.first_axis_dim, grad_output.shape[1]],
|
78 |
+
device=grad_output.device,
|
79 |
+
dtype=grad_output.dtype,
|
80 |
+
)
|
81 |
+
# TD [2022-03-04] For some reason torch.scatter is a bit faster than indexing.
|
82 |
+
# grad_input[indices] = grad_output
|
83 |
+
# grad_input.scatter_(0, repeat(indices, "z -> z d", d=grad_output.shape[1]), grad_output)
|
84 |
+
grad_input.scatter_(
|
85 |
+
0, indices.unsqueeze(-1).expand(indices.size(0), grad_output.size(1)), grad_output
|
86 |
+
)
|
87 |
+
return grad_input.reshape(ctx.first_axis_dim, *other_shape), None
|
88 |
+
|
89 |
+
|
90 |
+
index_first_axis = IndexFirstAxis.apply
|
91 |
+
|
92 |
+
|
93 |
+
def unpad_input(hidden_states, attention_mask=None, indices=None):
|
94 |
+
"""
|
95 |
+
Arguments:
|
96 |
+
hidden_states: (batch, seqlen, ...)
|
97 |
+
attention_mask: (batch, seqlen), bool / int, 1 means valid and 0 means not valid.
|
98 |
+
indices: (total_nnz), the indices of non-masked tokens from the flattened input sequence.
|
99 |
+
Return:
|
100 |
+
hidden_states: (total_nnz, ...), where total_nnz = number of tokens in selected in attention_mask.
|
101 |
+
"""
|
102 |
+
if indices is None:
|
103 |
+
assert attention_mask is not None
|
104 |
+
indices = torch.nonzero(attention_mask.flatten(), as_tuple=False).flatten()
|
105 |
+
|
106 |
+
# TD [2022-03-04] We don't want to index with a bool mask, because Pytorch will expand the
|
107 |
+
# bool mask, then call nonzero to get the indices, then index with those. The indices is @dim
|
108 |
+
# times larger than it needs to be, wasting memory. It's faster and more memory-efficient to
|
109 |
+
# index with integer indices. Moreover, torch's index is a bit slower than it needs to be,
|
110 |
+
# so we write custom forward and backward to make it a bit faster.
|
111 |
+
hidden_states = hidden_states.view(-1, *hidden_states.shape[2:])
|
112 |
+
return index_first_axis(hidden_states, indices)
|
113 |
+
|
114 |
+
|
115 |
+
class IndexPutFirstAxis(torch.autograd.Function):
|
116 |
+
@staticmethod
|
117 |
+
def forward(
|
118 |
+
ctx,
|
119 |
+
values: torch.Tensor,
|
120 |
+
indices: torch.Tensor,
|
121 |
+
first_axis_dim
|
122 |
+
) -> torch.Tensor:
|
123 |
+
ctx.save_for_backward(indices)
|
124 |
+
assert indices.ndim == 1
|
125 |
+
assert values.ndim >= 2
|
126 |
+
output = torch.zeros(
|
127 |
+
first_axis_dim, *values.shape[1:], device=values.device, dtype=values.dtype
|
128 |
+
)
|
129 |
+
output[indices] = values
|
130 |
+
return output
|
131 |
+
|
132 |
+
@staticmethod
|
133 |
+
def backward(ctx, grad_output: torch.Tensor) -> Tuple[torch.Tensor, None, None]:
|
134 |
+
indices, = ctx.saved_tensors
|
135 |
+
grad_values = grad_output[indices]
|
136 |
+
return grad_values, None, None
|
137 |
+
|
138 |
+
|
139 |
+
index_put_first_axis = IndexPutFirstAxis.apply
|
140 |
+
|
141 |
+
|
142 |
+
def pad_input(inputs: torch.Tensor, indices: torch.Tensor, batch: int, seqlen: int) -> torch.Tensor:
|
143 |
+
"""Add padding to sequences.
|
144 |
+
|
145 |
+
Arguments:
|
146 |
+
inputs: (total_nnz, ...), where total_nnz = number of tokens in selected in attention_mask.
|
147 |
+
indices: (total_nnz), `indices = torch.nonzero(attention_mask.flatten(), as_tuple=False).flatten()`
|
148 |
+
batch: int batch_size
|
149 |
+
seqlen: int max sequence length
|
150 |
+
|
151 |
+
Returns:
|
152 |
+
inputs: (batch, seqlen, ...)
|
153 |
+
"""
|
154 |
+
output = index_put_first_axis(inputs, indices, batch * seqlen)
|
155 |
+
return output.view(batch, seqlen, *inputs.shape[1:])
|
156 |
+
|
157 |
+
|
158 |
+
def rotate_half(x):
|
159 |
+
"""Rotates half the hidden dims of the input."""
|
160 |
+
x1 = x[..., : x.shape[-1] // 2]
|
161 |
+
x2 = x[..., x.shape[-1] // 2 :]
|
162 |
+
return torch.cat((-x2, x1), dim=-1)
|
163 |
+
|
164 |
+
|
165 |
+
def apply_rotary_pos_emb(q, k, cos, sin):
|
166 |
+
"""Applies Rotary Position Embedding to the query and key tensors.
|
167 |
+
|
168 |
+
Args:
|
169 |
+
q (`torch.Tensor`): The query tensor.
|
170 |
+
k (`torch.Tensor`): The key tensor.
|
171 |
+
cos (`torch.Tensor`): The cosine part of the rotary embedding.
|
172 |
+
sin (`torch.Tensor`): The sine part of the rotary embedding.
|
173 |
+
Returns:
|
174 |
+
`tuple(torch.Tensor)` comprising of the query and key tensors rotated using the Rotary Position Embedding.
|
175 |
+
"""
|
176 |
+
cos, sin = cos.to(q.dtype), sin.to(q.dtype)
|
177 |
+
q_embed = (q * cos) + (rotate_half(q) * sin)
|
178 |
+
k_embed = (k * cos) + (rotate_half(k) * sin)
|
179 |
+
return q_embed, k_embed
|
180 |
+
|
181 |
+
|
182 |
+
class RotaryEmbedding(torch.nn.Module):
|
183 |
+
def __init__(self, dim, max_position_embeddings=512, base=10000.0, device=None):
|
184 |
+
super().__init__()
|
185 |
+
|
186 |
+
self.dim = dim
|
187 |
+
self.max_position_embeddings = max_position_embeddings
|
188 |
+
self.base = base
|
189 |
+
inv_freq = 1.0 / (self.base ** (torch.arange(0, self.dim, 2).float().to(device) / self.dim))
|
190 |
+
self.register_buffer("inv_freq", inv_freq, persistent=False)
|
191 |
+
|
192 |
+
# Build here to make `torch.jit.trace` work.
|
193 |
+
self._set_cos_sin_cache(
|
194 |
+
seq_len=max_position_embeddings, device=self.inv_freq.device, dtype=torch.get_default_dtype()
|
195 |
+
)
|
196 |
+
|
197 |
+
def _set_cos_sin_cache(self, seq_len, device, dtype):
|
198 |
+
self.max_seq_len_cached = seq_len
|
199 |
+
t = torch.arange(self.max_seq_len_cached, device=device, dtype=torch.float32)
|
200 |
+
|
201 |
+
freqs = torch.einsum("i,j->ij", t, self.inv_freq)
|
202 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
203 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
204 |
+
self.register_buffer("cos_cached", emb.cos().to(dtype), persistent=False)
|
205 |
+
self.register_buffer("sin_cached", emb.sin().to(dtype), persistent=False)
|
206 |
+
|
207 |
+
def forward(self, x, seq_len=None):
|
208 |
+
# x: [bs, num_attention_heads, seq_len, head_size]
|
209 |
+
if seq_len > self.max_seq_len_cached:
|
210 |
+
self._set_cos_sin_cache(seq_len=seq_len, device=x.device, dtype=x.dtype)
|
211 |
+
|
212 |
+
return (
|
213 |
+
self.cos_cached[:seq_len, ...].to(dtype=x.dtype),
|
214 |
+
self.sin_cached[:seq_len, ...].to(dtype=x.dtype),
|
215 |
+
)
|
216 |
+
|
217 |
+
|
218 |
+
class NTKScalingRotaryEmbedding(RotaryEmbedding):
|
219 |
+
"""RotaryEmbedding extended with fixed and mixed NTK scaling. https://kexue.fm/archives/9706 """
|
220 |
+
|
221 |
+
def __init__(self, dim, max_position_embeddings=512, base=10000, device=None, scaling_factor=1.0, mixed_b=None):
|
222 |
+
self.scaling_factor = scaling_factor
|
223 |
+
self.mixed_b = mixed_b
|
224 |
+
super().__init__(dim, max_position_embeddings, base, device)
|
225 |
+
max_position_embeddings = max_position_embeddings * self.scaling_factor
|
226 |
+
self._set_cos_sin_cache(max_position_embeddings, self.inv_freq.device, torch.get_default_dtype())
|
227 |
+
|
228 |
+
def _set_cos_sin_cache(self, seq_len, device, dtype):
|
229 |
+
self.max_seq_len_cached = seq_len
|
230 |
+
|
231 |
+
if seq_len > self.max_position_embeddings:
|
232 |
+
base = self.base * (self.scaling_factor if self.mixed_b is None else 1)
|
233 |
+
inv_freq = 1.0 / (base ** (torch.arange(0, self.dim, 2).float().to(device) / self.dim))
|
234 |
+
|
235 |
+
if self.mixed_b is None:
|
236 |
+
inv_freq = inv_freq / self.scaling_factor ** (2 / self.dim) # (6)
|
237 |
+
else:
|
238 |
+
a = torch.tensor(self.scaling_factor).log() / (self.dim / 2) ** self.mixed_b # (13)
|
239 |
+
lambda_1_m = (a * torch.arange(1, self.dim // 2 + 1).float().to(device) ** self.mixed_b).exp() # (12)
|
240 |
+
inv_freq = inv_freq / lambda_1_m # (10)
|
241 |
+
|
242 |
+
self.register_buffer("inv_freq", inv_freq, persistent=False)
|
243 |
+
|
244 |
+
t = torch.arange(self.max_seq_len_cached, device=device, dtype=torch.float32)
|
245 |
+
|
246 |
+
freqs = torch.einsum("i,j->ij", t, self.inv_freq)
|
247 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
248 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
249 |
+
self.register_buffer("cos_cached", emb.cos().to(dtype), persistent=False)
|
250 |
+
self.register_buffer("sin_cached", emb.sin().to(dtype), persistent=False)
|
251 |
+
|
252 |
+
|
253 |
+
class RMSNorm(nn.Module):
|
254 |
+
def __init__(self, hidden_size, eps=1e-6):
|
255 |
+
"""
|
256 |
+
RMSNorm is equivalent to T5LayerNorm
|
257 |
+
"""
|
258 |
+
super().__init__()
|
259 |
+
self.weight = nn.Parameter(torch.ones(hidden_size))
|
260 |
+
self.variance_epsilon = eps
|
261 |
+
|
262 |
+
def forward(self, hidden_states):
|
263 |
+
input_dtype = hidden_states.dtype
|
264 |
+
hidden_states = hidden_states.to(torch.float32)
|
265 |
+
variance = hidden_states.pow(2).mean(-1, keepdim=True)
|
266 |
+
hidden_states = hidden_states * torch.rsqrt(variance + self.variance_epsilon)
|
267 |
+
return self.weight * hidden_states.to(input_dtype)
|
268 |
+
|
269 |
+
|
270 |
+
LAYER_NORM = {
|
271 |
+
'layer_norm': nn.LayerNorm,
|
272 |
+
'rms_norm': RMSNorm
|
273 |
+
}
|
274 |
+
|
275 |
+
|
276 |
+
class GteEmbeddings(nn.Module):
|
277 |
+
"""
|
278 |
+
Embedding and Unpadding.
|
279 |
+
"""
|
280 |
+
|
281 |
+
def __init__(self, config: GteConfig):
|
282 |
+
super().__init__()
|
283 |
+
self.padding_idx = config.pad_token_id
|
284 |
+
self.word_embeddings = nn.Embedding(
|
285 |
+
config.vocab_size, config.hidden_size, padding_idx=self.padding_idx
|
286 |
+
)
|
287 |
+
|
288 |
+
self.position_embedding_type = config.position_embedding_type
|
289 |
+
if self.position_embedding_type == 'absolute':
|
290 |
+
self.position_embeddings = nn.Embedding(
|
291 |
+
config.max_position_embeddings, config.hidden_size, padding_idx=self.padding_idx
|
292 |
+
)
|
293 |
+
elif self.position_embedding_type == 'rope':
|
294 |
+
self._init_rope(config)
|
295 |
+
else:
|
296 |
+
raise ValueError
|
297 |
+
|
298 |
+
self.type_vocab_size = config.type_vocab_size
|
299 |
+
if self.type_vocab_size > 0:
|
300 |
+
self.token_type_embeddings = nn.Embedding(config.type_vocab_size, config.hidden_size)
|
301 |
+
|
302 |
+
# self.LayerNorm is not snake-cased to stick with TensorFlow model variable name and be able to load
|
303 |
+
# any TensorFlow checkpoint file
|
304 |
+
self.LayerNorm = nn.LayerNorm(config.hidden_size, eps=config.layer_norm_eps)
|
305 |
+
self.dropout = nn.Dropout(config.hidden_dropout_prob)
|
306 |
+
# position_ids is contiguous in memory and excluded when serialized
|
307 |
+
self.register_buffer(
|
308 |
+
"position_ids", torch.arange(config.max_position_embeddings), persistent=False
|
309 |
+
)
|
310 |
+
|
311 |
+
def _init_rope(self, config):
|
312 |
+
kwargs = dict(
|
313 |
+
dim=int(config.hidden_size / config.num_attention_heads),
|
314 |
+
max_position_embeddings=config.max_position_embeddings,
|
315 |
+
base=config.rope_theta
|
316 |
+
)
|
317 |
+
if config.rope_scaling is None:
|
318 |
+
self.rotary_emb = RotaryEmbedding(**kwargs)
|
319 |
+
else:
|
320 |
+
kwargs.update(scaling_factor=config.rope_scaling["factor"])
|
321 |
+
scaling_type = config.rope_scaling["type"]
|
322 |
+
if scaling_type == 'ntk':
|
323 |
+
kwargs.update(mixed_b=config.rope_scaling.get('mixed_b', None))
|
324 |
+
self.rotary_emb = NTKScalingRotaryEmbedding(**kwargs)
|
325 |
+
# elif scaling_type == "linear":
|
326 |
+
# self.rotary_emb = LinearScalingRotaryEmbedding(**kwargs)
|
327 |
+
# elif scaling_type == "dynamic":
|
328 |
+
# self.rotary_emb = DynamicNTKScalingRotaryEmbedding(**kwargs)
|
329 |
+
else:
|
330 |
+
raise ValueError(f"Unknown RoPE scaling type {scaling_type}")
|
331 |
+
|
332 |
+
def forward(
|
333 |
+
self,
|
334 |
+
unpad_inputs: bool,
|
335 |
+
input_ids: Optional[torch.Tensor] = None,
|
336 |
+
attention_mask: Optional[torch.Tensor] = None,
|
337 |
+
length: Optional[List[int]] = None,
|
338 |
+
token_type_ids: Optional[torch.Tensor] = None,
|
339 |
+
position_ids: Optional[torch.Tensor] = None,
|
340 |
+
inputs_embeds: Optional[torch.Tensor] = None,
|
341 |
+
) -> Tuple[torch.Tensor, torch.Tensor, Optional[Tuple], Optional[List[int]]]:
|
342 |
+
"""
|
343 |
+
"""
|
344 |
+
if inputs_embeds is None:
|
345 |
+
device, input_shape = input_ids.device, input_ids.shape
|
346 |
+
else:
|
347 |
+
device, input_shape = inputs_embeds.device, inputs_embeds.shape[:2]
|
348 |
+
batch_size, seq_length = input_shape
|
349 |
+
|
350 |
+
# Set attention_mask if it's None
|
351 |
+
if attention_mask is None:
|
352 |
+
attention_mask = torch.ones(input_shape, device=device)
|
353 |
+
if length is not None:
|
354 |
+
for i, l in enumerate(length):
|
355 |
+
attention_mask[i, l:] = 0
|
356 |
+
|
357 |
+
# Set attention_mask_bool for unpadding
|
358 |
+
if unpad_inputs:
|
359 |
+
attention_mask_bool = attention_mask.bool()
|
360 |
+
if length is None:
|
361 |
+
length = attention_mask.sum(-1).tolist()
|
362 |
+
|
363 |
+
# Get word embeddings
|
364 |
+
if inputs_embeds is None:
|
365 |
+
if unpad_inputs:
|
366 |
+
input_ids = input_ids[attention_mask_bool].unsqueeze(0)
|
367 |
+
inputs_embeds = self.word_embeddings(input_ids)
|
368 |
+
else:
|
369 |
+
if unpad_inputs:
|
370 |
+
inputs_embeds = inputs_embeds[attention_mask_bool].unsqueeze(0)
|
371 |
+
embeddings = inputs_embeds
|
372 |
+
|
373 |
+
# Set and unpad position_ids
|
374 |
+
if position_ids is None:
|
375 |
+
if seq_length > self.position_ids.size(0):
|
376 |
+
self.register_buffer(
|
377 |
+
"position_ids", torch.arange(seq_length, device=embeddings.device), persistent=False
|
378 |
+
)
|
379 |
+
if unpad_inputs:
|
380 |
+
# [1, cumsum_seq_len]
|
381 |
+
position_ids = torch.cat([self.position_ids[:l] for l in length]).unsqueeze(0)
|
382 |
+
else:
|
383 |
+
# [bs, seq_len]
|
384 |
+
position_ids = self.position_ids[:seq_length].expand(batch_size, -1)
|
385 |
+
elif unpad_inputs:
|
386 |
+
position_ids = position_ids[attention_mask_bool].unsqueeze(0) # [1, cumsum_seq_len]
|
387 |
+
|
388 |
+
# Compute rotary embedding
|
389 |
+
if self.position_embedding_type == 'rope':
|
390 |
+
rope_cos, rope_sin = self.rotary_emb(inputs_embeds, seq_len=seq_length)
|
391 |
+
rope_cos = rope_cos[position_ids].unsqueeze(2) # [bs, seq_len, 1, dim]
|
392 |
+
rope_sin = rope_sin[position_ids].unsqueeze(2) # [bs, seq_len, 1, dim]
|
393 |
+
rope_embeds = rope_cos, rope_sin
|
394 |
+
else:
|
395 |
+
rope_embeds = None
|
396 |
+
|
397 |
+
if self.type_vocab_size > 0:
|
398 |
+
if token_type_ids is None:
|
399 |
+
token_type_ids = position_ids.mul(0)
|
400 |
+
else:
|
401 |
+
if self.type_vocab_size < 2:
|
402 |
+
token_type_ids.mul_(0)
|
403 |
+
if unpad_inputs:
|
404 |
+
token_type_ids = token_type_ids[attention_mask_bool].unsqueeze(0)
|
405 |
+
|
406 |
+
token_type_embeddings = self.token_type_embeddings(token_type_ids)
|
407 |
+
embeddings = embeddings + token_type_embeddings
|
408 |
+
|
409 |
+
# BERT position
|
410 |
+
if self.position_embedding_type == "absolute":
|
411 |
+
position_embeddings = self.position_embeddings(position_ids)
|
412 |
+
embeddings = embeddings + position_embeddings
|
413 |
+
|
414 |
+
embeddings = self.LayerNorm(embeddings)
|
415 |
+
embeddings = self.dropout(embeddings)
|
416 |
+
|
417 |
+
return embeddings, attention_mask, rope_embeds, length
|
418 |
+
|
419 |
+
|
420 |
+
class GteAttention(nn.Module):
|
421 |
+
def __init__(self, config: GteConfig, pack_qkv=None, use_memory_efficient_attention=None):
|
422 |
+
super().__init__()
|
423 |
+
self.config = config
|
424 |
+
if config.hidden_size % config.num_attention_heads != 0 and not hasattr(config, "embedding_size"):
|
425 |
+
raise ValueError(
|
426 |
+
f"The hidden size ({config.hidden_size}) is not a multiple of the number of attention "
|
427 |
+
f"heads ({config.num_attention_heads})"
|
428 |
+
)
|
429 |
+
|
430 |
+
self.hidden_size = config.hidden_size
|
431 |
+
self.num_attention_heads = config.num_attention_heads
|
432 |
+
self.attention_head_size = int(config.hidden_size / config.num_attention_heads)
|
433 |
+
self.all_head_size = self.num_attention_heads * self.attention_head_size
|
434 |
+
|
435 |
+
if pack_qkv is None:
|
436 |
+
pack_qkv = config.pack_qkv
|
437 |
+
self.pack_qkv = pack_qkv
|
438 |
+
|
439 |
+
if self.pack_qkv:
|
440 |
+
self.qkv_proj = nn.Linear(config.hidden_size, self.all_head_size * 3, bias=True)
|
441 |
+
else:
|
442 |
+
self.q_proj = nn.Linear(config.hidden_size, self.all_head_size, bias=True)
|
443 |
+
self.k_proj = nn.Linear(config.hidden_size, self.all_head_size, bias=True)
|
444 |
+
self.v_proj = nn.Linear(config.hidden_size, self.all_head_size, bias=True)
|
445 |
+
|
446 |
+
self.dropout = nn.Dropout(config.attention_probs_dropout_prob)
|
447 |
+
self.o_proj = nn.Linear(config.hidden_size, config.hidden_size, bias=True)
|
448 |
+
|
449 |
+
if use_memory_efficient_attention is None:
|
450 |
+
use_memory_efficient_attention = self.config.use_memory_efficient_attention
|
451 |
+
self.use_memory_efficient_attention = use_memory_efficient_attention
|
452 |
+
self.memory_efficient_attention = None if xops is None else xops.memory_efficient_attention
|
453 |
+
if self.use_memory_efficient_attention:
|
454 |
+
assert self.memory_efficient_attention is not None, 'please install xformers'
|
455 |
+
|
456 |
+
def forward(
|
457 |
+
self,
|
458 |
+
hidden_states: torch.Tensor,
|
459 |
+
attention_bias: torch.FloatTensor,
|
460 |
+
rope_embeds: Optional[Tuple[torch.FloatTensor, torch.FloatTensor]] = None,
|
461 |
+
padding_inputs: Optional[Tuple] = None, # indices, batch, seqlen
|
462 |
+
attention_scale: Optional[torch.FloatTensor] = None,
|
463 |
+
head_mask: Optional[torch.FloatTensor] = None,
|
464 |
+
output_attentions: Optional[bool] = False,
|
465 |
+
qkv_inputs: Optional[Tuple] = None, # For RetroMAE
|
466 |
+
) -> Tuple[torch.Tensor, ...]:
|
467 |
+
shape_hd = (self.num_attention_heads, self.attention_head_size)
|
468 |
+
# qkv
|
469 |
+
if self.pack_qkv and qkv_inputs is None:
|
470 |
+
qkv_pack = self.qkv_proj(hidden_states).split(self.all_head_size, dim=-1)
|
471 |
+
else:
|
472 |
+
if qkv_inputs is None:
|
473 |
+
qkv_inputs = (hidden_states, hidden_states, hidden_states)
|
474 |
+
qkv_pack = [
|
475 |
+
getattr(self, n + '_proj')(s) for s, n in zip(qkv_inputs, 'qkv')
|
476 |
+
]
|
477 |
+
query_states, key_states, value_states = [t.view(t.shape[:-1] + shape_hd) for t in qkv_pack]
|
478 |
+
|
479 |
+
if self.config.position_embedding_type == 'rope':
|
480 |
+
query_states, key_states = apply_rotary_pos_emb(query_states, key_states, *rope_embeds)
|
481 |
+
|
482 |
+
dtype = query_states.dtype
|
483 |
+
|
484 |
+
if self.config.logn_attention_scale and attention_scale is not None:
|
485 |
+
# https://kexue.fm/archives/8823
|
486 |
+
query_states = query_states * attention_scale.to(dtype)
|
487 |
+
|
488 |
+
if padding_inputs is not None:
|
489 |
+
query_states = pad_input(query_states.squeeze(), *padding_inputs)
|
490 |
+
key_states = pad_input(key_states.squeeze(), *padding_inputs)
|
491 |
+
value_states = pad_input(value_states.squeeze(), *padding_inputs)
|
492 |
+
|
493 |
+
if self.use_memory_efficient_attention:
|
494 |
+
assert self.memory_efficient_attention is not None, "xformers is not loaded"
|
495 |
+
assert output_attentions is False, "memory_efficient_attention do not output attentions"
|
496 |
+
assert head_mask is None, "Not support yet"
|
497 |
+
attention_probs = None
|
498 |
+
if torch.is_tensor(attention_bias):
|
499 |
+
attention_bias = attention_bias.to(dtype)
|
500 |
+
context_layer = self.memory_efficient_attention(
|
501 |
+
query_states,
|
502 |
+
key_states,
|
503 |
+
value_states,
|
504 |
+
attn_bias=attention_bias,
|
505 |
+
p=self.dropout.p
|
506 |
+
)
|
507 |
+
else:
|
508 |
+
if output_attentions and isinstance(self, GteSdpaAttention):
|
509 |
+
raise RuntimeError("SDPA do not output attentions")
|
510 |
+
context_layer, attention_probs = self._attention(
|
511 |
+
query_states, key_states, value_states, attention_bias, head_mask
|
512 |
+
)
|
513 |
+
|
514 |
+
if padding_inputs is not None:
|
515 |
+
context_layer = unpad_input(context_layer, indices=padding_inputs[0])
|
516 |
+
|
517 |
+
gte_context_layer_shape = context_layer.size()[:-2] + (self.all_head_size,)
|
518 |
+
context_layer = context_layer.view(gte_context_layer_shape)
|
519 |
+
|
520 |
+
# output proj
|
521 |
+
attn_output = self.o_proj(context_layer)
|
522 |
+
|
523 |
+
# add attentions if we output them
|
524 |
+
outputs = (attn_output, attention_probs) if output_attentions else (attn_output,)
|
525 |
+
return outputs
|
526 |
+
|
527 |
+
def _attention(self, query_states, key_states, value_states, attention_bias, head_mask):
|
528 |
+
"""
|
529 |
+
Args:
|
530 |
+
q/k/v: (B, L, n_head, head_dim),
|
531 |
+
Returns:
|
532 |
+
attn_output: (B L, n_head, head_dim)
|
533 |
+
"""
|
534 |
+
query_states = query_states.transpose(1, 2)
|
535 |
+
key_states = key_states.transpose(1, 2)
|
536 |
+
value_states = value_states.transpose(1, 2)
|
537 |
+
# Take the dot product between "query" and "key" to get the raw attention scores.
|
538 |
+
attention_scores = torch.matmul(query_states, key_states.transpose(-1, -2))
|
539 |
+
|
540 |
+
attention_scores = attention_scores / math.sqrt(self.attention_head_size)
|
541 |
+
if attention_bias is not None:
|
542 |
+
# Apply the attention mask is (precomputed for all layers in BertModel forward() function)
|
543 |
+
attention_scores = attention_scores + attention_bias
|
544 |
+
|
545 |
+
# Normalize the attention scores to probabilities.
|
546 |
+
attention_probs = nn.functional.softmax(attention_scores, dim=-1)
|
547 |
+
|
548 |
+
# This is actually dropping out entire tokens to attend to, which might
|
549 |
+
# seem a bit unusual, but is taken from the original Transformer paper.
|
550 |
+
if self.dropout.p > 0:
|
551 |
+
attention_probs = self.dropout(attention_probs)
|
552 |
+
|
553 |
+
# Mask heads if we want to
|
554 |
+
if head_mask is not None:
|
555 |
+
attention_probs = attention_probs * head_mask
|
556 |
+
|
557 |
+
context_layer = torch.matmul(attention_probs, value_states)
|
558 |
+
|
559 |
+
context_layer = context_layer.permute(0, 2, 1, 3).contiguous()
|
560 |
+
return context_layer, attention_probs
|
561 |
+
|
562 |
+
|
563 |
+
class GteSdpaAttention(GteAttention):
|
564 |
+
"""
|
565 |
+
Gte attention module using torch.nn.functional.scaled_dot_product_attention. This module inherits from
|
566 |
+
`GteAttention` as the weights of the module stays untouched. The only changes are on the forward pass to adapt to
|
567 |
+
SDPA API.
|
568 |
+
"""
|
569 |
+
def __init__(self, config: GteConfig, **kwargs):
|
570 |
+
super().__init__(config, **kwargs)
|
571 |
+
# torch.backends.cuda.enable_mem_efficient_sdp(False)
|
572 |
+
# logger.warning(
|
573 |
+
# "Disable memory efficient attention kernel for `GteSdpaAttention`, you can set "
|
574 |
+
# "`use_memory_efficient_attention=True` if it expected to use."
|
575 |
+
# )
|
576 |
+
|
577 |
+
def _attention(self, query_states, key_states, value_states, attention_bias, head_mask):
|
578 |
+
attn_output = torch.nn.functional.scaled_dot_product_attention(
|
579 |
+
query_states.transpose(1, 2),
|
580 |
+
key_states.transpose(1, 2),
|
581 |
+
value_states.transpose(1, 2),
|
582 |
+
attn_mask=attention_bias,
|
583 |
+
dropout_p=self.dropout.p if self.training else 0.0,
|
584 |
+
)
|
585 |
+
attn_output = attn_output.permute(0, 2, 1, 3).contiguous()
|
586 |
+
return attn_output, None
|
587 |
+
|
588 |
+
|
589 |
+
GTE_ATTENTION_CLASSES = {
|
590 |
+
"eager": GteAttention,
|
591 |
+
# "flash_attention_2": , # TODO
|
592 |
+
"sdpa": GteSdpaAttention,
|
593 |
+
}
|
594 |
+
|
595 |
+
|
596 |
+
class GteGatedMLP(nn.Module):
|
597 |
+
"""
|
598 |
+
GLU Variants Improve Transformer.
|
599 |
+
"""
|
600 |
+
|
601 |
+
def __init__(self, config: GteConfig):
|
602 |
+
super().__init__()
|
603 |
+
self.intermediate_size = config.intermediate_size
|
604 |
+
self.up_gate_proj = nn.Linear(config.hidden_size, self.intermediate_size * 2, bias=False)
|
605 |
+
self.down_proj = nn.Linear(self.intermediate_size, config.hidden_size, bias=True)
|
606 |
+
self.act_fn = ACT2FN[config.hidden_act]
|
607 |
+
if config.hidden_dropout_prob > 0:
|
608 |
+
self.hidden_dropout = nn.Dropout(config.hidden_dropout_prob)
|
609 |
+
else:
|
610 |
+
self.hidden_dropout = None
|
611 |
+
|
612 |
+
def forward(self, hidden_states):
|
613 |
+
up_gate = self.up_gate_proj(hidden_states)
|
614 |
+
up_states, gate = torch.split(up_gate, self.intermediate_size, dim=-1)
|
615 |
+
gate = self.act_fn(gate)
|
616 |
+
gated_states = gate * up_states
|
617 |
+
if self.hidden_dropout is not None:
|
618 |
+
gated_states = self.hidden_dropout(gated_states)
|
619 |
+
down_states = self.down_proj(gated_states)
|
620 |
+
return down_states
|
621 |
+
|
622 |
+
|
623 |
+
class GteLayer(nn.Module):
|
624 |
+
def __init__(
|
625 |
+
self,
|
626 |
+
config: GteConfig,
|
627 |
+
pack_qkv=None,
|
628 |
+
use_memory_efficient_attention=None,
|
629 |
+
attn_implementation=None
|
630 |
+
):
|
631 |
+
super().__init__()
|
632 |
+
if attn_implementation is None:
|
633 |
+
attn_implementation = config._attn_implementation
|
634 |
+
if use_memory_efficient_attention is None:
|
635 |
+
use_memory_efficient_attention = config.use_memory_efficient_attention
|
636 |
+
if use_memory_efficient_attention:
|
637 |
+
if attn_implementation != 'eager':
|
638 |
+
logger.warning_once(f"Override {attn_implementation=} to 'eager' as {use_memory_efficient_attention=}")
|
639 |
+
attn_implementation = 'eager' # Since it will be SDPA by default for torch>=2.1.1
|
640 |
+
self.attention = GTE_ATTENTION_CLASSES[attn_implementation](
|
641 |
+
config, pack_qkv=pack_qkv, use_memory_efficient_attention=use_memory_efficient_attention
|
642 |
+
)
|
643 |
+
self.mlp = GteGatedMLP(config)
|
644 |
+
|
645 |
+
ln_class = LAYER_NORM[config.layer_norm_type]
|
646 |
+
self.attn_ln = ln_class(config.hidden_size, eps=config.layer_norm_eps)
|
647 |
+
self.mlp_ln = ln_class(config.hidden_size, eps=config.layer_norm_eps)
|
648 |
+
|
649 |
+
if config.hidden_dropout_prob > 0:
|
650 |
+
self.hidden_dropout = nn.Dropout(config.hidden_dropout_prob)
|
651 |
+
else:
|
652 |
+
self.hidden_dropout = None
|
653 |
+
|
654 |
+
def forward(
|
655 |
+
self,
|
656 |
+
hidden_states: torch.Tensor,
|
657 |
+
attention_bias: torch.FloatTensor,
|
658 |
+
rope_embeds: Optional[Tuple[torch.FloatTensor, torch.FloatTensor]] = None,
|
659 |
+
padding_inputs: Optional[Tuple] = None, # indices, batch, seqlen
|
660 |
+
attention_scale: Optional[torch.FloatTensor] = None,
|
661 |
+
subset_indices: Optional[torch.LongTensor] = None,
|
662 |
+
head_mask: Optional[torch.FloatTensor] = None,
|
663 |
+
output_attentions: Optional[bool] = False,
|
664 |
+
qkv_inputs: Optional[Tuple] = None, # For RetroMAE
|
665 |
+
) -> Tuple[torch.Tensor, ...]:
|
666 |
+
# Multi head self attention
|
667 |
+
residual = hidden_states if qkv_inputs is None else qkv_inputs[0]
|
668 |
+
attention_outputs = self.attention(
|
669 |
+
hidden_states,
|
670 |
+
attention_bias,
|
671 |
+
rope_embeds,
|
672 |
+
padding_inputs,
|
673 |
+
attention_scale,
|
674 |
+
head_mask,
|
675 |
+
output_attentions=output_attentions,
|
676 |
+
qkv_inputs=qkv_inputs,
|
677 |
+
)
|
678 |
+
hidden_states = attention_outputs[0]
|
679 |
+
if self.hidden_dropout is not None:
|
680 |
+
hidden_states = self.hidden_dropout(hidden_states)
|
681 |
+
hidden_states = residual + hidden_states
|
682 |
+
|
683 |
+
# In pretraining, after the attention of last layer, we only need the masked tokens.
|
684 |
+
if subset_indices is not None:
|
685 |
+
hidden_states = hidden_states[subset_indices]
|
686 |
+
|
687 |
+
hidden_states = self.attn_ln(hidden_states)
|
688 |
+
|
689 |
+
# Fully Connected
|
690 |
+
residual = hidden_states
|
691 |
+
hidden_states = self.mlp(hidden_states)
|
692 |
+
if self.hidden_dropout is not None:
|
693 |
+
hidden_states = self.hidden_dropout(hidden_states)
|
694 |
+
hidden_states = residual + hidden_states
|
695 |
+
hidden_states = self.mlp_ln(hidden_states)
|
696 |
+
|
697 |
+
# add self attentions if we output attention weights
|
698 |
+
outputs = (hidden_states,) + attention_outputs[1:]
|
699 |
+
return outputs
|
700 |
+
|
701 |
+
|
702 |
+
class GteEncoder(nn.Module):
|
703 |
+
def __init__(self, config):
|
704 |
+
super().__init__()
|
705 |
+
self.config = config
|
706 |
+
self.layer = nn.ModuleList([GteLayer(config) for _ in range(config.num_hidden_layers)])
|
707 |
+
self.gradient_checkpointing = False
|
708 |
+
|
709 |
+
def forward(
|
710 |
+
self,
|
711 |
+
hidden_states: torch.Tensor,
|
712 |
+
attention_bias: Optional[torch.FloatTensor] = None,
|
713 |
+
rope_embeds: Optional[Tuple[torch.FloatTensor, torch.FloatTensor]] = None,
|
714 |
+
padding_inputs: Optional[Tuple] = None, # indices, batch, seqlen
|
715 |
+
attention_scale: Optional[torch.FloatTensor] = None,
|
716 |
+
subset_indices: Optional[torch.LongTensor] = None,
|
717 |
+
head_mask: Optional[torch.FloatTensor] = None,
|
718 |
+
output_attentions: Optional[bool] = False,
|
719 |
+
output_hidden_states: Optional[bool] = False,
|
720 |
+
return_dict: Optional[bool] = True,
|
721 |
+
) -> Union[Tuple[torch.Tensor], BaseModelOutput]:
|
722 |
+
all_hidden_states = () if output_hidden_states else None
|
723 |
+
all_self_attentions = () if output_attentions else None
|
724 |
+
|
725 |
+
for i, layer_module in enumerate(self.layer):
|
726 |
+
if output_hidden_states:
|
727 |
+
all_hidden_states = all_hidden_states + (hidden_states,)
|
728 |
+
|
729 |
+
if i >= len(self.layer) - 1:
|
730 |
+
layer_subset_indices = subset_indices
|
731 |
+
else:
|
732 |
+
layer_subset_indices = None
|
733 |
+
|
734 |
+
layer_head_mask = head_mask[i] if head_mask is not None else None
|
735 |
+
|
736 |
+
if self.gradient_checkpointing and self.training:
|
737 |
+
layer_outputs = self._gradient_checkpointing_func(
|
738 |
+
layer_module.__call__,
|
739 |
+
hidden_states,
|
740 |
+
attention_bias,
|
741 |
+
rope_embeds,
|
742 |
+
padding_inputs,
|
743 |
+
attention_scale,
|
744 |
+
layer_subset_indices,
|
745 |
+
layer_head_mask,
|
746 |
+
)
|
747 |
+
else:
|
748 |
+
layer_outputs = layer_module(
|
749 |
+
hidden_states,
|
750 |
+
attention_bias,
|
751 |
+
rope_embeds,
|
752 |
+
padding_inputs,
|
753 |
+
attention_scale,
|
754 |
+
layer_subset_indices,
|
755 |
+
layer_head_mask,
|
756 |
+
output_attentions,
|
757 |
+
)
|
758 |
+
|
759 |
+
hidden_states = layer_outputs[0]
|
760 |
+
if output_attentions:
|
761 |
+
all_self_attentions = all_self_attentions + (layer_outputs[1],)
|
762 |
+
|
763 |
+
if output_hidden_states:
|
764 |
+
all_hidden_states = all_hidden_states + (hidden_states,)
|
765 |
+
|
766 |
+
if not return_dict:
|
767 |
+
return tuple(
|
768 |
+
v
|
769 |
+
for v in [
|
770 |
+
hidden_states,
|
771 |
+
all_hidden_states,
|
772 |
+
all_self_attentions,
|
773 |
+
]
|
774 |
+
if v is not None
|
775 |
+
)
|
776 |
+
return BaseModelOutput(
|
777 |
+
last_hidden_state=hidden_states,
|
778 |
+
hidden_states=all_hidden_states,
|
779 |
+
attentions=all_self_attentions,
|
780 |
+
)
|
781 |
+
|
782 |
+
|
783 |
+
# Copied from transformers.models.bert.modeling_bert.BertPooler with Bert->Gte
|
784 |
+
class GtePooler(nn.Module):
|
785 |
+
def __init__(self, config):
|
786 |
+
super().__init__()
|
787 |
+
self.dense = nn.Linear(config.hidden_size, config.hidden_size)
|
788 |
+
self.activation = nn.Tanh()
|
789 |
+
|
790 |
+
def forward(self, hidden_states: torch.Tensor) -> torch.Tensor:
|
791 |
+
# We "pool" the model by simply taking the hidden state corresponding
|
792 |
+
# to the first token.
|
793 |
+
first_token_tensor = hidden_states[:, 0]
|
794 |
+
pooled_output = self.dense(first_token_tensor)
|
795 |
+
pooled_output = self.activation(pooled_output)
|
796 |
+
return pooled_output
|
797 |
+
|
798 |
+
|
799 |
+
class GtePreTrainedModel(PreTrainedModel):
|
800 |
+
"""
|
801 |
+
An abstract class to handle weights initialization and a simple interface for downloading and loading pretrained
|
802 |
+
models.
|
803 |
+
"""
|
804 |
+
|
805 |
+
config_class = GteConfig
|
806 |
+
base_model_prefix = "gte"
|
807 |
+
supports_gradient_checkpointing = True
|
808 |
+
_supports_sdpa = True
|
809 |
+
|
810 |
+
def _init_weights(self, module):
|
811 |
+
"""Initialize the weights"""
|
812 |
+
if isinstance(module, nn.Linear):
|
813 |
+
# Slightly different from the TF version which uses truncated_normal for initialization
|
814 |
+
# cf https://github.com/pytorch/pytorch/pull/5617
|
815 |
+
module.weight.data.normal_(mean=0.0, std=self.config.initializer_range)
|
816 |
+
if module.bias is not None:
|
817 |
+
module.bias.data.zero_()
|
818 |
+
elif isinstance(module, nn.Embedding):
|
819 |
+
module.weight.data.normal_(mean=0.0, std=self.config.initializer_range)
|
820 |
+
if module.padding_idx is not None:
|
821 |
+
module.weight.data[module.padding_idx].zero_()
|
822 |
+
elif isinstance(module, nn.LayerNorm):
|
823 |
+
module.bias.data.zero_()
|
824 |
+
module.weight.data.fill_(1.0)
|
825 |
+
|
826 |
+
|
827 |
+
class GteModel(GtePreTrainedModel):
|
828 |
+
"""
|
829 |
+
The bare Gte Model transformer outputting raw hidden-states without any specific head on top.
|
830 |
+
"""
|
831 |
+
|
832 |
+
def __init__(self, config: GteConfig, add_pooling_layer=False):
|
833 |
+
super().__init__(config)
|
834 |
+
self.config = config
|
835 |
+
|
836 |
+
self.embeddings = GteEmbeddings(config)
|
837 |
+
self.encoder = GteEncoder(config)
|
838 |
+
|
839 |
+
self.pooler = GtePooler(config) if add_pooling_layer else None
|
840 |
+
|
841 |
+
# Initialize weights and apply final processing
|
842 |
+
self.post_init()
|
843 |
+
|
844 |
+
def get_input_embeddings(self):
|
845 |
+
return self.embeddings.word_embeddings
|
846 |
+
|
847 |
+
def set_input_embeddings(self, value):
|
848 |
+
self.embeddings.word_embeddings = value
|
849 |
+
|
850 |
+
def forward(
|
851 |
+
self,
|
852 |
+
input_ids: Optional[torch.Tensor] = None,
|
853 |
+
attention_mask: Optional[torch.Tensor] = None,
|
854 |
+
length: Optional[List[int]] = None,
|
855 |
+
subset_indices: Optional[torch.LongTensor] = None,
|
856 |
+
token_type_ids: Optional[torch.Tensor] = None,
|
857 |
+
position_ids: Optional[torch.Tensor] = None,
|
858 |
+
head_mask: Optional[torch.Tensor] = None,
|
859 |
+
inputs_embeds: Optional[torch.Tensor] = None,
|
860 |
+
output_attentions: Optional[bool] = None,
|
861 |
+
output_hidden_states: Optional[bool] = None,
|
862 |
+
return_dict: Optional[bool] = None,
|
863 |
+
unpad_inputs: Optional[bool] = None,
|
864 |
+
) -> Union[Tuple[torch.Tensor], BaseModelOutputWithPooling]:
|
865 |
+
r"""
|
866 |
+
length (`list` of length `batch_size`, *optional*):
|
867 |
+
If is `None`, return padded `last_hidden_state`.
|
868 |
+
subset_indices ():
|
869 |
+
pass
|
870 |
+
unpad_inputs (`bool`, *optional*):
|
871 |
+
pass
|
872 |
+
"""
|
873 |
+
output_attentions = output_attentions if output_attentions is not None else self.config.output_attentions
|
874 |
+
output_hidden_states = (
|
875 |
+
output_hidden_states if output_hidden_states is not None else self.config.output_hidden_states
|
876 |
+
)
|
877 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
878 |
+
unpad_inputs = unpad_inputs if unpad_inputs is not None else self.config.unpad_inputs
|
879 |
+
output_padded = length is None
|
880 |
+
|
881 |
+
if input_ids is not None and inputs_embeds is not None:
|
882 |
+
raise ValueError("You cannot specify both input_ids and inputs_embeds at the same time")
|
883 |
+
elif input_ids is not None:
|
884 |
+
self.warn_if_padding_and_no_attention_mask(input_ids, attention_mask)
|
885 |
+
input_shape = input_ids.size()
|
886 |
+
elif inputs_embeds is not None:
|
887 |
+
input_shape = inputs_embeds.size()[:-1]
|
888 |
+
else:
|
889 |
+
raise ValueError("You have to specify either input_ids or inputs_embeds")
|
890 |
+
|
891 |
+
# TODO: not used
|
892 |
+
# # Prepare head mask if needed
|
893 |
+
# # 1.0 in head_mask indicate we keep the head
|
894 |
+
# # attention_probs has shape bsz x n_heads x N x N
|
895 |
+
# # input head_mask has shape [num_heads] or [num_hidden_layers x num_heads]
|
896 |
+
# # and head_mask is converted to shape [num_hidden_layers x batch x num_heads x seq_length x seq_length]
|
897 |
+
# head_mask = self.get_head_mask(head_mask, self.config.num_hidden_layers)
|
898 |
+
|
899 |
+
# Get embeddings, may unpad them
|
900 |
+
(embedding_output, attention_mask, rope_embeds, length) = self.embeddings(
|
901 |
+
unpad_inputs,
|
902 |
+
input_ids=input_ids,
|
903 |
+
attention_mask=attention_mask,
|
904 |
+
length=length,
|
905 |
+
token_type_ids=token_type_ids,
|
906 |
+
position_ids=position_ids,
|
907 |
+
inputs_embeds=inputs_embeds
|
908 |
+
)
|
909 |
+
|
910 |
+
batch_size, seq_length = input_shape
|
911 |
+
if unpad_inputs and self.config.use_memory_efficient_attention:
|
912 |
+
attention_bias = xops.fmha.attn_bias.BlockDiagonalMask.from_seqlens(length)
|
913 |
+
else:
|
914 |
+
# We can provide a self-attention mask of dimensions [batch_size, from_seq_length, to_seq_length]
|
915 |
+
# ourselves in which case we just need to make it broadcastable to all heads.
|
916 |
+
attention_bias = self.get_extended_attention_mask(attention_mask, input_shape)
|
917 |
+
if self.config.use_memory_efficient_attention:
|
918 |
+
# Invalid shape for attention bias: torch.Size([48, 1, 1, 512]) (expected (48, 12, 512, 512))
|
919 |
+
attention_bias = attention_bias.expand(-1, self.config.num_attention_heads, seq_length, -1)
|
920 |
+
|
921 |
+
padding_inputs = None
|
922 |
+
if unpad_inputs and (output_padded or not self.config.use_memory_efficient_attention):
|
923 |
+
indices = torch.nonzero(attention_mask.flatten(), as_tuple=False).flatten()
|
924 |
+
if not self.config.use_memory_efficient_attention:
|
925 |
+
padding_inputs = (indices, *input_shape)
|
926 |
+
|
927 |
+
attention_scale = None
|
928 |
+
if self.config.logn_attention_scale:
|
929 |
+
logger.warning_once("TODO: logn_attention_scale")
|
930 |
+
# # attention scale log_512(input_len)
|
931 |
+
# attention_scale = attention_mask.sum(1).log() / torch.tensor(self.config.max_position_embeddings).log()
|
932 |
+
# # inference-time logn scale need clip 1
|
933 |
+
# if self.config.logn_attention_clip1:
|
934 |
+
# attention_scale.clip_(1)
|
935 |
+
# attention_scale = attention_scale[:, None, None, None]
|
936 |
+
# else:
|
937 |
+
# attention_scale = None
|
938 |
+
|
939 |
+
encoder_outputs = self.encoder(
|
940 |
+
embedding_output,
|
941 |
+
attention_bias=attention_bias,
|
942 |
+
rope_embeds=rope_embeds,
|
943 |
+
padding_inputs=padding_inputs,
|
944 |
+
attention_scale=attention_scale,
|
945 |
+
subset_indices=subset_indices,
|
946 |
+
head_mask=head_mask,
|
947 |
+
output_attentions=output_attentions,
|
948 |
+
output_hidden_states=output_hidden_states,
|
949 |
+
return_dict=return_dict,
|
950 |
+
)
|
951 |
+
sequence_output = encoder_outputs[0]
|
952 |
+
if unpad_inputs and output_padded:
|
953 |
+
sequence_output = pad_input(
|
954 |
+
sequence_output.squeeze(), indices, batch_size, seq_length
|
955 |
+
)
|
956 |
+
|
957 |
+
pooled_output = self.pooler(sequence_output) if self.pooler is not None else None
|
958 |
+
|
959 |
+
if not return_dict:
|
960 |
+
return (sequence_output, pooled_output) + encoder_outputs[1:]
|
961 |
+
|
962 |
+
return BaseModelOutputWithPooling(
|
963 |
+
last_hidden_state=sequence_output,
|
964 |
+
pooler_output=pooled_output,
|
965 |
+
hidden_states=encoder_outputs.hidden_states,
|
966 |
+
attentions=encoder_outputs.attentions,
|
967 |
+
)
|
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 |
+
]
|
runs/Sep01_15-09-38_DESKTOP-JKAL6UH/events.out.tfevents.1756732179.DESKTOP-JKAL6UH
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:965143c09713d9a1d25ec14d52353f5b48af243bf7fbd9b290c86814b4f1fe44
|
3 |
+
size 45597
|
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:aa7a6ad87a7ce8fe196787355f6af7d03aee94d19c54a5eb1392ed18c8ef451a
|
3 |
+
size 17082988
|
tokenizer_config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"extra_special_tokens": {},
|
49 |
+
"mask_token": "<mask>",
|
50 |
+
"max_length": 512,
|
51 |
+
"model_max_length": 32768,
|
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 |
+
"tokenizer_class": "XLMRobertaTokenizerFast",
|
59 |
+
"truncation_side": "right",
|
60 |
+
"truncation_strategy": "longest_first",
|
61 |
+
"unk_token": "<unk>"
|
62 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c075fa87280235f8330ff815305c05fec280d4713a335174551652feaaa6c67e
|
3 |
+
size 6161
|