huseinzol05
commited on
Commit
•
f39d848
1
Parent(s):
ead472c
Upload MistralBiForMNTP
Browse files- README.md +201 -0
- bidirectional_mistral.py +280 -0
- config.json +30 -0
- generation_config.json +7 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
bidirectional_mistral.py
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from typing import List, Optional, Tuple, Union
|
2 |
+
import torch
|
3 |
+
|
4 |
+
from transformers import (
|
5 |
+
MistralModel,
|
6 |
+
MistralPreTrainedModel,
|
7 |
+
MistralForCausalLM,
|
8 |
+
MistralConfig,
|
9 |
+
)
|
10 |
+
from transformers.modeling_outputs import BaseModelOutputWithPast
|
11 |
+
from transformers.cache_utils import Cache, DynamicCache
|
12 |
+
from transformers.models.mistral.modeling_mistral import (
|
13 |
+
MistralDecoderLayer,
|
14 |
+
MistralRMSNorm,
|
15 |
+
MistralAttention,
|
16 |
+
MistralFlashAttention2,
|
17 |
+
MistralSdpaAttention,
|
18 |
+
MistralMLP,
|
19 |
+
)
|
20 |
+
from torch import nn
|
21 |
+
from transformers.utils import logging
|
22 |
+
from attn_mask_utils import (
|
23 |
+
_prepare_4d_causal_attention_mask,
|
24 |
+
_prepare_4d_causal_attention_mask_for_sdpa,
|
25 |
+
)
|
26 |
+
|
27 |
+
logger = logging.get_logger(__name__)
|
28 |
+
|
29 |
+
|
30 |
+
class ModifiedMistralAttention(MistralAttention):
|
31 |
+
def __init__(self, *args, **kwargs):
|
32 |
+
super().__init__(*args, **kwargs)
|
33 |
+
self.is_causal = False
|
34 |
+
|
35 |
+
|
36 |
+
class ModifiedMistralFlashAttention2(MistralFlashAttention2):
|
37 |
+
def __init__(self, *args, **kwargs):
|
38 |
+
super().__init__(*args, **kwargs)
|
39 |
+
self.is_causal = False
|
40 |
+
|
41 |
+
|
42 |
+
class ModifiedMistralSdpaAttention(MistralSdpaAttention):
|
43 |
+
def __init__(self, *args, **kwargs):
|
44 |
+
super().__init__(*args, **kwargs)
|
45 |
+
self.is_causal = False
|
46 |
+
|
47 |
+
|
48 |
+
MISTRAL_ATTENTION_CLASSES = {
|
49 |
+
"eager": ModifiedMistralAttention,
|
50 |
+
"flash_attention_2": ModifiedMistralFlashAttention2,
|
51 |
+
"sdpa": ModifiedMistralSdpaAttention,
|
52 |
+
}
|
53 |
+
|
54 |
+
|
55 |
+
class ModifiedMistralDecoderLayer(MistralDecoderLayer):
|
56 |
+
def __init__(self, config: MistralConfig, layer_idx: int):
|
57 |
+
nn.Module.__init__(self)
|
58 |
+
self.hidden_size = config.hidden_size
|
59 |
+
|
60 |
+
self.self_attn = MISTRAL_ATTENTION_CLASSES[config._attn_implementation](
|
61 |
+
config, layer_idx
|
62 |
+
)
|
63 |
+
|
64 |
+
self.mlp = MistralMLP(config)
|
65 |
+
self.input_layernorm = MistralRMSNorm(
|
66 |
+
config.hidden_size, eps=config.rms_norm_eps
|
67 |
+
)
|
68 |
+
self.post_attention_layernorm = MistralRMSNorm(
|
69 |
+
config.hidden_size, eps=config.rms_norm_eps
|
70 |
+
)
|
71 |
+
|
72 |
+
|
73 |
+
class MistralBiModel(MistralModel):
|
74 |
+
def __init__(self, config: MistralConfig):
|
75 |
+
MistralPreTrainedModel.__init__(self, config)
|
76 |
+
self.padding_idx = config.pad_token_id
|
77 |
+
self.vocab_size = config.vocab_size
|
78 |
+
|
79 |
+
self.embed_tokens = nn.Embedding(
|
80 |
+
config.vocab_size, config.hidden_size, self.padding_idx
|
81 |
+
)
|
82 |
+
self.layers = nn.ModuleList(
|
83 |
+
[
|
84 |
+
ModifiedMistralDecoderLayer(config, layer_idx)
|
85 |
+
for layer_idx in range(config.num_hidden_layers)
|
86 |
+
]
|
87 |
+
)
|
88 |
+
self._attn_implementation = config._attn_implementation
|
89 |
+
self.norm = MistralRMSNorm(config.hidden_size, eps=config.rms_norm_eps)
|
90 |
+
|
91 |
+
self.gradient_checkpointing = False
|
92 |
+
# Initialize weights and apply final processing
|
93 |
+
self.post_init()
|
94 |
+
|
95 |
+
# Copied from forward() in transformers.models.mistral.modeling_mistral.MistralModel
|
96 |
+
def forward(
|
97 |
+
self,
|
98 |
+
input_ids: torch.LongTensor = None,
|
99 |
+
attention_mask: Optional[torch.Tensor] = None,
|
100 |
+
position_ids: Optional[torch.LongTensor] = None,
|
101 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
102 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
103 |
+
use_cache: Optional[bool] = None,
|
104 |
+
output_attentions: Optional[bool] = None,
|
105 |
+
output_hidden_states: Optional[bool] = None,
|
106 |
+
return_dict: Optional[bool] = None,
|
107 |
+
) -> Union[Tuple, BaseModelOutputWithPast]:
|
108 |
+
output_attentions = (
|
109 |
+
output_attentions
|
110 |
+
if output_attentions is not None
|
111 |
+
else self.config.output_attentions
|
112 |
+
)
|
113 |
+
output_hidden_states = (
|
114 |
+
output_hidden_states
|
115 |
+
if output_hidden_states is not None
|
116 |
+
else self.config.output_hidden_states
|
117 |
+
)
|
118 |
+
use_cache = use_cache if use_cache is not None else self.config.use_cache
|
119 |
+
|
120 |
+
return_dict = (
|
121 |
+
return_dict if return_dict is not None else self.config.use_return_dict
|
122 |
+
)
|
123 |
+
|
124 |
+
# retrieve input_ids and inputs_embeds
|
125 |
+
if input_ids is not None and inputs_embeds is not None:
|
126 |
+
raise ValueError(
|
127 |
+
"You cannot specify both decoder_input_ids and decoder_inputs_embeds at the same time"
|
128 |
+
)
|
129 |
+
elif input_ids is not None:
|
130 |
+
batch_size, seq_length = input_ids.shape
|
131 |
+
elif inputs_embeds is not None:
|
132 |
+
batch_size, seq_length, _ = inputs_embeds.shape
|
133 |
+
else:
|
134 |
+
raise ValueError(
|
135 |
+
"You have to specify either decoder_input_ids or decoder_inputs_embeds"
|
136 |
+
)
|
137 |
+
|
138 |
+
if self.gradient_checkpointing and self.training:
|
139 |
+
if use_cache:
|
140 |
+
logger.warning_once(
|
141 |
+
"`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`..."
|
142 |
+
)
|
143 |
+
use_cache = False
|
144 |
+
|
145 |
+
past_key_values_length = 0
|
146 |
+
|
147 |
+
if use_cache:
|
148 |
+
use_legacy_cache = not isinstance(past_key_values, Cache)
|
149 |
+
if use_legacy_cache:
|
150 |
+
past_key_values = DynamicCache.from_legacy_cache(past_key_values)
|
151 |
+
past_key_values_length = past_key_values.get_usable_length(seq_length)
|
152 |
+
|
153 |
+
if position_ids is None:
|
154 |
+
device = input_ids.device if input_ids is not None else inputs_embeds.device
|
155 |
+
position_ids = torch.arange(
|
156 |
+
past_key_values_length,
|
157 |
+
seq_length + past_key_values_length,
|
158 |
+
dtype=torch.long,
|
159 |
+
device=device,
|
160 |
+
)
|
161 |
+
position_ids = position_ids.unsqueeze(0).view(-1, seq_length)
|
162 |
+
else:
|
163 |
+
position_ids = position_ids.view(-1, seq_length).long()
|
164 |
+
|
165 |
+
if inputs_embeds is None:
|
166 |
+
inputs_embeds = self.embed_tokens(input_ids)
|
167 |
+
|
168 |
+
if (
|
169 |
+
attention_mask is not None
|
170 |
+
and self._attn_implementation == "flash_attention_2"
|
171 |
+
and use_cache
|
172 |
+
):
|
173 |
+
is_padding_right = attention_mask[:, -1].sum().item() != batch_size
|
174 |
+
if is_padding_right:
|
175 |
+
raise ValueError(
|
176 |
+
"You are attempting to perform batched generation with padding_side='right'"
|
177 |
+
" this may lead to unexpected behaviour for Flash Attention version of Mistral. Make sure to "
|
178 |
+
" call `tokenizer.padding_side = 'left'` before tokenizing the input. ")
|
179 |
+
|
180 |
+
if self._attn_implementation == "flash_attention_2":
|
181 |
+
# 2d mask is passed through the layers
|
182 |
+
attention_mask = (
|
183 |
+
attention_mask
|
184 |
+
if (attention_mask is not None and 0 in attention_mask)
|
185 |
+
else None
|
186 |
+
)
|
187 |
+
elif self._attn_implementation == "sdpa" and not output_attentions:
|
188 |
+
# The original implementation is by-passed, see attn_mask_utils.py
|
189 |
+
attention_mask = _prepare_4d_causal_attention_mask_for_sdpa(
|
190 |
+
attention_mask,
|
191 |
+
(batch_size, seq_length),
|
192 |
+
inputs_embeds,
|
193 |
+
past_key_values_length,
|
194 |
+
)
|
195 |
+
else:
|
196 |
+
# 4d mask is passed through the layers
|
197 |
+
attention_mask = _prepare_4d_causal_attention_mask(
|
198 |
+
attention_mask,
|
199 |
+
(batch_size, seq_length),
|
200 |
+
inputs_embeds,
|
201 |
+
past_key_values_length,
|
202 |
+
sliding_window=self.config.sliding_window,
|
203 |
+
)
|
204 |
+
|
205 |
+
hidden_states = inputs_embeds
|
206 |
+
|
207 |
+
# decoder layers
|
208 |
+
all_hidden_states = () if output_hidden_states else None
|
209 |
+
all_self_attns = () if output_attentions else None
|
210 |
+
next_decoder_cache = None
|
211 |
+
|
212 |
+
for decoder_layer in self.layers:
|
213 |
+
if output_hidden_states:
|
214 |
+
all_hidden_states += (hidden_states,)
|
215 |
+
|
216 |
+
if self.gradient_checkpointing and self.training:
|
217 |
+
layer_outputs = self._gradient_checkpointing_func(
|
218 |
+
decoder_layer.__call__,
|
219 |
+
hidden_states,
|
220 |
+
attention_mask,
|
221 |
+
position_ids,
|
222 |
+
past_key_values,
|
223 |
+
output_attentions,
|
224 |
+
use_cache,
|
225 |
+
)
|
226 |
+
else:
|
227 |
+
layer_outputs = decoder_layer(
|
228 |
+
hidden_states,
|
229 |
+
attention_mask=attention_mask,
|
230 |
+
position_ids=position_ids,
|
231 |
+
past_key_value=past_key_values,
|
232 |
+
output_attentions=output_attentions,
|
233 |
+
use_cache=use_cache,
|
234 |
+
)
|
235 |
+
|
236 |
+
hidden_states = layer_outputs[0]
|
237 |
+
|
238 |
+
if use_cache:
|
239 |
+
next_decoder_cache = layer_outputs[2 if output_attentions else 1]
|
240 |
+
|
241 |
+
if output_attentions:
|
242 |
+
all_self_attns += (layer_outputs[1],)
|
243 |
+
|
244 |
+
hidden_states = self.norm(hidden_states)
|
245 |
+
|
246 |
+
# add hidden states from the last decoder layer
|
247 |
+
if output_hidden_states:
|
248 |
+
all_hidden_states += (hidden_states,)
|
249 |
+
|
250 |
+
next_cache = None
|
251 |
+
if use_cache:
|
252 |
+
next_cache = (
|
253 |
+
next_decoder_cache.to_legacy_cache()
|
254 |
+
if use_legacy_cache
|
255 |
+
else next_decoder_cache
|
256 |
+
)
|
257 |
+
|
258 |
+
if not return_dict:
|
259 |
+
return tuple(
|
260 |
+
v
|
261 |
+
for v in [hidden_states, next_cache, all_hidden_states, all_self_attns]
|
262 |
+
if v is not None
|
263 |
+
)
|
264 |
+
return BaseModelOutputWithPast(
|
265 |
+
last_hidden_state=hidden_states,
|
266 |
+
past_key_values=next_cache,
|
267 |
+
hidden_states=all_hidden_states,
|
268 |
+
attentions=all_self_attns,
|
269 |
+
)
|
270 |
+
|
271 |
+
|
272 |
+
class MistralBiForMNTP(MistralForCausalLM):
|
273 |
+
def __init__(self, config):
|
274 |
+
MistralPreTrainedModel.__init__(self, config)
|
275 |
+
self.model = MistralBiModel(config)
|
276 |
+
self.vocab_size = config.vocab_size
|
277 |
+
self.lm_head = nn.Linear(config.hidden_size, config.vocab_size, bias=False)
|
278 |
+
|
279 |
+
# Initialize weights and apply final processing
|
280 |
+
self.post_init()
|
config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mistral-474M-mlm/checkpoint-19000",
|
3 |
+
"architectures": [
|
4 |
+
"MistralBiForMNTP"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"auto_map": {
|
8 |
+
"AutoModel": "bidirectional_mistral.MistralBiForMNTP"
|
9 |
+
},
|
10 |
+
"bos_token_id": 1,
|
11 |
+
"eos_token_id": 2,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 4096,
|
16 |
+
"max_position_embeddings": 4096,
|
17 |
+
"model_type": "mistral",
|
18 |
+
"num_attention_heads": 16,
|
19 |
+
"num_hidden_layers": 26,
|
20 |
+
"num_key_value_heads": 8,
|
21 |
+
"pad_token_id": 0,
|
22 |
+
"rms_norm_eps": 1e-05,
|
23 |
+
"rope_theta": 10000.0,
|
24 |
+
"sliding_window": 4096,
|
25 |
+
"tie_word_embeddings": false,
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.38.2",
|
28 |
+
"use_cache": true,
|
29 |
+
"vocab_size": 32000
|
30 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.38.2"
|
7 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a5e0e707ae24f8b9f30ad670f2965498b636f259fd8f7ab8ef5d68eb2f3831f
|
3 |
+
size 1898166632
|