Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- final/1_Pooling/config.json +10 -0
- final/README.md +524 -0
- final/config.json +28 -0
- final/config_sentence_transformers.json +10 -0
- final/model-00001-of-00002.safetensors +3 -0
- final/model-00002-of-00002.safetensors +3 -0
- final/model.safetensors.index.json +590 -0
- final/modules.json +14 -0
- final/sentence_bert_config.json +4 -0
- final/sentencepiece.bpe.model +3 -0
- final/special_tokens_map.json +51 -0
- final/tokenizer.json +3 -0
- final/tokenizer_config.json +55 -0
- runs/Jun03_19-22-55_ruche-gpu19.cluster/events.out.tfevents.1717435434.ruche-gpu19.cluster.26229.0 +3 -0
- runs/Jun03_19-29-06_ruche-gpu19.cluster/events.out.tfevents.1717435801.ruche-gpu19.cluster.27463.0 +3 -0
- runs/Jun03_19-34-46_ruche-gpu19.cluster/events.out.tfevents.1717436145.ruche-gpu19.cluster.28125.0 +3 -0
- runs/Jun03_19-42-14_ruche-gpu19.cluster/events.out.tfevents.1717436574.ruche-gpu19.cluster.29230.0 +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 |
+
final/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
final/1_Pooling/config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"word_embedding_dimension": 2560,
|
3 |
+
"pooling_mode_cls_token": false,
|
4 |
+
"pooling_mode_mean_tokens": true,
|
5 |
+
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
+
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false,
|
9 |
+
"include_prompt": true
|
10 |
+
}
|
final/README.md
ADDED
@@ -0,0 +1,524 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: sentence-transformers
|
5 |
+
tags:
|
6 |
+
- sentence-transformers
|
7 |
+
- sentence-similarity
|
8 |
+
- feature-extraction
|
9 |
+
- dataset_size:100K<n<1M
|
10 |
+
- loss:CachedMultipleNegativesRankingLoss
|
11 |
+
base_model: facebook/xlm-roberta-xl
|
12 |
+
metrics:
|
13 |
+
- cosine_accuracy
|
14 |
+
- dot_accuracy
|
15 |
+
- manhattan_accuracy
|
16 |
+
- euclidean_accuracy
|
17 |
+
- max_accuracy
|
18 |
+
widget:
|
19 |
+
- source_sentence: A bird flying.
|
20 |
+
sentences:
|
21 |
+
- A butterfly flys freely.
|
22 |
+
- the animal is running
|
23 |
+
- The woman is asleep.
|
24 |
+
- source_sentence: There's a dock
|
25 |
+
sentences:
|
26 |
+
- The boat is sinking
|
27 |
+
- A man is ice skating.
|
28 |
+
- A man is sleeping.
|
29 |
+
- source_sentence: A woman sings.
|
30 |
+
sentences:
|
31 |
+
- The woman is singing.
|
32 |
+
- The girl is standing.
|
33 |
+
- A boy is sledding
|
34 |
+
- source_sentence: The boy scowls
|
35 |
+
sentences:
|
36 |
+
- The boy is smiling
|
37 |
+
- a child eats cheerios
|
38 |
+
- A woman is sitting.
|
39 |
+
- source_sentence: a baby smiling
|
40 |
+
sentences:
|
41 |
+
- The boy is smiling
|
42 |
+
- The woman is fishing.
|
43 |
+
- A man is sitting down.
|
44 |
+
pipeline_tag: sentence-similarity
|
45 |
+
model-index:
|
46 |
+
- name: SentenceTransformer based on facebook/xlm-roberta-xl
|
47 |
+
results:
|
48 |
+
- task:
|
49 |
+
type: triplet
|
50 |
+
name: Triplet
|
51 |
+
dataset:
|
52 |
+
name: all nli dev
|
53 |
+
type: all-nli-dev
|
54 |
+
metrics:
|
55 |
+
- type: cosine_accuracy
|
56 |
+
value: 0.931
|
57 |
+
name: Cosine Accuracy
|
58 |
+
- type: dot_accuracy
|
59 |
+
value: 0.063
|
60 |
+
name: Dot Accuracy
|
61 |
+
- type: manhattan_accuracy
|
62 |
+
value: 0.931
|
63 |
+
name: Manhattan Accuracy
|
64 |
+
- type: euclidean_accuracy
|
65 |
+
value: 0.927
|
66 |
+
name: Euclidean Accuracy
|
67 |
+
- type: max_accuracy
|
68 |
+
value: 0.931
|
69 |
+
name: Max Accuracy
|
70 |
+
- task:
|
71 |
+
type: triplet
|
72 |
+
name: Triplet
|
73 |
+
dataset:
|
74 |
+
name: all nli test
|
75 |
+
type: all-nli-test
|
76 |
+
metrics:
|
77 |
+
- type: cosine_accuracy
|
78 |
+
value: 0.939
|
79 |
+
name: Cosine Accuracy
|
80 |
+
- type: dot_accuracy
|
81 |
+
value: 0.056
|
82 |
+
name: Dot Accuracy
|
83 |
+
- type: manhattan_accuracy
|
84 |
+
value: 0.936
|
85 |
+
name: Manhattan Accuracy
|
86 |
+
- type: euclidean_accuracy
|
87 |
+
value: 0.938
|
88 |
+
name: Euclidean Accuracy
|
89 |
+
- type: max_accuracy
|
90 |
+
value: 0.939
|
91 |
+
name: Max Accuracy
|
92 |
+
---
|
93 |
+
|
94 |
+
# SentenceTransformer based on facebook/xlm-roberta-xl
|
95 |
+
|
96 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [facebook/xlm-roberta-xl](https://huggingface.co/facebook/xlm-roberta-xl) on the [sentence-transformers/all-nli](https://huggingface.co/datasets/sentence-transformers/all-nli) dataset. It maps sentences & paragraphs to a 2560-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
97 |
+
|
98 |
+
## Model Details
|
99 |
+
|
100 |
+
### Model Description
|
101 |
+
- **Model Type:** Sentence Transformer
|
102 |
+
- **Base model:** [facebook/xlm-roberta-xl](https://huggingface.co/facebook/xlm-roberta-xl) <!-- at revision aa5d120255845efeebc9b7f42822a1dd0f9ece9d -->
|
103 |
+
- **Maximum Sequence Length:** 514 tokens
|
104 |
+
- **Output Dimensionality:** 2560 tokens
|
105 |
+
- **Similarity Function:** Cosine Similarity
|
106 |
+
- **Training Dataset:**
|
107 |
+
- [sentence-transformers/all-nli](https://huggingface.co/datasets/sentence-transformers/all-nli)
|
108 |
+
- **Language:** en
|
109 |
+
<!-- - **License:** Unknown -->
|
110 |
+
|
111 |
+
### Model Sources
|
112 |
+
|
113 |
+
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
|
114 |
+
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
|
115 |
+
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
|
116 |
+
|
117 |
+
### Full Model Architecture
|
118 |
+
|
119 |
+
```
|
120 |
+
SentenceTransformer(
|
121 |
+
(0): Transformer({'max_seq_length': 514, 'do_lower_case': False}) with Transformer model: XLMRobertaXLModel
|
122 |
+
(1): Pooling({'word_embedding_dimension': 2560, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
|
123 |
+
)
|
124 |
+
```
|
125 |
+
|
126 |
+
## Usage
|
127 |
+
|
128 |
+
### Direct Usage (Sentence Transformers)
|
129 |
+
|
130 |
+
First install the Sentence Transformers library:
|
131 |
+
|
132 |
+
```bash
|
133 |
+
pip install -U sentence-transformers
|
134 |
+
```
|
135 |
+
|
136 |
+
Then you can load this model and run inference.
|
137 |
+
```python
|
138 |
+
from sentence_transformers import SentenceTransformer
|
139 |
+
|
140 |
+
# Download from the 🤗 Hub
|
141 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
142 |
+
# Run inference
|
143 |
+
sentences = [
|
144 |
+
'a baby smiling',
|
145 |
+
'The boy is smiling',
|
146 |
+
'The woman is fishing.',
|
147 |
+
]
|
148 |
+
embeddings = model.encode(sentences)
|
149 |
+
print(embeddings.shape)
|
150 |
+
# [3, 2560]
|
151 |
+
|
152 |
+
# Get the similarity scores for the embeddings
|
153 |
+
similarities = model.similarity(embeddings, embeddings)
|
154 |
+
print(similarities.shape)
|
155 |
+
# [3, 3]
|
156 |
+
```
|
157 |
+
|
158 |
+
<!--
|
159 |
+
### Direct Usage (Transformers)
|
160 |
+
|
161 |
+
<details><summary>Click to see the direct usage in Transformers</summary>
|
162 |
+
|
163 |
+
</details>
|
164 |
+
-->
|
165 |
+
|
166 |
+
<!--
|
167 |
+
### Downstream Usage (Sentence Transformers)
|
168 |
+
|
169 |
+
You can finetune this model on your own dataset.
|
170 |
+
|
171 |
+
<details><summary>Click to expand</summary>
|
172 |
+
|
173 |
+
</details>
|
174 |
+
-->
|
175 |
+
|
176 |
+
<!--
|
177 |
+
### Out-of-Scope Use
|
178 |
+
|
179 |
+
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
180 |
+
-->
|
181 |
+
|
182 |
+
## Evaluation
|
183 |
+
|
184 |
+
### Metrics
|
185 |
+
|
186 |
+
#### Triplet
|
187 |
+
* Dataset: `all-nli-dev`
|
188 |
+
* Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
|
189 |
+
|
190 |
+
| Metric | Value |
|
191 |
+
|:-------------------|:----------|
|
192 |
+
| cosine_accuracy | 0.931 |
|
193 |
+
| dot_accuracy | 0.063 |
|
194 |
+
| manhattan_accuracy | 0.931 |
|
195 |
+
| euclidean_accuracy | 0.927 |
|
196 |
+
| **max_accuracy** | **0.931** |
|
197 |
+
|
198 |
+
#### Triplet
|
199 |
+
* Dataset: `all-nli-test`
|
200 |
+
* Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
|
201 |
+
|
202 |
+
| Metric | Value |
|
203 |
+
|:-------------------|:----------|
|
204 |
+
| cosine_accuracy | 0.939 |
|
205 |
+
| dot_accuracy | 0.056 |
|
206 |
+
| manhattan_accuracy | 0.936 |
|
207 |
+
| euclidean_accuracy | 0.938 |
|
208 |
+
| **max_accuracy** | **0.939** |
|
209 |
+
|
210 |
+
<!--
|
211 |
+
## Bias, Risks and Limitations
|
212 |
+
|
213 |
+
*What are the known or foreseeable issues stemming from this model? You could also flag here known failure cases or weaknesses of the model.*
|
214 |
+
-->
|
215 |
+
|
216 |
+
<!--
|
217 |
+
### Recommendations
|
218 |
+
|
219 |
+
*What are recommendations with respect to the foreseeable issues? For example, filtering explicit content.*
|
220 |
+
-->
|
221 |
+
|
222 |
+
## Training Details
|
223 |
+
|
224 |
+
### Training Dataset
|
225 |
+
|
226 |
+
#### sentence-transformers/all-nli
|
227 |
+
|
228 |
+
* Dataset: [sentence-transformers/all-nli](https://huggingface.co/datasets/sentence-transformers/all-nli) at [d482672](https://huggingface.co/datasets/sentence-transformers/all-nli/tree/d482672c8e74ce18da116f430137434ba2e52fab)
|
229 |
+
* Size: 100,000 training samples
|
230 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
231 |
+
* Approximate statistics based on the first 1000 samples:
|
232 |
+
| | anchor | positive | negative |
|
233 |
+
|:--------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
234 |
+
| type | string | string | string |
|
235 |
+
| details | <ul><li>min: 7 tokens</li><li>mean: 10.9 tokens</li><li>max: 52 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 13.62 tokens</li><li>max: 42 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 14.76 tokens</li><li>max: 55 tokens</li></ul> |
|
236 |
+
* Samples:
|
237 |
+
| anchor | positive | negative |
|
238 |
+
|:---------------------------------------------------------------------------|:-------------------------------------------------|:-----------------------------------------------------------|
|
239 |
+
| <code>A person on a horse jumps over a broken down airplane.</code> | <code>A person is outdoors, on a horse.</code> | <code>A person is at a diner, ordering an omelette.</code> |
|
240 |
+
| <code>Children smiling and waving at camera</code> | <code>There are children present</code> | <code>The kids are frowning</code> |
|
241 |
+
| <code>A boy is jumping on skateboard in the middle of a red bridge.</code> | <code>The boy does a skateboarding trick.</code> | <code>The boy skates down the sidewalk.</code> |
|
242 |
+
* Loss: [<code>CachedMultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cachedmultiplenegativesrankingloss) with these parameters:
|
243 |
+
```json
|
244 |
+
{
|
245 |
+
"scale": 20.0,
|
246 |
+
"similarity_fct": "cos_sim"
|
247 |
+
}
|
248 |
+
```
|
249 |
+
|
250 |
+
### Evaluation Dataset
|
251 |
+
|
252 |
+
#### sentence-transformers/all-nli
|
253 |
+
|
254 |
+
* Dataset: [sentence-transformers/all-nli](https://huggingface.co/datasets/sentence-transformers/all-nli) at [d482672](https://huggingface.co/datasets/sentence-transformers/all-nli/tree/d482672c8e74ce18da116f430137434ba2e52fab)
|
255 |
+
* Size: 1,000 evaluation samples
|
256 |
+
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
257 |
+
* Approximate statistics based on the first 1000 samples:
|
258 |
+
| | anchor | positive | negative |
|
259 |
+
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
260 |
+
| type | string | string | string |
|
261 |
+
| details | <ul><li>min: 6 tokens</li><li>mean: 20.31 tokens</li><li>max: 83 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 10.71 tokens</li><li>max: 35 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 11.39 tokens</li><li>max: 32 tokens</li></ul> |
|
262 |
+
* Samples:
|
263 |
+
| anchor | positive | negative |
|
264 |
+
|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------|:--------------------------------------------------------|
|
265 |
+
| <code>Two women are embracing while holding to go packages.</code> | <code>Two woman are holding packages.</code> | <code>The men are fighting outside a deli.</code> |
|
266 |
+
| <code>Two young children in blue jerseys, one with the number 9 and one with the number 2 are standing on wooden steps in a bathroom and washing their hands in a sink.</code> | <code>Two kids in numbered jerseys wash their hands.</code> | <code>Two kids in jackets walk to school.</code> |
|
267 |
+
| <code>A man selling donuts to a customer during a world exhibition event held in the city of Angeles</code> | <code>A man selling donuts to a customer.</code> | <code>A woman drinks her coffee in a small cafe.</code> |
|
268 |
+
* Loss: [<code>CachedMultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#cachedmultiplenegativesrankingloss) with these parameters:
|
269 |
+
```json
|
270 |
+
{
|
271 |
+
"scale": 20.0,
|
272 |
+
"similarity_fct": "cos_sim"
|
273 |
+
}
|
274 |
+
```
|
275 |
+
|
276 |
+
### Training Hyperparameters
|
277 |
+
#### Non-Default Hyperparameters
|
278 |
+
|
279 |
+
- `eval_strategy`: steps
|
280 |
+
- `per_device_train_batch_size`: 16
|
281 |
+
- `per_device_eval_batch_size`: 16
|
282 |
+
- `num_train_epochs`: 1
|
283 |
+
- `warmup_ratio`: 0.1
|
284 |
+
- `bf16`: True
|
285 |
+
- `batch_sampler`: no_duplicates
|
286 |
+
|
287 |
+
#### All Hyperparameters
|
288 |
+
<details><summary>Click to expand</summary>
|
289 |
+
|
290 |
+
- `overwrite_output_dir`: False
|
291 |
+
- `do_predict`: False
|
292 |
+
- `eval_strategy`: steps
|
293 |
+
- `prediction_loss_only`: True
|
294 |
+
- `per_device_train_batch_size`: 16
|
295 |
+
- `per_device_eval_batch_size`: 16
|
296 |
+
- `per_gpu_train_batch_size`: None
|
297 |
+
- `per_gpu_eval_batch_size`: None
|
298 |
+
- `gradient_accumulation_steps`: 1
|
299 |
+
- `eval_accumulation_steps`: None
|
300 |
+
- `learning_rate`: 5e-05
|
301 |
+
- `weight_decay`: 0.0
|
302 |
+
- `adam_beta1`: 0.9
|
303 |
+
- `adam_beta2`: 0.999
|
304 |
+
- `adam_epsilon`: 1e-08
|
305 |
+
- `max_grad_norm`: 1.0
|
306 |
+
- `num_train_epochs`: 1
|
307 |
+
- `max_steps`: -1
|
308 |
+
- `lr_scheduler_type`: linear
|
309 |
+
- `lr_scheduler_kwargs`: {}
|
310 |
+
- `warmup_ratio`: 0.1
|
311 |
+
- `warmup_steps`: 0
|
312 |
+
- `log_level`: passive
|
313 |
+
- `log_level_replica`: warning
|
314 |
+
- `log_on_each_node`: True
|
315 |
+
- `logging_nan_inf_filter`: True
|
316 |
+
- `save_safetensors`: True
|
317 |
+
- `save_on_each_node`: False
|
318 |
+
- `save_only_model`: False
|
319 |
+
- `restore_callback_states_from_checkpoint`: False
|
320 |
+
- `no_cuda`: False
|
321 |
+
- `use_cpu`: False
|
322 |
+
- `use_mps_device`: False
|
323 |
+
- `seed`: 42
|
324 |
+
- `data_seed`: None
|
325 |
+
- `jit_mode_eval`: False
|
326 |
+
- `use_ipex`: False
|
327 |
+
- `bf16`: True
|
328 |
+
- `fp16`: False
|
329 |
+
- `fp16_opt_level`: O1
|
330 |
+
- `half_precision_backend`: auto
|
331 |
+
- `bf16_full_eval`: False
|
332 |
+
- `fp16_full_eval`: False
|
333 |
+
- `tf32`: None
|
334 |
+
- `local_rank`: 0
|
335 |
+
- `ddp_backend`: None
|
336 |
+
- `tpu_num_cores`: None
|
337 |
+
- `tpu_metrics_debug`: False
|
338 |
+
- `debug`: []
|
339 |
+
- `dataloader_drop_last`: False
|
340 |
+
- `dataloader_num_workers`: 0
|
341 |
+
- `dataloader_prefetch_factor`: None
|
342 |
+
- `past_index`: -1
|
343 |
+
- `disable_tqdm`: False
|
344 |
+
- `remove_unused_columns`: True
|
345 |
+
- `label_names`: None
|
346 |
+
- `load_best_model_at_end`: False
|
347 |
+
- `ignore_data_skip`: False
|
348 |
+
- `fsdp`: []
|
349 |
+
- `fsdp_min_num_params`: 0
|
350 |
+
- `fsdp_config`: {'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False}
|
351 |
+
- `fsdp_transformer_layer_cls_to_wrap`: None
|
352 |
+
- `accelerator_config`: {'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None}
|
353 |
+
- `deepspeed`: None
|
354 |
+
- `label_smoothing_factor`: 0.0
|
355 |
+
- `optim`: adamw_torch
|
356 |
+
- `optim_args`: None
|
357 |
+
- `adafactor`: False
|
358 |
+
- `group_by_length`: False
|
359 |
+
- `length_column_name`: length
|
360 |
+
- `ddp_find_unused_parameters`: None
|
361 |
+
- `ddp_bucket_cap_mb`: None
|
362 |
+
- `ddp_broadcast_buffers`: False
|
363 |
+
- `dataloader_pin_memory`: True
|
364 |
+
- `dataloader_persistent_workers`: False
|
365 |
+
- `skip_memory_metrics`: True
|
366 |
+
- `use_legacy_prediction_loop`: False
|
367 |
+
- `push_to_hub`: False
|
368 |
+
- `resume_from_checkpoint`: None
|
369 |
+
- `hub_model_id`: None
|
370 |
+
- `hub_strategy`: every_save
|
371 |
+
- `hub_private_repo`: False
|
372 |
+
- `hub_always_push`: False
|
373 |
+
- `gradient_checkpointing`: False
|
374 |
+
- `gradient_checkpointing_kwargs`: None
|
375 |
+
- `include_inputs_for_metrics`: False
|
376 |
+
- `eval_do_concat_batches`: True
|
377 |
+
- `fp16_backend`: auto
|
378 |
+
- `push_to_hub_model_id`: None
|
379 |
+
- `push_to_hub_organization`: None
|
380 |
+
- `mp_parameters`:
|
381 |
+
- `auto_find_batch_size`: False
|
382 |
+
- `full_determinism`: False
|
383 |
+
- `torchdynamo`: None
|
384 |
+
- `ray_scope`: last
|
385 |
+
- `ddp_timeout`: 1800
|
386 |
+
- `torch_compile`: False
|
387 |
+
- `torch_compile_backend`: None
|
388 |
+
- `torch_compile_mode`: None
|
389 |
+
- `dispatch_batches`: None
|
390 |
+
- `split_batches`: None
|
391 |
+
- `include_tokens_per_second`: False
|
392 |
+
- `include_num_input_tokens_seen`: False
|
393 |
+
- `neftune_noise_alpha`: None
|
394 |
+
- `optim_target_modules`: None
|
395 |
+
- `batch_eval_metrics`: False
|
396 |
+
- `batch_sampler`: no_duplicates
|
397 |
+
- `multi_dataset_batch_sampler`: proportional
|
398 |
+
|
399 |
+
</details>
|
400 |
+
|
401 |
+
### Training Logs
|
402 |
+
| Epoch | Step | Training Loss | loss | all-nli-dev_max_accuracy | all-nli-test_max_accuracy |
|
403 |
+
|:-----:|:----:|:-------------:|:------:|:------------------------:|:-------------------------:|
|
404 |
+
| 0 | 0 | - | - | 0.536 | - |
|
405 |
+
| 0.016 | 100 | 3.4661 | 3.3640 | 0.54 | - |
|
406 |
+
| 0.032 | 200 | 3.4151 | 3.3148 | 0.592 | - |
|
407 |
+
| 0.048 | 300 | 3.1576 | 1.8296 | 0.82 | - |
|
408 |
+
| 0.064 | 400 | 1.2552 | 0.8366 | 0.879 | - |
|
409 |
+
| 0.08 | 500 | 0.9262 | 0.8402 | 0.888 | - |
|
410 |
+
| 0.096 | 600 | 1.0456 | 0.8762 | 0.899 | - |
|
411 |
+
| 0.112 | 700 | 0.9238 | 0.7967 | 0.894 | - |
|
412 |
+
| 0.128 | 800 | 1.0304 | 0.8797 | 0.881 | - |
|
413 |
+
| 0.144 | 900 | 1.1126 | 0.7939 | 0.903 | - |
|
414 |
+
| 0.16 | 1000 | 1.0165 | 0.7052 | 0.908 | - |
|
415 |
+
| 0.176 | 1100 | 1.06 | 0.6926 | 0.905 | - |
|
416 |
+
| 0.192 | 1200 | 0.9598 | 0.6843 | 0.894 | - |
|
417 |
+
| 0.208 | 1300 | 0.7719 | 0.6999 | 0.894 | - |
|
418 |
+
| 0.224 | 1400 | 0.7425 | 0.6932 | 0.902 | - |
|
419 |
+
| 0.24 | 1500 | 0.8434 | 0.5910 | 0.914 | - |
|
420 |
+
| 0.256 | 1600 | 0.6589 | 0.6143 | 0.903 | - |
|
421 |
+
| 0.272 | 1700 | 0.8642 | 0.6560 | 0.906 | - |
|
422 |
+
| 0.288 | 1800 | 0.838 | 0.6180 | 0.907 | - |
|
423 |
+
| 0.304 | 1900 | 0.8458 | 0.6097 | 0.91 | - |
|
424 |
+
| 0.32 | 2000 | 0.774 | 0.5675 | 0.914 | - |
|
425 |
+
| 0.336 | 2100 | 0.63 | 0.5917 | 0.909 | - |
|
426 |
+
| 0.352 | 2200 | 0.6185 | 0.5801 | 0.911 | - |
|
427 |
+
| 0.368 | 2300 | 0.8125 | 0.5623 | 0.915 | - |
|
428 |
+
| 0.384 | 2400 | 0.8478 | 0.5355 | 0.91 | - |
|
429 |
+
| 0.4 | 2500 | 0.7576 | 0.5490 | 0.91 | - |
|
430 |
+
| 0.416 | 2600 | 0.6457 | 0.5197 | 0.913 | - |
|
431 |
+
| 0.432 | 2700 | 0.918 | 0.5464 | 0.91 | - |
|
432 |
+
| 0.448 | 2800 | 0.8934 | 0.5375 | 0.91 | - |
|
433 |
+
| 0.464 | 2900 | 0.8407 | 0.5175 | 0.915 | - |
|
434 |
+
| 0.48 | 3000 | 0.7036 | 0.5054 | 0.919 | - |
|
435 |
+
| 0.496 | 3100 | 0.7929 | 0.5101 | 0.912 | - |
|
436 |
+
| 0.512 | 3200 | 0.613 | 0.4948 | 0.914 | - |
|
437 |
+
| 0.528 | 3300 | 0.5894 | 0.4953 | 0.915 | - |
|
438 |
+
| 0.544 | 3400 | 0.5885 | 0.4931 | 0.915 | - |
|
439 |
+
| 0.56 | 3500 | 0.6328 | 0.4868 | 0.921 | - |
|
440 |
+
| 0.576 | 3600 | 0.6128 | 0.4768 | 0.919 | - |
|
441 |
+
| 0.592 | 3700 | 0.5823 | 0.4730 | 0.922 | - |
|
442 |
+
| 0.608 | 3800 | 0.5633 | 0.4638 | 0.922 | - |
|
443 |
+
| 0.624 | 3900 | 0.5729 | 0.4587 | 0.926 | - |
|
444 |
+
| 0.64 | 4000 | 0.7778 | 0.4590 | 0.925 | - |
|
445 |
+
| 0.656 | 4100 | 1.0064 | 0.4550 | 0.925 | - |
|
446 |
+
| 0.672 | 4200 | 0.9683 | 0.4505 | 0.927 | - |
|
447 |
+
| 0.688 | 4300 | 0.7752 | 0.4470 | 0.926 | - |
|
448 |
+
| 0.704 | 4400 | 0.6738 | 0.4421 | 0.927 | - |
|
449 |
+
| 0.72 | 4500 | 0.6862 | 0.4374 | 0.928 | - |
|
450 |
+
| 0.736 | 4600 | 0.7699 | 0.4361 | 0.93 | - |
|
451 |
+
| 0.752 | 4700 | 0.72 | 0.4329 | 0.931 | - |
|
452 |
+
| 0.768 | 4800 | 0.7304 | 0.4306 | 0.929 | - |
|
453 |
+
| 0.784 | 4900 | 0.6679 | 0.4284 | 0.93 | - |
|
454 |
+
| 0.8 | 5000 | 0.7516 | 0.4285 | 0.93 | - |
|
455 |
+
| 0.816 | 5100 | 0.6286 | 0.4266 | 0.931 | - |
|
456 |
+
| 0.832 | 5200 | 0.7631 | 0.4274 | 0.931 | - |
|
457 |
+
| 0.848 | 5300 | 0.6368 | 0.4270 | 0.932 | - |
|
458 |
+
| 0.864 | 5400 | 0.767 | 0.4268 | 0.932 | - |
|
459 |
+
| 0.88 | 5500 | 0.6655 | 0.4254 | 0.933 | - |
|
460 |
+
| 0.896 | 5600 | 0.6599 | 0.4249 | 0.931 | - |
|
461 |
+
| 0.912 | 5700 | 0.722 | 0.4250 | 0.933 | - |
|
462 |
+
| 0.928 | 5800 | 0.682 | 0.4247 | 0.931 | - |
|
463 |
+
| 0.944 | 5900 | 0.7892 | 0.4245 | 0.931 | - |
|
464 |
+
| 0.96 | 6000 | 0.8095 | 0.4245 | 0.931 | - |
|
465 |
+
| 0.976 | 6100 | 0.6783 | 0.4243 | 0.932 | - |
|
466 |
+
| 0.992 | 6200 | 0.0051 | 0.4246 | 0.931 | - |
|
467 |
+
| 1.0 | 6250 | - | - | - | 0.939 |
|
468 |
+
|
469 |
+
|
470 |
+
### Framework Versions
|
471 |
+
- Python: 3.9.10
|
472 |
+
- Sentence Transformers: 3.0.0
|
473 |
+
- Transformers: 4.41.2
|
474 |
+
- PyTorch: 2.3.0+cu121
|
475 |
+
- Accelerate: 0.26.1
|
476 |
+
- Datasets: 2.16.1
|
477 |
+
- Tokenizers: 0.19.1
|
478 |
+
|
479 |
+
## Citation
|
480 |
+
|
481 |
+
### BibTeX
|
482 |
+
|
483 |
+
#### Sentence Transformers
|
484 |
+
```bibtex
|
485 |
+
@inproceedings{reimers-2019-sentence-bert,
|
486 |
+
title = "Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks",
|
487 |
+
author = "Reimers, Nils and Gurevych, Iryna",
|
488 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing",
|
489 |
+
month = "11",
|
490 |
+
year = "2019",
|
491 |
+
publisher = "Association for Computational Linguistics",
|
492 |
+
url = "https://arxiv.org/abs/1908.10084",
|
493 |
+
}
|
494 |
+
```
|
495 |
+
|
496 |
+
#### CachedMultipleNegativesRankingLoss
|
497 |
+
```bibtex
|
498 |
+
@misc{gao2021scaling,
|
499 |
+
title={Scaling Deep Contrastive Learning Batch Size under Memory Limited Setup},
|
500 |
+
author={Luyu Gao and Yunyi Zhang and Jiawei Han and Jamie Callan},
|
501 |
+
year={2021},
|
502 |
+
eprint={2101.06983},
|
503 |
+
archivePrefix={arXiv},
|
504 |
+
primaryClass={cs.LG}
|
505 |
+
}
|
506 |
+
```
|
507 |
+
|
508 |
+
<!--
|
509 |
+
## Glossary
|
510 |
+
|
511 |
+
*Clearly define terms in order to be accessible across audiences.*
|
512 |
+
-->
|
513 |
+
|
514 |
+
<!--
|
515 |
+
## Model Card Authors
|
516 |
+
|
517 |
+
*Lists the people who create the model card, providing recognition and accountability for the detailed work that goes into its construction.*
|
518 |
+
-->
|
519 |
+
|
520 |
+
<!--
|
521 |
+
## Model Card Contact
|
522 |
+
|
523 |
+
*Provides a way for people who have updates to the Model Card, suggestions, or questions, to contact the Model Card authors.*
|
524 |
+
-->
|
final/config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/xlm-roberta-xl",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaXLModel"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 2560,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 10240,
|
15 |
+
"layer_norm_eps": 1e-05,
|
16 |
+
"max_position_embeddings": 514,
|
17 |
+
"model_type": "xlm-roberta-xl",
|
18 |
+
"num_attention_heads": 32,
|
19 |
+
"num_hidden_layers": 36,
|
20 |
+
"pad_token_id": 1,
|
21 |
+
"position_embedding_type": "absolute",
|
22 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.41.2",
|
25 |
+
"type_vocab_size": 1,
|
26 |
+
"use_cache": true,
|
27 |
+
"vocab_size": 250880
|
28 |
+
}
|
final/config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.0.0",
|
4 |
+
"transformers": "4.41.2",
|
5 |
+
"pytorch": "2.3.0+cu121"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": null
|
10 |
+
}
|
final/model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e742aa6654458c4d321e1165cf0c8f89c1db1a9cbd5c116db483356528fc3858
|
3 |
+
size 4958764728
|
final/model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4442511197b6f74bdbb46bd67498ec08136890a55c99b62b541e57f0d90fc41b
|
3 |
+
size 2006274952
|
final/model.safetensors.index.json
ADDED
@@ -0,0 +1,590 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 6964971520
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"embeddings.position_embeddings.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"embeddings.token_type_embeddings.weight": "model-00001-of-00002.safetensors",
|
8 |
+
"embeddings.word_embeddings.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"encoder.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
10 |
+
"encoder.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
11 |
+
"encoder.layer.0.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
12 |
+
"encoder.layer.0.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"encoder.layer.0.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
14 |
+
"encoder.layer.0.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"encoder.layer.0.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"encoder.layer.0.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"encoder.layer.0.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"encoder.layer.0.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"encoder.layer.0.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
20 |
+
"encoder.layer.0.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
21 |
+
"encoder.layer.0.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
22 |
+
"encoder.layer.0.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"encoder.layer.0.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
24 |
+
"encoder.layer.0.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
25 |
+
"encoder.layer.0.output.dense.bias": "model-00001-of-00002.safetensors",
|
26 |
+
"encoder.layer.0.output.dense.weight": "model-00001-of-00002.safetensors",
|
27 |
+
"encoder.layer.1.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
28 |
+
"encoder.layer.1.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
29 |
+
"encoder.layer.1.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
30 |
+
"encoder.layer.1.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
31 |
+
"encoder.layer.1.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
32 |
+
"encoder.layer.1.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"encoder.layer.1.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
34 |
+
"encoder.layer.1.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"encoder.layer.1.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
36 |
+
"encoder.layer.1.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"encoder.layer.1.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
38 |
+
"encoder.layer.1.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"encoder.layer.1.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"encoder.layer.1.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"encoder.layer.1.output.dense.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"encoder.layer.1.output.dense.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"encoder.layer.10.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
44 |
+
"encoder.layer.10.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"encoder.layer.10.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
46 |
+
"encoder.layer.10.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
47 |
+
"encoder.layer.10.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
48 |
+
"encoder.layer.10.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"encoder.layer.10.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
50 |
+
"encoder.layer.10.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
51 |
+
"encoder.layer.10.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
52 |
+
"encoder.layer.10.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
53 |
+
"encoder.layer.10.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
54 |
+
"encoder.layer.10.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
55 |
+
"encoder.layer.10.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
56 |
+
"encoder.layer.10.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
57 |
+
"encoder.layer.10.output.dense.bias": "model-00001-of-00002.safetensors",
|
58 |
+
"encoder.layer.10.output.dense.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"encoder.layer.11.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
60 |
+
"encoder.layer.11.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"encoder.layer.11.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
62 |
+
"encoder.layer.11.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"encoder.layer.11.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"encoder.layer.11.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"encoder.layer.11.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"encoder.layer.11.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"encoder.layer.11.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
68 |
+
"encoder.layer.11.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"encoder.layer.11.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
70 |
+
"encoder.layer.11.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"encoder.layer.11.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
72 |
+
"encoder.layer.11.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
73 |
+
"encoder.layer.11.output.dense.bias": "model-00001-of-00002.safetensors",
|
74 |
+
"encoder.layer.11.output.dense.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"encoder.layer.12.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
76 |
+
"encoder.layer.12.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
77 |
+
"encoder.layer.12.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
78 |
+
"encoder.layer.12.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
79 |
+
"encoder.layer.12.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
80 |
+
"encoder.layer.12.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
81 |
+
"encoder.layer.12.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
82 |
+
"encoder.layer.12.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
83 |
+
"encoder.layer.12.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
84 |
+
"encoder.layer.12.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"encoder.layer.12.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
86 |
+
"encoder.layer.12.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"encoder.layer.12.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
88 |
+
"encoder.layer.12.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"encoder.layer.12.output.dense.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"encoder.layer.12.output.dense.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"encoder.layer.13.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
92 |
+
"encoder.layer.13.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"encoder.layer.13.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
94 |
+
"encoder.layer.13.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"encoder.layer.13.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
96 |
+
"encoder.layer.13.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"encoder.layer.13.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
98 |
+
"encoder.layer.13.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
99 |
+
"encoder.layer.13.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
100 |
+
"encoder.layer.13.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"encoder.layer.13.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
102 |
+
"encoder.layer.13.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
103 |
+
"encoder.layer.13.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
104 |
+
"encoder.layer.13.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
105 |
+
"encoder.layer.13.output.dense.bias": "model-00001-of-00002.safetensors",
|
106 |
+
"encoder.layer.13.output.dense.weight": "model-00001-of-00002.safetensors",
|
107 |
+
"encoder.layer.14.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
108 |
+
"encoder.layer.14.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
109 |
+
"encoder.layer.14.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
110 |
+
"encoder.layer.14.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"encoder.layer.14.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"encoder.layer.14.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"encoder.layer.14.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
114 |
+
"encoder.layer.14.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"encoder.layer.14.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
116 |
+
"encoder.layer.14.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"encoder.layer.14.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
118 |
+
"encoder.layer.14.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"encoder.layer.14.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
120 |
+
"encoder.layer.14.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"encoder.layer.14.output.dense.bias": "model-00001-of-00002.safetensors",
|
122 |
+
"encoder.layer.14.output.dense.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"encoder.layer.15.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
124 |
+
"encoder.layer.15.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
125 |
+
"encoder.layer.15.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
126 |
+
"encoder.layer.15.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"encoder.layer.15.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
128 |
+
"encoder.layer.15.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
129 |
+
"encoder.layer.15.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
130 |
+
"encoder.layer.15.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
131 |
+
"encoder.layer.15.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
132 |
+
"encoder.layer.15.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
133 |
+
"encoder.layer.15.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
134 |
+
"encoder.layer.15.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
135 |
+
"encoder.layer.15.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
136 |
+
"encoder.layer.15.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"encoder.layer.15.output.dense.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"encoder.layer.15.output.dense.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"encoder.layer.16.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
140 |
+
"encoder.layer.16.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"encoder.layer.16.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
142 |
+
"encoder.layer.16.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"encoder.layer.16.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
144 |
+
"encoder.layer.16.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"encoder.layer.16.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
146 |
+
"encoder.layer.16.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"encoder.layer.16.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"encoder.layer.16.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"encoder.layer.16.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
150 |
+
"encoder.layer.16.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
151 |
+
"encoder.layer.16.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
152 |
+
"encoder.layer.16.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"encoder.layer.16.output.dense.bias": "model-00001-of-00002.safetensors",
|
154 |
+
"encoder.layer.16.output.dense.weight": "model-00001-of-00002.safetensors",
|
155 |
+
"encoder.layer.17.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
156 |
+
"encoder.layer.17.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
157 |
+
"encoder.layer.17.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
158 |
+
"encoder.layer.17.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
159 |
+
"encoder.layer.17.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
160 |
+
"encoder.layer.17.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
161 |
+
"encoder.layer.17.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
162 |
+
"encoder.layer.17.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"encoder.layer.17.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
164 |
+
"encoder.layer.17.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"encoder.layer.17.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
166 |
+
"encoder.layer.17.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"encoder.layer.17.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
168 |
+
"encoder.layer.17.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"encoder.layer.17.output.dense.bias": "model-00001-of-00002.safetensors",
|
170 |
+
"encoder.layer.17.output.dense.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"encoder.layer.18.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"encoder.layer.18.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"encoder.layer.18.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"encoder.layer.18.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"encoder.layer.18.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
176 |
+
"encoder.layer.18.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
177 |
+
"encoder.layer.18.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
178 |
+
"encoder.layer.18.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"encoder.layer.18.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
180 |
+
"encoder.layer.18.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
181 |
+
"encoder.layer.18.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
182 |
+
"encoder.layer.18.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
183 |
+
"encoder.layer.18.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
184 |
+
"encoder.layer.18.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
185 |
+
"encoder.layer.18.output.dense.bias": "model-00001-of-00002.safetensors",
|
186 |
+
"encoder.layer.18.output.dense.weight": "model-00001-of-00002.safetensors",
|
187 |
+
"encoder.layer.19.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
188 |
+
"encoder.layer.19.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"encoder.layer.19.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
190 |
+
"encoder.layer.19.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"encoder.layer.19.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
192 |
+
"encoder.layer.19.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"encoder.layer.19.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
194 |
+
"encoder.layer.19.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"encoder.layer.19.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
196 |
+
"encoder.layer.19.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"encoder.layer.19.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
198 |
+
"encoder.layer.19.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"encoder.layer.19.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
200 |
+
"encoder.layer.19.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"encoder.layer.19.output.dense.bias": "model-00001-of-00002.safetensors",
|
202 |
+
"encoder.layer.19.output.dense.weight": "model-00001-of-00002.safetensors",
|
203 |
+
"encoder.layer.2.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
204 |
+
"encoder.layer.2.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"encoder.layer.2.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
206 |
+
"encoder.layer.2.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
207 |
+
"encoder.layer.2.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
208 |
+
"encoder.layer.2.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
209 |
+
"encoder.layer.2.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
210 |
+
"encoder.layer.2.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
211 |
+
"encoder.layer.2.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
212 |
+
"encoder.layer.2.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
213 |
+
"encoder.layer.2.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
214 |
+
"encoder.layer.2.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
215 |
+
"encoder.layer.2.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
216 |
+
"encoder.layer.2.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
217 |
+
"encoder.layer.2.output.dense.bias": "model-00001-of-00002.safetensors",
|
218 |
+
"encoder.layer.2.output.dense.weight": "model-00001-of-00002.safetensors",
|
219 |
+
"encoder.layer.20.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
220 |
+
"encoder.layer.20.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
221 |
+
"encoder.layer.20.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
222 |
+
"encoder.layer.20.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
223 |
+
"encoder.layer.20.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
224 |
+
"encoder.layer.20.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
225 |
+
"encoder.layer.20.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
226 |
+
"encoder.layer.20.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
227 |
+
"encoder.layer.20.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
228 |
+
"encoder.layer.20.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
229 |
+
"encoder.layer.20.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
230 |
+
"encoder.layer.20.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"encoder.layer.20.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
232 |
+
"encoder.layer.20.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
233 |
+
"encoder.layer.20.output.dense.bias": "model-00001-of-00002.safetensors",
|
234 |
+
"encoder.layer.20.output.dense.weight": "model-00001-of-00002.safetensors",
|
235 |
+
"encoder.layer.21.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
236 |
+
"encoder.layer.21.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
237 |
+
"encoder.layer.21.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
238 |
+
"encoder.layer.21.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
239 |
+
"encoder.layer.21.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
240 |
+
"encoder.layer.21.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"encoder.layer.21.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
242 |
+
"encoder.layer.21.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"encoder.layer.21.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
244 |
+
"encoder.layer.21.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"encoder.layer.21.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
246 |
+
"encoder.layer.21.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"encoder.layer.21.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
248 |
+
"encoder.layer.21.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"encoder.layer.21.output.dense.bias": "model-00001-of-00002.safetensors",
|
250 |
+
"encoder.layer.21.output.dense.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"encoder.layer.22.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
252 |
+
"encoder.layer.22.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"encoder.layer.22.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
254 |
+
"encoder.layer.22.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
255 |
+
"encoder.layer.22.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
256 |
+
"encoder.layer.22.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"encoder.layer.22.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
258 |
+
"encoder.layer.22.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
259 |
+
"encoder.layer.22.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
260 |
+
"encoder.layer.22.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
261 |
+
"encoder.layer.22.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
262 |
+
"encoder.layer.22.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
263 |
+
"encoder.layer.22.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
264 |
+
"encoder.layer.22.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
265 |
+
"encoder.layer.22.output.dense.bias": "model-00001-of-00002.safetensors",
|
266 |
+
"encoder.layer.22.output.dense.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"encoder.layer.23.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
268 |
+
"encoder.layer.23.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
269 |
+
"encoder.layer.23.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
270 |
+
"encoder.layer.23.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"encoder.layer.23.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
272 |
+
"encoder.layer.23.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"encoder.layer.23.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
274 |
+
"encoder.layer.23.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"encoder.layer.23.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
276 |
+
"encoder.layer.23.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
277 |
+
"encoder.layer.23.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
278 |
+
"encoder.layer.23.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"encoder.layer.23.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
280 |
+
"encoder.layer.23.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
281 |
+
"encoder.layer.23.output.dense.bias": "model-00002-of-00002.safetensors",
|
282 |
+
"encoder.layer.23.output.dense.weight": "model-00002-of-00002.safetensors",
|
283 |
+
"encoder.layer.24.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
284 |
+
"encoder.layer.24.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
285 |
+
"encoder.layer.24.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
286 |
+
"encoder.layer.24.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
287 |
+
"encoder.layer.24.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
288 |
+
"encoder.layer.24.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
289 |
+
"encoder.layer.24.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
290 |
+
"encoder.layer.24.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
291 |
+
"encoder.layer.24.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
292 |
+
"encoder.layer.24.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
293 |
+
"encoder.layer.24.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
294 |
+
"encoder.layer.24.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
295 |
+
"encoder.layer.24.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
296 |
+
"encoder.layer.24.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
297 |
+
"encoder.layer.24.output.dense.bias": "model-00002-of-00002.safetensors",
|
298 |
+
"encoder.layer.24.output.dense.weight": "model-00002-of-00002.safetensors",
|
299 |
+
"encoder.layer.25.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
300 |
+
"encoder.layer.25.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
301 |
+
"encoder.layer.25.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
302 |
+
"encoder.layer.25.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
303 |
+
"encoder.layer.25.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
304 |
+
"encoder.layer.25.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
305 |
+
"encoder.layer.25.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
306 |
+
"encoder.layer.25.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
307 |
+
"encoder.layer.25.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
308 |
+
"encoder.layer.25.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
309 |
+
"encoder.layer.25.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
310 |
+
"encoder.layer.25.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
311 |
+
"encoder.layer.25.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
312 |
+
"encoder.layer.25.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
313 |
+
"encoder.layer.25.output.dense.bias": "model-00002-of-00002.safetensors",
|
314 |
+
"encoder.layer.25.output.dense.weight": "model-00002-of-00002.safetensors",
|
315 |
+
"encoder.layer.26.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
316 |
+
"encoder.layer.26.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
317 |
+
"encoder.layer.26.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
318 |
+
"encoder.layer.26.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
319 |
+
"encoder.layer.26.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
320 |
+
"encoder.layer.26.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
321 |
+
"encoder.layer.26.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
322 |
+
"encoder.layer.26.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
323 |
+
"encoder.layer.26.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
324 |
+
"encoder.layer.26.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
325 |
+
"encoder.layer.26.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
326 |
+
"encoder.layer.26.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
327 |
+
"encoder.layer.26.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
328 |
+
"encoder.layer.26.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
329 |
+
"encoder.layer.26.output.dense.bias": "model-00002-of-00002.safetensors",
|
330 |
+
"encoder.layer.26.output.dense.weight": "model-00002-of-00002.safetensors",
|
331 |
+
"encoder.layer.27.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
332 |
+
"encoder.layer.27.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
333 |
+
"encoder.layer.27.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
334 |
+
"encoder.layer.27.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
335 |
+
"encoder.layer.27.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
336 |
+
"encoder.layer.27.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
337 |
+
"encoder.layer.27.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
338 |
+
"encoder.layer.27.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
339 |
+
"encoder.layer.27.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
340 |
+
"encoder.layer.27.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
341 |
+
"encoder.layer.27.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
342 |
+
"encoder.layer.27.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
343 |
+
"encoder.layer.27.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
344 |
+
"encoder.layer.27.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
345 |
+
"encoder.layer.27.output.dense.bias": "model-00002-of-00002.safetensors",
|
346 |
+
"encoder.layer.27.output.dense.weight": "model-00002-of-00002.safetensors",
|
347 |
+
"encoder.layer.28.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
348 |
+
"encoder.layer.28.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
349 |
+
"encoder.layer.28.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
350 |
+
"encoder.layer.28.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
351 |
+
"encoder.layer.28.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
352 |
+
"encoder.layer.28.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
353 |
+
"encoder.layer.28.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
354 |
+
"encoder.layer.28.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
355 |
+
"encoder.layer.28.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
356 |
+
"encoder.layer.28.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
357 |
+
"encoder.layer.28.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
358 |
+
"encoder.layer.28.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
359 |
+
"encoder.layer.28.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
360 |
+
"encoder.layer.28.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
361 |
+
"encoder.layer.28.output.dense.bias": "model-00002-of-00002.safetensors",
|
362 |
+
"encoder.layer.28.output.dense.weight": "model-00002-of-00002.safetensors",
|
363 |
+
"encoder.layer.29.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
364 |
+
"encoder.layer.29.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
365 |
+
"encoder.layer.29.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
366 |
+
"encoder.layer.29.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
367 |
+
"encoder.layer.29.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
368 |
+
"encoder.layer.29.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
369 |
+
"encoder.layer.29.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
370 |
+
"encoder.layer.29.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
371 |
+
"encoder.layer.29.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
372 |
+
"encoder.layer.29.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
373 |
+
"encoder.layer.29.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
374 |
+
"encoder.layer.29.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
375 |
+
"encoder.layer.29.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
376 |
+
"encoder.layer.29.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
377 |
+
"encoder.layer.29.output.dense.bias": "model-00002-of-00002.safetensors",
|
378 |
+
"encoder.layer.29.output.dense.weight": "model-00002-of-00002.safetensors",
|
379 |
+
"encoder.layer.3.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
380 |
+
"encoder.layer.3.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
381 |
+
"encoder.layer.3.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
382 |
+
"encoder.layer.3.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
383 |
+
"encoder.layer.3.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
384 |
+
"encoder.layer.3.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
385 |
+
"encoder.layer.3.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
386 |
+
"encoder.layer.3.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
387 |
+
"encoder.layer.3.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
388 |
+
"encoder.layer.3.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
389 |
+
"encoder.layer.3.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
390 |
+
"encoder.layer.3.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
391 |
+
"encoder.layer.3.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
392 |
+
"encoder.layer.3.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
393 |
+
"encoder.layer.3.output.dense.bias": "model-00001-of-00002.safetensors",
|
394 |
+
"encoder.layer.3.output.dense.weight": "model-00001-of-00002.safetensors",
|
395 |
+
"encoder.layer.30.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
396 |
+
"encoder.layer.30.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
397 |
+
"encoder.layer.30.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
398 |
+
"encoder.layer.30.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
399 |
+
"encoder.layer.30.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
400 |
+
"encoder.layer.30.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
401 |
+
"encoder.layer.30.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
402 |
+
"encoder.layer.30.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
403 |
+
"encoder.layer.30.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
404 |
+
"encoder.layer.30.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
405 |
+
"encoder.layer.30.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
406 |
+
"encoder.layer.30.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
407 |
+
"encoder.layer.30.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
408 |
+
"encoder.layer.30.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
409 |
+
"encoder.layer.30.output.dense.bias": "model-00002-of-00002.safetensors",
|
410 |
+
"encoder.layer.30.output.dense.weight": "model-00002-of-00002.safetensors",
|
411 |
+
"encoder.layer.31.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
412 |
+
"encoder.layer.31.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
413 |
+
"encoder.layer.31.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
414 |
+
"encoder.layer.31.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
415 |
+
"encoder.layer.31.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
416 |
+
"encoder.layer.31.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
417 |
+
"encoder.layer.31.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
418 |
+
"encoder.layer.31.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
419 |
+
"encoder.layer.31.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
420 |
+
"encoder.layer.31.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
421 |
+
"encoder.layer.31.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
422 |
+
"encoder.layer.31.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
423 |
+
"encoder.layer.31.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
424 |
+
"encoder.layer.31.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
425 |
+
"encoder.layer.31.output.dense.bias": "model-00002-of-00002.safetensors",
|
426 |
+
"encoder.layer.31.output.dense.weight": "model-00002-of-00002.safetensors",
|
427 |
+
"encoder.layer.32.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
428 |
+
"encoder.layer.32.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
429 |
+
"encoder.layer.32.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
430 |
+
"encoder.layer.32.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
431 |
+
"encoder.layer.32.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
432 |
+
"encoder.layer.32.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
433 |
+
"encoder.layer.32.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
434 |
+
"encoder.layer.32.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
435 |
+
"encoder.layer.32.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
436 |
+
"encoder.layer.32.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
437 |
+
"encoder.layer.32.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
438 |
+
"encoder.layer.32.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
439 |
+
"encoder.layer.32.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
440 |
+
"encoder.layer.32.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
441 |
+
"encoder.layer.32.output.dense.bias": "model-00002-of-00002.safetensors",
|
442 |
+
"encoder.layer.32.output.dense.weight": "model-00002-of-00002.safetensors",
|
443 |
+
"encoder.layer.33.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
444 |
+
"encoder.layer.33.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
445 |
+
"encoder.layer.33.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
446 |
+
"encoder.layer.33.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
447 |
+
"encoder.layer.33.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
448 |
+
"encoder.layer.33.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
449 |
+
"encoder.layer.33.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
450 |
+
"encoder.layer.33.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
451 |
+
"encoder.layer.33.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
452 |
+
"encoder.layer.33.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
453 |
+
"encoder.layer.33.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
454 |
+
"encoder.layer.33.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
455 |
+
"encoder.layer.33.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
456 |
+
"encoder.layer.33.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
457 |
+
"encoder.layer.33.output.dense.bias": "model-00002-of-00002.safetensors",
|
458 |
+
"encoder.layer.33.output.dense.weight": "model-00002-of-00002.safetensors",
|
459 |
+
"encoder.layer.34.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
460 |
+
"encoder.layer.34.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
461 |
+
"encoder.layer.34.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
462 |
+
"encoder.layer.34.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
463 |
+
"encoder.layer.34.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
464 |
+
"encoder.layer.34.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
465 |
+
"encoder.layer.34.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
466 |
+
"encoder.layer.34.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
467 |
+
"encoder.layer.34.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
468 |
+
"encoder.layer.34.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
469 |
+
"encoder.layer.34.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
470 |
+
"encoder.layer.34.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
471 |
+
"encoder.layer.34.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
472 |
+
"encoder.layer.34.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
473 |
+
"encoder.layer.34.output.dense.bias": "model-00002-of-00002.safetensors",
|
474 |
+
"encoder.layer.34.output.dense.weight": "model-00002-of-00002.safetensors",
|
475 |
+
"encoder.layer.35.LayerNorm.bias": "model-00002-of-00002.safetensors",
|
476 |
+
"encoder.layer.35.LayerNorm.weight": "model-00002-of-00002.safetensors",
|
477 |
+
"encoder.layer.35.attention.output.dense.bias": "model-00002-of-00002.safetensors",
|
478 |
+
"encoder.layer.35.attention.output.dense.weight": "model-00002-of-00002.safetensors",
|
479 |
+
"encoder.layer.35.attention.self.key.bias": "model-00002-of-00002.safetensors",
|
480 |
+
"encoder.layer.35.attention.self.key.weight": "model-00002-of-00002.safetensors",
|
481 |
+
"encoder.layer.35.attention.self.query.bias": "model-00002-of-00002.safetensors",
|
482 |
+
"encoder.layer.35.attention.self.query.weight": "model-00002-of-00002.safetensors",
|
483 |
+
"encoder.layer.35.attention.self.value.bias": "model-00002-of-00002.safetensors",
|
484 |
+
"encoder.layer.35.attention.self.value.weight": "model-00002-of-00002.safetensors",
|
485 |
+
"encoder.layer.35.attention.self_attn_layer_norm.bias": "model-00002-of-00002.safetensors",
|
486 |
+
"encoder.layer.35.attention.self_attn_layer_norm.weight": "model-00002-of-00002.safetensors",
|
487 |
+
"encoder.layer.35.intermediate.dense.bias": "model-00002-of-00002.safetensors",
|
488 |
+
"encoder.layer.35.intermediate.dense.weight": "model-00002-of-00002.safetensors",
|
489 |
+
"encoder.layer.35.output.dense.bias": "model-00002-of-00002.safetensors",
|
490 |
+
"encoder.layer.35.output.dense.weight": "model-00002-of-00002.safetensors",
|
491 |
+
"encoder.layer.4.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
492 |
+
"encoder.layer.4.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
493 |
+
"encoder.layer.4.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
494 |
+
"encoder.layer.4.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
495 |
+
"encoder.layer.4.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
496 |
+
"encoder.layer.4.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
497 |
+
"encoder.layer.4.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
498 |
+
"encoder.layer.4.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
499 |
+
"encoder.layer.4.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
500 |
+
"encoder.layer.4.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
501 |
+
"encoder.layer.4.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
502 |
+
"encoder.layer.4.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
503 |
+
"encoder.layer.4.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
504 |
+
"encoder.layer.4.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
505 |
+
"encoder.layer.4.output.dense.bias": "model-00001-of-00002.safetensors",
|
506 |
+
"encoder.layer.4.output.dense.weight": "model-00001-of-00002.safetensors",
|
507 |
+
"encoder.layer.5.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
508 |
+
"encoder.layer.5.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
509 |
+
"encoder.layer.5.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
510 |
+
"encoder.layer.5.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
511 |
+
"encoder.layer.5.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
512 |
+
"encoder.layer.5.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
513 |
+
"encoder.layer.5.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
514 |
+
"encoder.layer.5.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
515 |
+
"encoder.layer.5.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
516 |
+
"encoder.layer.5.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
517 |
+
"encoder.layer.5.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
518 |
+
"encoder.layer.5.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
519 |
+
"encoder.layer.5.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
520 |
+
"encoder.layer.5.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
521 |
+
"encoder.layer.5.output.dense.bias": "model-00001-of-00002.safetensors",
|
522 |
+
"encoder.layer.5.output.dense.weight": "model-00001-of-00002.safetensors",
|
523 |
+
"encoder.layer.6.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
524 |
+
"encoder.layer.6.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
525 |
+
"encoder.layer.6.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
526 |
+
"encoder.layer.6.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
527 |
+
"encoder.layer.6.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
528 |
+
"encoder.layer.6.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
529 |
+
"encoder.layer.6.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
530 |
+
"encoder.layer.6.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
531 |
+
"encoder.layer.6.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
532 |
+
"encoder.layer.6.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
533 |
+
"encoder.layer.6.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
534 |
+
"encoder.layer.6.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
535 |
+
"encoder.layer.6.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
536 |
+
"encoder.layer.6.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
537 |
+
"encoder.layer.6.output.dense.bias": "model-00001-of-00002.safetensors",
|
538 |
+
"encoder.layer.6.output.dense.weight": "model-00001-of-00002.safetensors",
|
539 |
+
"encoder.layer.7.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
540 |
+
"encoder.layer.7.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
541 |
+
"encoder.layer.7.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
542 |
+
"encoder.layer.7.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
543 |
+
"encoder.layer.7.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
544 |
+
"encoder.layer.7.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
545 |
+
"encoder.layer.7.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
546 |
+
"encoder.layer.7.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
547 |
+
"encoder.layer.7.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
548 |
+
"encoder.layer.7.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
549 |
+
"encoder.layer.7.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
550 |
+
"encoder.layer.7.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
551 |
+
"encoder.layer.7.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
552 |
+
"encoder.layer.7.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
553 |
+
"encoder.layer.7.output.dense.bias": "model-00001-of-00002.safetensors",
|
554 |
+
"encoder.layer.7.output.dense.weight": "model-00001-of-00002.safetensors",
|
555 |
+
"encoder.layer.8.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
556 |
+
"encoder.layer.8.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
557 |
+
"encoder.layer.8.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
558 |
+
"encoder.layer.8.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
559 |
+
"encoder.layer.8.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
560 |
+
"encoder.layer.8.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
561 |
+
"encoder.layer.8.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
562 |
+
"encoder.layer.8.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
563 |
+
"encoder.layer.8.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
564 |
+
"encoder.layer.8.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
565 |
+
"encoder.layer.8.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
566 |
+
"encoder.layer.8.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
567 |
+
"encoder.layer.8.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
568 |
+
"encoder.layer.8.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
569 |
+
"encoder.layer.8.output.dense.bias": "model-00001-of-00002.safetensors",
|
570 |
+
"encoder.layer.8.output.dense.weight": "model-00001-of-00002.safetensors",
|
571 |
+
"encoder.layer.9.LayerNorm.bias": "model-00001-of-00002.safetensors",
|
572 |
+
"encoder.layer.9.LayerNorm.weight": "model-00001-of-00002.safetensors",
|
573 |
+
"encoder.layer.9.attention.output.dense.bias": "model-00001-of-00002.safetensors",
|
574 |
+
"encoder.layer.9.attention.output.dense.weight": "model-00001-of-00002.safetensors",
|
575 |
+
"encoder.layer.9.attention.self.key.bias": "model-00001-of-00002.safetensors",
|
576 |
+
"encoder.layer.9.attention.self.key.weight": "model-00001-of-00002.safetensors",
|
577 |
+
"encoder.layer.9.attention.self.query.bias": "model-00001-of-00002.safetensors",
|
578 |
+
"encoder.layer.9.attention.self.query.weight": "model-00001-of-00002.safetensors",
|
579 |
+
"encoder.layer.9.attention.self.value.bias": "model-00001-of-00002.safetensors",
|
580 |
+
"encoder.layer.9.attention.self.value.weight": "model-00001-of-00002.safetensors",
|
581 |
+
"encoder.layer.9.attention.self_attn_layer_norm.bias": "model-00001-of-00002.safetensors",
|
582 |
+
"encoder.layer.9.attention.self_attn_layer_norm.weight": "model-00001-of-00002.safetensors",
|
583 |
+
"encoder.layer.9.intermediate.dense.bias": "model-00001-of-00002.safetensors",
|
584 |
+
"encoder.layer.9.intermediate.dense.weight": "model-00001-of-00002.safetensors",
|
585 |
+
"encoder.layer.9.output.dense.bias": "model-00001-of-00002.safetensors",
|
586 |
+
"encoder.layer.9.output.dense.weight": "model-00001-of-00002.safetensors",
|
587 |
+
"pooler.dense.bias": "model-00002-of-00002.safetensors",
|
588 |
+
"pooler.dense.weight": "model-00002-of-00002.safetensors"
|
589 |
+
}
|
590 |
+
}
|
final/modules.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "",
|
6 |
+
"type": "sentence_transformers.models.Transformer"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"idx": 1,
|
10 |
+
"name": "1",
|
11 |
+
"path": "1_Pooling",
|
12 |
+
"type": "sentence_transformers.models.Pooling"
|
13 |
+
}
|
14 |
+
]
|
final/sentence_bert_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 514,
|
3 |
+
"do_lower_case": false
|
4 |
+
}
|
final/sentencepiece.bpe.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
|
3 |
+
size 5069051
|
final/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": true,
|
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 |
+
}
|
final/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb31efb183b825c0069733f76460bdf502294976dfee9a58d321043345f13256
|
3 |
+
size 17083051
|
final/tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "<s>",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"1": {
|
12 |
+
"content": "<pad>",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"2": {
|
20 |
+
"content": "</s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"3": {
|
28 |
+
"content": "<unk>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"250001": {
|
36 |
+
"content": "<mask>",
|
37 |
+
"lstrip": true,
|
38 |
+
"normalized": true,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"bos_token": "<s>",
|
45 |
+
"clean_up_tokenization_spaces": true,
|
46 |
+
"cls_token": "<s>",
|
47 |
+
"eos_token": "</s>",
|
48 |
+
"mask_token": "<mask>",
|
49 |
+
"model_max_length": 1000000000000000019884624838656,
|
50 |
+
"pad_token": "<pad>",
|
51 |
+
"sep_token": "</s>",
|
52 |
+
"sp_model_kwargs": {},
|
53 |
+
"tokenizer_class": "XLMRobertaTokenizer",
|
54 |
+
"unk_token": "<unk>"
|
55 |
+
}
|
runs/Jun03_19-22-55_ruche-gpu19.cluster/events.out.tfevents.1717435434.ruche-gpu19.cluster.26229.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d71e1908456931bcc5932cf9e822a9a46f310e85ad40bf2bd10ac245b297cac
|
3 |
+
size 4250
|
runs/Jun03_19-29-06_ruche-gpu19.cluster/events.out.tfevents.1717435801.ruche-gpu19.cluster.27463.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbc5871aac8b48b9de27fb567a58ceb721dfaac81e5257043fd27cd092d33eab
|
3 |
+
size 4250
|
runs/Jun03_19-34-46_ruche-gpu19.cluster/events.out.tfevents.1717436145.ruche-gpu19.cluster.28125.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7154f384edc5ed22715f6de00f3593c3ade796ab808d9fc06b8445c5008312a8
|
3 |
+
size 4250
|
runs/Jun03_19-42-14_ruche-gpu19.cluster/events.out.tfevents.1717436574.ruche-gpu19.cluster.29230.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab4ef42ae404402b60bfbfe8a7fa535bc09fb4f90533b0a4424a18dd8d4e5abe
|
3 |
+
size 56484
|