DLight1551
commited on
Commit
•
194829f
1
Parent(s):
1ea351d
update
Browse files- README.md +79 -0
- bamboo.jpeg +0 -0
- build_mlp.py +217 -0
- config.json +37 -0
- configuration_internlm_xcomposer2.py +166 -0
- generation_config.json +9 -0
- logo.png +0 -0
- modeling_internlm2.py +966 -0
- modeling_internlm_xcomposer2.py +608 -0
- panda.jpg +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +6 -0
- tokenization_internlm_xcomposer2.py +252 -0
- tokenizer.model +3 -0
- tokenizer_config.json +16 -0
- trainer_state.json +1045 -0
- training_args.bin +3 -0
README.md
CHANGED
@@ -1,3 +1,82 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
---
|
5 |
+
|
6 |
+
|
7 |
+
<p align="center">
|
8 |
+
<img src="logo.png" width="400"/>
|
9 |
+
<p>
|
10 |
+
|
11 |
+
<p align="center">
|
12 |
+
<b><font size="6">InternLM-XComposer2</font></b>
|
13 |
+
<p>
|
14 |
+
|
15 |
+
<div align="center">
|
16 |
+
|
17 |
+
[💻Github Repo](https://github.com/InternLM/InternLM-XComposer)
|
18 |
+
|
19 |
+
</div>
|
20 |
+
|
21 |
+
**InternLM-XComposer2** is a vision-language large model (VLLM) based on [InternLM2](https://github.com/InternLM/InternLM) for advanced text-image comprehension and composition.
|
22 |
+
|
23 |
+
We release InternLM-XComposer2 series in two versions:
|
24 |
+
|
25 |
+
- InternLM-XComposer2-VL: The pretrained VLLM model with InternLM2 as the initialization of the LLM, achieving strong performance on various multimodal benchmarks.
|
26 |
+
- InternLM-XComposer2: The finetuned VLLM for *Free-from Interleaved Text-Image Composition*.
|
27 |
+
|
28 |
+
### Import from Transformers
|
29 |
+
To load the InternLM-XComposer2-7B model using Transformers, use the following code:
|
30 |
+
```python
|
31 |
+
import torch
|
32 |
+
from PIL import image
|
33 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
34 |
+
ckpt_path = "internlm/internlm-xcomposer2-7b"
|
35 |
+
tokenizer = AutoTokenizer.from_pretrained(ckpt_path, trust_remote_code=True).cuda()
|
36 |
+
# Set `torch_dtype=torch.float16` to load model in float16, otherwise it will be loaded as float32 and might cause OOM Error.
|
37 |
+
model = AutoModelForCausalLM.from_pretrained(ckpt_path, torch_dtype=torch.float16, trust_remote_code=True).cuda()
|
38 |
+
model = model.eval()
|
39 |
+
model.vit.resize_pos()
|
40 |
+
img_path_list = [
|
41 |
+
'./panda.jpg',
|
42 |
+
'./bamboo.jpeg',
|
43 |
+
]
|
44 |
+
images = []
|
45 |
+
for img_path in img_path_list:
|
46 |
+
image = Image.open(img_path).convert("RGB")
|
47 |
+
image = model.vis_processor(image)
|
48 |
+
images.append(image)
|
49 |
+
image = torch.stack(images)
|
50 |
+
query = '<ImageHere> <ImageHere>please write an article based on the images. Title: my favorite animal.'
|
51 |
+
response, history = model.chat(tokenizer, query=query, image=image, history=[], meta_instruction='')
|
52 |
+
print(response)
|
53 |
+
# in this animal kingdom, there are many species of animals. Each animal has its own special charm and characteristics. Among them, I like pandas the most. Pandas have a big black circle on their white furry faces, so they look very cute. It's not surprising that people call them "bearcats." But do you know why they're called pandas? Because pandas only eat bamboo shoots.\n\npandas' favorite food is bamboo shoots. The color of fresh bamboo shoots is light green. There is some starch in it, which can be used to make delicious food. But because panda's stomach doesn't produce amylase, it needs to consume large amounts of bamboo shoots every day to meet its body's nutritional needs. As a result, pandas spend most of their time eating bamboo, as well as sleeping. However, pandas cannot eat any meat except bamboo shoots. When pandas are hungry, they may go into the field to look for ants or other insects to eat. In fact, when pandas really want to eat meat, they can easily get away from it.\n\nbesides their love of eating bamboo, pandas also have another interesting characteristic: they always walk backwards. This makes them look slow and lazy. Although they seem sluggish, they actually run at speeds of up to 35 km/h (21.7 mph) when they need to escape danger! So don't underestimate pandas just because they're lazy!\n\nunfortunately, due to the destruction of natural habitats by humans, there are currently less than 1,800 pandas left in the world. I hope everyone can help me save pandas and protect our environment!
|
54 |
+
```
|
55 |
+
|
56 |
+
### 通过 Transformers 加载
|
57 |
+
通过以下的代码加载 InternLM-XComposer2-7B 模型
|
58 |
+
|
59 |
+
```python
|
60 |
+
import torch
|
61 |
+
from transformers import AutoTokenizer, AutoModelForCausalLM
|
62 |
+
ckpt_path = "internlm/internlm-xcomposer2-7b"
|
63 |
+
tokenizer = AutoTokenizer.from_pretrained(ckpt_path, trust_remote_code=True).cuda()
|
64 |
+
# `torch_dtype=torch.float16` 可以令模型以 float16 精度加载,否则 transformers 会将模型加载为 float32,导致显存不足
|
65 |
+
model = AutoModelForCausalLM.from_pretrained(ckpt_path, torch_dtype=torch.float16, trust_remote_code=True).cuda()
|
66 |
+
model = model.eval()
|
67 |
+
model.vit.resize_pos()
|
68 |
+
img_path_list = [
|
69 |
+
'./panda.jpg',
|
70 |
+
'./bamboo.jpeg',
|
71 |
+
]
|
72 |
+
images = []
|
73 |
+
for img_path in img_path_list:
|
74 |
+
image = Image.open(img_path).convert("RGB")
|
75 |
+
image = model.vis_processor(image)
|
76 |
+
images.append(image)
|
77 |
+
image = torch.stack(images)
|
78 |
+
query = '<ImageHere> <ImageHere>请根据图片写一篇作文:我最喜欢的小动物。要求:选准角度,确定立意,明确文体,自拟标题;不要套作,不得抄袭;不得泄露个人信息。'
|
79 |
+
response, history = model.chat(tokenizer, query=query, image=image, history=[], meta_instruction='')
|
80 |
+
print(response)
|
81 |
+
# 我最喜欢的小动物\n说起我喜欢的动物,那可多了,有活泼可爱的小白兔、机灵的猴子、忠诚的狗……但是我最喜欢的还是可爱的大熊猫。\n大熊猫是哺乳动物中的一种,主要分布在中国四川、陕西和甘肃等地的山区。它有着大大的眼睛,圆圆的耳朵,胖乎乎的身子,最特别的是它的身体黑白相间,所以大家都叫它“黑白仔”。\n因为它的长相很呆萌,很多人都特别喜欢它,于是就有了许多关于它的玩具。在动物园里可以看到许多熊猫玩具和熊猫主题的衣服,还看到很多小朋友抱着熊猫玩偶在玩呢!\n说到熊猫吃竹子了,那可是它们的最爱,几乎每天都吃不腻。别看它长得肥肥胖胖的,其实它也很瘦啊,都是被肚子里的竹子给撑大的哦!熊猫每次吃东西的时候,都会用两只前爪抓住竹子,然后津津有味地吃起来。\n熊猫虽然看上去温顺又憨厚,但是它发起脾气来也是不客气的。如果你去逗它,惹得它生气了,它会举起它的两个爪子,往你身上挥舞着。这时候你可不能还手哦,因为它那一巴掌下去,可不是闹着玩的,会把你打得鼻青脸肿的哦!如果它觉得无聊了,也会把自己扔进竹筐里来回滚动,好像一个球一样在地上翻滚。看着就让人忍不住想去摸摸它,抱抱它。\n你们知道吗?现在我们的国宝大熊猫已经濒临灭绝了,所以现在我们要好好保护大熊猫,让他们健康快乐地成长。
|
82 |
+
```
|
bamboo.jpeg
ADDED
build_mlp.py
ADDED
@@ -0,0 +1,217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import math
|
2 |
+
import re
|
3 |
+
|
4 |
+
import torch
|
5 |
+
import torch.nn as nn
|
6 |
+
from transformers import CLIPVisionModel
|
7 |
+
|
8 |
+
|
9 |
+
def build_vision_tower():
|
10 |
+
vision_tower = 'openai/clip-vit-large-patch14-336'
|
11 |
+
return CLIPVisionTower(vision_tower)
|
12 |
+
|
13 |
+
|
14 |
+
def build_vision_projector():
|
15 |
+
projector_type = 'mlp2x_gelu'
|
16 |
+
mm_hidden_size = 1024
|
17 |
+
hidden_size = 4096
|
18 |
+
|
19 |
+
mlp_gelu_match = re.match(r'^mlp(\d+)x_gelu$', projector_type)
|
20 |
+
if mlp_gelu_match:
|
21 |
+
mlp_depth = int(mlp_gelu_match.group(1))
|
22 |
+
modules = [nn.Linear(mm_hidden_size, hidden_size)]
|
23 |
+
for _ in range(1, mlp_depth):
|
24 |
+
modules.append(nn.GELU())
|
25 |
+
modules.append(nn.Linear(hidden_size, hidden_size))
|
26 |
+
return nn.Sequential(*modules)
|
27 |
+
|
28 |
+
if projector_type == 'identity':
|
29 |
+
return IdentityMap()
|
30 |
+
|
31 |
+
raise ValueError(f'Unknown projector type: {projector_type}')
|
32 |
+
|
33 |
+
|
34 |
+
class IdentityMap(nn.Module):
|
35 |
+
|
36 |
+
def __init__(self):
|
37 |
+
super().__init__()
|
38 |
+
|
39 |
+
def forward(self, x, *args, **kwargs):
|
40 |
+
return x
|
41 |
+
|
42 |
+
@property
|
43 |
+
def config(self):
|
44 |
+
return {'mm_projector_type': 'identity'}
|
45 |
+
|
46 |
+
|
47 |
+
class CLIPVisionTower(nn.Module):
|
48 |
+
|
49 |
+
def __init__(self, vision_tower):
|
50 |
+
super().__init__()
|
51 |
+
|
52 |
+
self.is_loaded = False
|
53 |
+
self.is_resize_pos = False
|
54 |
+
|
55 |
+
self.vision_tower_name = vision_tower
|
56 |
+
self.select_layer = -1
|
57 |
+
self.select_feature = 'patch'
|
58 |
+
self.load_model()
|
59 |
+
self.resize_pos()
|
60 |
+
|
61 |
+
def load_model(self):
|
62 |
+
self.vision_tower = CLIPVisionModel.from_pretrained(
|
63 |
+
self.vision_tower_name)
|
64 |
+
self.vision_tower.requires_grad_(False)
|
65 |
+
|
66 |
+
self.is_loaded = True
|
67 |
+
|
68 |
+
def resize_pos(self):
|
69 |
+
pos_embed_checkpoint = self.vision_tower.vision_model.embeddings.position_embedding.weight
|
70 |
+
pos_embed_checkpoint = pos_embed_checkpoint.unsqueeze(0)
|
71 |
+
orig_size = 24
|
72 |
+
new_size = 16
|
73 |
+
|
74 |
+
if pos_embed_checkpoint.shape[1] == new_size**2 + 1:
|
75 |
+
self.is_resize_pos = True
|
76 |
+
else:
|
77 |
+
embedding_size = pos_embed_checkpoint.shape[-1]
|
78 |
+
num_extra_tokens = 1
|
79 |
+
new_num = new_size**2 + num_extra_tokens
|
80 |
+
print('Position interpolate from %dx%d to %dx%d' %
|
81 |
+
(orig_size, orig_size, new_size, new_size))
|
82 |
+
extra_tokens = pos_embed_checkpoint[:, :num_extra_tokens]
|
83 |
+
# only the position tokens are interpolated
|
84 |
+
pos_tokens = pos_embed_checkpoint[:, num_extra_tokens:]
|
85 |
+
pos_tokens = pos_tokens.reshape(-1, orig_size, orig_size,
|
86 |
+
embedding_size).permute(
|
87 |
+
0, 3, 1, 2)
|
88 |
+
pos_tokens = torch.nn.functional.interpolate(
|
89 |
+
pos_tokens,
|
90 |
+
size=(new_size, new_size),
|
91 |
+
mode='bicubic',
|
92 |
+
align_corners=False)
|
93 |
+
pos_tokens = pos_tokens.permute(0, 2, 3, 1).flatten(1, 2)
|
94 |
+
new_pos_embed = torch.cat((extra_tokens, pos_tokens), dim=1)
|
95 |
+
|
96 |
+
new_pos_embed = new_pos_embed.squeeze(0)
|
97 |
+
|
98 |
+
self.vision_tower.vision_model.embeddings.position_embedding = torch.nn.Embedding(
|
99 |
+
new_num, 1024)
|
100 |
+
self.vision_tower.vision_model.embeddings.position_embedding.weight = torch.nn.Parameter(
|
101 |
+
new_pos_embed.to(pos_embed_checkpoint.dtype))
|
102 |
+
self.vision_tower.vision_model.embeddings.position_ids = torch.arange(
|
103 |
+
new_num).expand((1, -1))
|
104 |
+
|
105 |
+
self.is_resize_pos = True
|
106 |
+
|
107 |
+
def feature_select(self, image_forward_outs):
|
108 |
+
image_features = image_forward_outs.hidden_states[self.select_layer]
|
109 |
+
if self.select_feature == 'patch':
|
110 |
+
image_features = image_features[:, 1:]
|
111 |
+
elif self.select_feature == 'cls_patch':
|
112 |
+
image_features = image_features
|
113 |
+
else:
|
114 |
+
raise ValueError(
|
115 |
+
f'Unexpected select feature: {self.select_feature}')
|
116 |
+
return image_features
|
117 |
+
|
118 |
+
def forward(self, images):
|
119 |
+
if not self.is_loaded:
|
120 |
+
self.load_model()
|
121 |
+
if type(images) is list:
|
122 |
+
image_features = []
|
123 |
+
for image in images:
|
124 |
+
image_forward_out = self.vision_tower(
|
125 |
+
image.to(device=self.device,
|
126 |
+
dtype=self.dtype).unsqueeze(0),
|
127 |
+
output_hidden_states=True)
|
128 |
+
image_feature = self.feature_select(image_forward_out).to(
|
129 |
+
image.dtype)
|
130 |
+
image_features.append(image_feature)
|
131 |
+
else:
|
132 |
+
image_forward_outs = self.vision_tower(
|
133 |
+
images.to(device=self.device, dtype=self.dtype),
|
134 |
+
output_hidden_states=True)
|
135 |
+
image_features = self.feature_select(image_forward_outs).to(
|
136 |
+
images.dtype)
|
137 |
+
|
138 |
+
return image_features
|
139 |
+
|
140 |
+
@property
|
141 |
+
def dummy_feature(self):
|
142 |
+
return torch.zeros(
|
143 |
+
1, self.hidden_size, device=self.device, dtype=self.dtype)
|
144 |
+
|
145 |
+
@property
|
146 |
+
def dtype(self):
|
147 |
+
return self.vision_tower.dtype
|
148 |
+
|
149 |
+
@property
|
150 |
+
def device(self):
|
151 |
+
return self.vision_tower.device
|
152 |
+
|
153 |
+
@property
|
154 |
+
def config(self):
|
155 |
+
if self.is_loaded:
|
156 |
+
return self.vision_tower.config
|
157 |
+
else:
|
158 |
+
return self.cfg_only
|
159 |
+
|
160 |
+
@property
|
161 |
+
def hidden_size(self):
|
162 |
+
return self.config.hidden_size
|
163 |
+
|
164 |
+
@property
|
165 |
+
def num_patches(self):
|
166 |
+
return (self.config.image_size // self.config.patch_size)**2
|
167 |
+
|
168 |
+
|
169 |
+
class PLoRA(nn.Linear):
|
170 |
+
|
171 |
+
def __init__(self,
|
172 |
+
in_features: int,
|
173 |
+
out_features: int,
|
174 |
+
bias: bool = True,
|
175 |
+
device=None,
|
176 |
+
dtype=None,
|
177 |
+
lora_r=8,
|
178 |
+
lora_alpha=16,
|
179 |
+
lora_dropout=0.05,
|
180 |
+
lora_len=0,
|
181 |
+
**kwargs) -> None:
|
182 |
+
super().__init__(in_features, out_features, bias, device, dtype)
|
183 |
+
self.lora_r = lora_r
|
184 |
+
self.lora_alpha = lora_alpha
|
185 |
+
self.lora_len = lora_len
|
186 |
+
if lora_dropout > 0.:
|
187 |
+
self.lora_dropout = nn.Dropout(p=lora_dropout)
|
188 |
+
else:
|
189 |
+
self.lora_dropout = lambda x: x
|
190 |
+
self.lora_scaling = self.lora_alpha / self.lora_r
|
191 |
+
|
192 |
+
self.Plora_A = nn.Linear(
|
193 |
+
in_features, self.lora_r, bias=False, device=device, dtype=dtype)
|
194 |
+
self.Plora_B = nn.Linear(
|
195 |
+
self.lora_r, out_features, bias=False, device=device, dtype=dtype)
|
196 |
+
|
197 |
+
self.reset_parameters()
|
198 |
+
|
199 |
+
def reset_parameters(self):
|
200 |
+
if hasattr(self, 'lora_A'):
|
201 |
+
# initialize A the same way as the default for nn.Linear and B to zero
|
202 |
+
nn.init.kaiming_uniform_(self.lora_A.weight, a=math.sqrt(5))
|
203 |
+
nn.init.zeros_(self.lora_B.weight)
|
204 |
+
|
205 |
+
def forward(self, x, im_mask=None):
|
206 |
+
res = super().forward(x)
|
207 |
+
if im_mask is not None:
|
208 |
+
if torch.sum(im_mask) > 0:
|
209 |
+
part_x = x[im_mask]
|
210 |
+
res[im_mask] += self.Plora_B(
|
211 |
+
self.Plora_A(
|
212 |
+
self.lora_dropout(part_x))) * self.lora_scaling
|
213 |
+
else:
|
214 |
+
part_x = x[:, :1]
|
215 |
+
res[:, :1] += self.Plora_B(
|
216 |
+
self.Plora_A(self.lora_dropout(part_x))) * 0
|
217 |
+
return res
|
config.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"InternLMXComposer2ForCausalLM"
|
4 |
+
],
|
5 |
+
"attn_implementation": "eager",
|
6 |
+
"auto_map": {
|
7 |
+
"AutoConfig": "configuration_internlm_xcomposer2.InternLMXcomposer2Config",
|
8 |
+
"AutoModel": "modeling_internlm_xcomposer2.InternLMXComposer2ForCausalLM",
|
9 |
+
"AutoModelForCausalLM": "modeling_internlm_xcomposer2.InternLMXComposer2ForCausalLM"
|
10 |
+
},
|
11 |
+
"bias": false,
|
12 |
+
"bos_token_id": 1,
|
13 |
+
"eos_token_id": 2,
|
14 |
+
"hidden_act": "silu",
|
15 |
+
"hidden_size": 4096,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 14336,
|
18 |
+
"max_length": 4096,
|
19 |
+
"max_position_embeddings": 32768,
|
20 |
+
"model_type": "internlmxcomposer2",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 32,
|
23 |
+
"num_key_value_heads": 8,
|
24 |
+
"pad_token_id": 2,
|
25 |
+
"rms_norm_eps": 1e-05,
|
26 |
+
"rope_scaling": {
|
27 |
+
"factor": 1.0,
|
28 |
+
"type": "dynamic"
|
29 |
+
},
|
30 |
+
"rope_theta": 1000000,
|
31 |
+
"tie_word_embeddings": false,
|
32 |
+
"torch_dtype": "bfloat16",
|
33 |
+
"transformers_version": "4.33.1",
|
34 |
+
"use_cache": false,
|
35 |
+
"vocab_size": 92544,
|
36 |
+
"img_size": 224
|
37 |
+
}
|
configuration_internlm_xcomposer2.py
ADDED
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) InternLM. All rights reserved.
|
2 |
+
#
|
3 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
+
# and OPT implementations in this library. It has been modified from its
|
5 |
+
# original forms to accommodate minor architectural differences compared
|
6 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
+
#
|
8 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
# you may not use this file except in compliance with the License.
|
10 |
+
# You may obtain a copy of the License at
|
11 |
+
#
|
12 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
#
|
14 |
+
# Unless required by applicable law or agreed to in writing, software
|
15 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
# See the License for the specific language governing permissions and
|
18 |
+
# limitations under the License.
|
19 |
+
"""InternLM model configuration."""
|
20 |
+
|
21 |
+
from transformers.configuration_utils import PretrainedConfig
|
22 |
+
from transformers.utils import logging
|
23 |
+
|
24 |
+
logger = logging.get_logger(__name__)
|
25 |
+
|
26 |
+
INTERNLM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
|
27 |
+
|
28 |
+
|
29 |
+
class InternLMXcomposer2Config(PretrainedConfig):
|
30 |
+
r"""
|
31 |
+
This is the configuration class to store the configuration of a [`InternLMModel`]. It is used to instantiate
|
32 |
+
an InternLM model according to the specified arguments, defining the model architecture. Instantiating a
|
33 |
+
configuration with the defaults will yield a similar configuration to that of the InternLM-7B.
|
34 |
+
|
35 |
+
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
|
36 |
+
documentation from [`PretrainedConfig`] for more information.
|
37 |
+
|
38 |
+
|
39 |
+
Args:
|
40 |
+
vocab_size (`int`, *optional*, defaults to 32000):
|
41 |
+
Vocabulary size of the InternLM model. Defines the number of different tokens that can be represented by the
|
42 |
+
`inputs_ids` passed when calling [`InternLMModel`]
|
43 |
+
hidden_size (`int`, *optional*, defaults to 4096):
|
44 |
+
Dimension of the hidden representations.
|
45 |
+
intermediate_size (`int`, *optional*, defaults to 11008):
|
46 |
+
Dimension of the MLP representations.
|
47 |
+
num_hidden_layers (`int`, *optional*, defaults to 32):
|
48 |
+
Number of hidden layers in the Transformer encoder.
|
49 |
+
num_attention_heads (`int`, *optional*, defaults to 32):
|
50 |
+
Number of attention heads for each attention layer in the Transformer encoder.
|
51 |
+
num_key_value_heads (`int`, *optional*):
|
52 |
+
This is the number of key_value heads that should be used to implement Grouped Query Attention. If
|
53 |
+
`num_key_value_heads=num_attention_heads`, the model will use Multi Head Attention (MHA), if
|
54 |
+
`num_key_value_heads=1 the model will use Multi Query Attention (MQA) otherwise GQA is used. When
|
55 |
+
converting a multi-head checkpoint to a GQA checkpoint, each group key and value head should be constructed
|
56 |
+
by meanpooling all the original heads within that group. For more details checkout [this
|
57 |
+
paper](https://arxiv.org/pdf/2305.13245.pdf). If it is not specified, will default to
|
58 |
+
`num_attention_heads`.
|
59 |
+
hidden_act (`str` or `function`, *optional*, defaults to `"silu"`):
|
60 |
+
The non-linear activation function (function or string) in the decoder.
|
61 |
+
max_position_embeddings (`int`, *optional*, defaults to 2048):
|
62 |
+
The maximum sequence length that this model might ever be used with. Typically set this to something large
|
63 |
+
just in case (e.g., 512 or 1024 or 2048).
|
64 |
+
initializer_range (`float`, *optional*, defaults to 0.02):
|
65 |
+
The standard deviation of the truncated_normal_initializer for initializing all weight matrices.
|
66 |
+
rms_norm_eps (`float`, *optional*, defaults to 1e-12):
|
67 |
+
The epsilon used by the rms normalization layers.
|
68 |
+
use_cache (`bool`, *optional*, defaults to `True`):
|
69 |
+
Whether or not the model should return the last key/values attentions (not used by all models). Only
|
70 |
+
relevant if `config.is_decoder=True`.
|
71 |
+
tie_word_embeddings(`bool`, *optional*, defaults to `False`):
|
72 |
+
Whether to tie weight embeddings
|
73 |
+
Example:
|
74 |
+
|
75 |
+
```python
|
76 |
+
>>> from transformers import InternLMModel, InternLMConfig
|
77 |
+
|
78 |
+
>>> # Initializing a InternLM internlm-7b style configuration
|
79 |
+
>>> configuration = InternLMConfig()
|
80 |
+
|
81 |
+
>>> # Initializing a model from the internlm-7b style configuration
|
82 |
+
>>> model = InternLMModel(configuration)
|
83 |
+
|
84 |
+
>>> # Accessing the model configuration
|
85 |
+
>>> configuration = model.config
|
86 |
+
```"""
|
87 |
+
model_type = 'internlm'
|
88 |
+
_auto_class = 'AutoConfig'
|
89 |
+
|
90 |
+
def __init__( # pylint: disable=W0102
|
91 |
+
self,
|
92 |
+
vocab_size=103168,
|
93 |
+
hidden_size=4096,
|
94 |
+
intermediate_size=11008,
|
95 |
+
num_hidden_layers=32,
|
96 |
+
num_attention_heads=32,
|
97 |
+
num_key_value_heads=None,
|
98 |
+
hidden_act='silu',
|
99 |
+
max_position_embeddings=2048,
|
100 |
+
initializer_range=0.02,
|
101 |
+
rms_norm_eps=1e-6,
|
102 |
+
use_cache=True,
|
103 |
+
pad_token_id=0,
|
104 |
+
bos_token_id=1,
|
105 |
+
eos_token_id=2,
|
106 |
+
tie_word_embeddings=False,
|
107 |
+
bias=True,
|
108 |
+
rope_theta=10000,
|
109 |
+
rope_scaling=None,
|
110 |
+
attn_implementation='eager',
|
111 |
+
**kwargs,
|
112 |
+
):
|
113 |
+
self.vocab_size = vocab_size
|
114 |
+
self.max_position_embeddings = max_position_embeddings
|
115 |
+
self.hidden_size = hidden_size
|
116 |
+
self.intermediate_size = intermediate_size
|
117 |
+
self.num_hidden_layers = num_hidden_layers
|
118 |
+
self.num_attention_heads = num_attention_heads
|
119 |
+
self.bias = bias
|
120 |
+
|
121 |
+
if num_key_value_heads is None:
|
122 |
+
num_key_value_heads = num_attention_heads
|
123 |
+
self.num_key_value_heads = num_key_value_heads
|
124 |
+
|
125 |
+
self.hidden_act = hidden_act
|
126 |
+
self.initializer_range = initializer_range
|
127 |
+
self.rms_norm_eps = rms_norm_eps
|
128 |
+
self.use_cache = use_cache
|
129 |
+
self.rope_theta = rope_theta
|
130 |
+
self.rope_scaling = rope_scaling
|
131 |
+
self._rope_scaling_validation()
|
132 |
+
|
133 |
+
self.attn_implementation = attn_implementation
|
134 |
+
if self.attn_implementation is None:
|
135 |
+
self.attn_implementation = 'eager'
|
136 |
+
super().__init__(
|
137 |
+
pad_token_id=pad_token_id,
|
138 |
+
bos_token_id=bos_token_id,
|
139 |
+
eos_token_id=eos_token_id,
|
140 |
+
tie_word_embeddings=tie_word_embeddings,
|
141 |
+
**kwargs,
|
142 |
+
)
|
143 |
+
|
144 |
+
def _rope_scaling_validation(self):
|
145 |
+
"""Validate the `rope_scaling` configuration."""
|
146 |
+
if self.rope_scaling is None:
|
147 |
+
return
|
148 |
+
|
149 |
+
if not isinstance(self.rope_scaling,
|
150 |
+
dict) or len(self.rope_scaling) != 2:
|
151 |
+
raise ValueError(
|
152 |
+
'`rope_scaling` must be a dictionary with with two fields, `type` and `factor`, '
|
153 |
+
f'got {self.rope_scaling}')
|
154 |
+
rope_scaling_type = self.rope_scaling.get('type', None)
|
155 |
+
rope_scaling_factor = self.rope_scaling.get('factor', None)
|
156 |
+
if rope_scaling_type is None or rope_scaling_type not in [
|
157 |
+
'linear', 'dynamic'
|
158 |
+
]:
|
159 |
+
raise ValueError(
|
160 |
+
f"`rope_scaling`'s type field must be one of ['linear', 'dynamic'], got {rope_scaling_type}"
|
161 |
+
)
|
162 |
+
if rope_scaling_factor is None or not isinstance(
|
163 |
+
rope_scaling_factor, float) or rope_scaling_factor < 1.0:
|
164 |
+
raise ValueError(
|
165 |
+
f"`rope_scaling`'s factor field must be a float >= 1, got {rope_scaling_factor}"
|
166 |
+
)
|
generation_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 640,
|
6 |
+
"pad_token_id": 2,
|
7 |
+
"transformers_version": "4.33.1",
|
8 |
+
"use_cache": false
|
9 |
+
}
|
logo.png
ADDED
modeling_internlm2.py
ADDED
@@ -0,0 +1,966 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# # Copyright (c) InternLM. All rights reserved.
|
2 |
+
#
|
3 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
+
# and OPT implementations in this library. It has been modified from its
|
5 |
+
# original forms to accommodate minor architectural differences compared
|
6 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
+
#
|
8 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
# you may not use this file except in compliance with the License.
|
10 |
+
# You may obtain a copy of the License at
|
11 |
+
#
|
12 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
#
|
14 |
+
# Unless required by applicable law or agreed to in writing, software
|
15 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
# See the License for the specific language governing permissions and
|
18 |
+
# limitations under the License.
|
19 |
+
"""PyTorch InternLM2 model."""
|
20 |
+
import math
|
21 |
+
import warnings
|
22 |
+
from typing import List, Optional, Tuple, Union
|
23 |
+
|
24 |
+
import torch
|
25 |
+
import torch.utils.checkpoint
|
26 |
+
from einops import rearrange
|
27 |
+
from torch import nn
|
28 |
+
from transformers.activations import ACT2FN
|
29 |
+
from transformers.modeling_outputs import BaseModelOutputWithPast
|
30 |
+
from transformers.modeling_utils import PreTrainedModel
|
31 |
+
from transformers.utils import (add_start_docstrings,
|
32 |
+
add_start_docstrings_to_model_forward, logging)
|
33 |
+
|
34 |
+
try:
|
35 |
+
from transformers.generation.streamers import BaseStreamer
|
36 |
+
except: # noqa # pylint: disable=bare-except
|
37 |
+
BaseStreamer = None
|
38 |
+
|
39 |
+
from .build_mlp import PLoRA
|
40 |
+
from .configuration_internlm_xcomposer2 import InternLMXcomposer2Config as InternLM2Config
|
41 |
+
|
42 |
+
logger = logging.get_logger(__name__)
|
43 |
+
|
44 |
+
_CONFIG_FOR_DOC = 'InternLM2Config'
|
45 |
+
|
46 |
+
|
47 |
+
# Copied from transformers.models.bart.modeling_bart._make_causal_mask
|
48 |
+
def _make_causal_mask(input_ids_shape: torch.Size,
|
49 |
+
dtype: torch.dtype,
|
50 |
+
device: torch.device,
|
51 |
+
past_key_values_length: int = 0):
|
52 |
+
"""Make causal mask used for bi-directional self-attention."""
|
53 |
+
bsz, tgt_len = input_ids_shape
|
54 |
+
mask = torch.full((tgt_len, tgt_len),
|
55 |
+
torch.tensor(torch.finfo(dtype).min, device=device),
|
56 |
+
device=device)
|
57 |
+
mask_cond = torch.arange(mask.size(-1), device=device)
|
58 |
+
mask.masked_fill_(mask_cond < (mask_cond + 1).view(mask.size(-1), 1), 0)
|
59 |
+
mask = mask.to(dtype)
|
60 |
+
|
61 |
+
if past_key_values_length > 0:
|
62 |
+
mask = torch.cat([
|
63 |
+
torch.zeros(
|
64 |
+
tgt_len, past_key_values_length, dtype=dtype, device=device),
|
65 |
+
mask
|
66 |
+
],
|
67 |
+
dim=-1)
|
68 |
+
return mask[None, None, :, :].expand(bsz, 1, tgt_len,
|
69 |
+
tgt_len + past_key_values_length)
|
70 |
+
|
71 |
+
|
72 |
+
# Copied from transformers.models.bart.modeling_bart._expand_mask
|
73 |
+
def _expand_mask(mask: torch.Tensor,
|
74 |
+
dtype: torch.dtype,
|
75 |
+
tgt_len: Optional[int] = None):
|
76 |
+
"""Expands attention_mask from `[bsz, seq_len]` to `[bsz, 1, tgt_seq_len,
|
77 |
+
src_seq_len]`."""
|
78 |
+
bsz, src_len = mask.size()
|
79 |
+
tgt_len = tgt_len if tgt_len is not None else src_len
|
80 |
+
|
81 |
+
expanded_mask = mask[:, None, None, :].expand(bsz, 1, tgt_len,
|
82 |
+
src_len).to(dtype)
|
83 |
+
|
84 |
+
inverted_mask = 1.0 - expanded_mask
|
85 |
+
|
86 |
+
return inverted_mask.masked_fill(
|
87 |
+
inverted_mask.to(torch.bool),
|
88 |
+
torch.finfo(dtype).min)
|
89 |
+
|
90 |
+
|
91 |
+
class InternLM2RMSNorm(nn.Module):
|
92 |
+
|
93 |
+
def __init__(self, hidden_size, eps=1e-6):
|
94 |
+
"""InternLM2RMSNorm is equivalent to T5LayerNorm."""
|
95 |
+
super().__init__()
|
96 |
+
self.weight = nn.Parameter(torch.ones(hidden_size))
|
97 |
+
self.variance_epsilon = eps
|
98 |
+
|
99 |
+
def forward(self, hidden_states):
|
100 |
+
input_dtype = hidden_states.dtype
|
101 |
+
hidden_states = hidden_states.to(torch.float32)
|
102 |
+
variance = hidden_states.pow(2).mean(-1, keepdim=True)
|
103 |
+
hidden_states = hidden_states * torch.rsqrt(variance +
|
104 |
+
self.variance_epsilon)
|
105 |
+
return self.weight * hidden_states.to(input_dtype)
|
106 |
+
|
107 |
+
|
108 |
+
class InternLM2RotaryEmbedding(nn.Module):
|
109 |
+
|
110 |
+
def __init__(self,
|
111 |
+
dim,
|
112 |
+
max_position_embeddings=2048,
|
113 |
+
base=10000,
|
114 |
+
device=None):
|
115 |
+
super().__init__()
|
116 |
+
|
117 |
+
self.dim = dim
|
118 |
+
self.max_position_embeddings = max_position_embeddings
|
119 |
+
self.base = base
|
120 |
+
inv_freq = 1.0 / (
|
121 |
+
self.base
|
122 |
+
**(torch.arange(0, self.dim, 2).float().to(device) / self.dim))
|
123 |
+
self.register_buffer('inv_freq', inv_freq, persistent=False)
|
124 |
+
|
125 |
+
# Build here to make `torch.jit.trace` work.
|
126 |
+
self._set_cos_sin_cache(
|
127 |
+
seq_len=max_position_embeddings,
|
128 |
+
device=self.inv_freq.device,
|
129 |
+
dtype=torch.get_default_dtype())
|
130 |
+
|
131 |
+
def _set_cos_sin_cache(self, seq_len, device, dtype):
|
132 |
+
self.max_seq_len_cached = seq_len
|
133 |
+
t = torch.arange(
|
134 |
+
self.max_seq_len_cached, device=device, dtype=self.inv_freq.dtype)
|
135 |
+
|
136 |
+
freqs = torch.einsum('i,j->ij', t, self.inv_freq)
|
137 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
138 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
139 |
+
self.register_buffer(
|
140 |
+
'cos_cached', emb.cos().to(dtype), persistent=False)
|
141 |
+
self.register_buffer(
|
142 |
+
'sin_cached', emb.sin().to(dtype), persistent=False)
|
143 |
+
|
144 |
+
def forward(self, x, seq_len=None):
|
145 |
+
# x: [bs, num_attention_heads, seq_len, head_size]
|
146 |
+
if seq_len > self.max_seq_len_cached:
|
147 |
+
self._set_cos_sin_cache(
|
148 |
+
seq_len=seq_len, device=x.device, dtype=x.dtype)
|
149 |
+
|
150 |
+
return (
|
151 |
+
self.cos_cached[:seq_len].to(dtype=x.dtype),
|
152 |
+
self.sin_cached[:seq_len].to(dtype=x.dtype),
|
153 |
+
)
|
154 |
+
|
155 |
+
|
156 |
+
class InternLM2LinearScalingRotaryEmbedding(InternLM2RotaryEmbedding):
|
157 |
+
"""InternLM2RotaryEmbedding extended with linear scaling.
|
158 |
+
|
159 |
+
Credits to the Reddit user /u/kaiokendev
|
160 |
+
"""
|
161 |
+
|
162 |
+
def __init__(self,
|
163 |
+
dim,
|
164 |
+
max_position_embeddings=2048,
|
165 |
+
base=10000,
|
166 |
+
device=None,
|
167 |
+
scaling_factor=1.0):
|
168 |
+
self.scaling_factor = scaling_factor
|
169 |
+
super().__init__(dim, max_position_embeddings, base, device)
|
170 |
+
|
171 |
+
def _set_cos_sin_cache(self, seq_len, device, dtype):
|
172 |
+
self.max_seq_len_cached = seq_len
|
173 |
+
t = torch.arange(
|
174 |
+
self.max_seq_len_cached, device=device, dtype=self.inv_freq.dtype)
|
175 |
+
t = t / self.scaling_factor
|
176 |
+
|
177 |
+
freqs = torch.einsum('i,j->ij', t, self.inv_freq)
|
178 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
179 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
180 |
+
self.register_buffer(
|
181 |
+
'cos_cached', emb.cos().to(dtype), persistent=False)
|
182 |
+
self.register_buffer(
|
183 |
+
'sin_cached', emb.sin().to(dtype), persistent=False)
|
184 |
+
|
185 |
+
|
186 |
+
class InternLM2DynamicNTKScalingRotaryEmbedding(InternLM2RotaryEmbedding):
|
187 |
+
"""InternLM2RotaryEmbedding extended with Dynamic NTK scaling.
|
188 |
+
|
189 |
+
Credits to the Reddit users /u/bloc97 and /u/emozilla.
|
190 |
+
"""
|
191 |
+
|
192 |
+
def __init__(self,
|
193 |
+
dim,
|
194 |
+
max_position_embeddings=2048,
|
195 |
+
base=10000,
|
196 |
+
device=None,
|
197 |
+
scaling_factor=1.0):
|
198 |
+
self.scaling_factor = scaling_factor
|
199 |
+
super().__init__(dim, max_position_embeddings, base, device)
|
200 |
+
|
201 |
+
def _set_cos_sin_cache(self, seq_len, device, dtype):
|
202 |
+
self.max_seq_len_cached = seq_len
|
203 |
+
|
204 |
+
if seq_len > self.max_position_embeddings:
|
205 |
+
base = self.base * ((self.scaling_factor * seq_len /
|
206 |
+
self.max_position_embeddings) -
|
207 |
+
(self.scaling_factor - 1))**(
|
208 |
+
self.dim / (self.dim - 2))
|
209 |
+
inv_freq = 1.0 / (
|
210 |
+
base
|
211 |
+
**(torch.arange(0, self.dim, 2).float().to(device) / self.dim))
|
212 |
+
self.register_buffer('inv_freq', inv_freq, persistent=False)
|
213 |
+
|
214 |
+
t = torch.arange(
|
215 |
+
self.max_seq_len_cached, device=device, dtype=self.inv_freq.dtype)
|
216 |
+
|
217 |
+
freqs = torch.einsum('i,j->ij', t, self.inv_freq)
|
218 |
+
# Different from paper, but it uses a different permutation in order to obtain the same calculation
|
219 |
+
emb = torch.cat((freqs, freqs), dim=-1)
|
220 |
+
self.register_buffer(
|
221 |
+
'cos_cached', emb.cos().to(dtype), persistent=False)
|
222 |
+
self.register_buffer(
|
223 |
+
'sin_cached', emb.sin().to(dtype), persistent=False)
|
224 |
+
|
225 |
+
|
226 |
+
def rotate_half(x):
|
227 |
+
"""Rotates half the hidden dims of the input."""
|
228 |
+
x1 = x[..., :x.shape[-1] // 2]
|
229 |
+
x2 = x[..., x.shape[-1] // 2:]
|
230 |
+
return torch.cat((-x2, x1), dim=-1)
|
231 |
+
|
232 |
+
|
233 |
+
def apply_rotary_pos_emb(q, k, cos, sin, position_ids):
|
234 |
+
# The first two dimensions of cos and sin are always 1, so we can `squeeze` them.
|
235 |
+
cos = cos.squeeze(1).squeeze(0) # [seq_len, dim]
|
236 |
+
sin = sin.squeeze(1).squeeze(0) # [seq_len, dim]
|
237 |
+
cos = cos.unsqueeze(0).unsqueeze(0).expand(len(position_ids), -1, -1, -1)
|
238 |
+
sin = sin.unsqueeze(0).unsqueeze(0).expand(len(position_ids), -1, -1, -1)
|
239 |
+
if q.size(2) == 1:
|
240 |
+
q_embed = (q * cos[:, :, -1:, :]) + (
|
241 |
+
rotate_half(q) * sin[:, :, -1:, :])
|
242 |
+
else:
|
243 |
+
q_embed = (q * cos) + (rotate_half(q) * sin)
|
244 |
+
|
245 |
+
if k.size(2) == 1:
|
246 |
+
k_embed = (k * cos[:, :, -1:, :]) + (
|
247 |
+
rotate_half(k) * sin[:, :, -1:, :])
|
248 |
+
else:
|
249 |
+
k_embed = (k * cos) + (rotate_half(k) * sin)
|
250 |
+
|
251 |
+
return q_embed, k_embed
|
252 |
+
|
253 |
+
|
254 |
+
class InternLM2MLP(nn.Module):
|
255 |
+
|
256 |
+
def __init__(self, config):
|
257 |
+
super().__init__()
|
258 |
+
self.config = config
|
259 |
+
self.hidden_size = config.hidden_size
|
260 |
+
self.intermediate_size = config.intermediate_size
|
261 |
+
|
262 |
+
self.w1 = PLoRA(
|
263 |
+
self.hidden_size,
|
264 |
+
self.intermediate_size,
|
265 |
+
bias=False,
|
266 |
+
lora_r=256,
|
267 |
+
lora_alpha=256,
|
268 |
+
lora_len=576)
|
269 |
+
self.w3 = PLoRA(
|
270 |
+
self.hidden_size,
|
271 |
+
self.intermediate_size,
|
272 |
+
bias=False,
|
273 |
+
lora_r=256,
|
274 |
+
lora_alpha=256,
|
275 |
+
lora_len=576)
|
276 |
+
self.w2 = PLoRA(
|
277 |
+
self.intermediate_size,
|
278 |
+
self.hidden_size,
|
279 |
+
bias=False,
|
280 |
+
lora_r=256,
|
281 |
+
lora_alpha=256,
|
282 |
+
lora_len=576)
|
283 |
+
|
284 |
+
self.act_fn = ACT2FN[config.hidden_act]
|
285 |
+
|
286 |
+
def forward(self, x, im_mask):
|
287 |
+
down_proj = self.w2(
|
288 |
+
self.act_fn(self.w1(x, im_mask)) * self.w3(x, im_mask), im_mask)
|
289 |
+
|
290 |
+
return down_proj
|
291 |
+
|
292 |
+
|
293 |
+
def repeat_kv(hidden_states: torch.Tensor, n_rep: int) -> torch.Tensor:
|
294 |
+
"""This is the equivalent of torch.repeat_interleave(x, dim=1,
|
295 |
+
repeats=n_rep).
|
296 |
+
|
297 |
+
The hidden states go from (batch, num_key_value_heads, seqlen, head_dim) to
|
298 |
+
(batch, num_attention_heads, seqlen, head_dim)
|
299 |
+
"""
|
300 |
+
batch, num_key_value_heads, slen, head_dim = hidden_states.shape
|
301 |
+
if n_rep == 1:
|
302 |
+
return hidden_states
|
303 |
+
hidden_states = hidden_states[:, :,
|
304 |
+
None, :, :].expand(batch,
|
305 |
+
num_key_value_heads,
|
306 |
+
n_rep, slen, head_dim)
|
307 |
+
return hidden_states.reshape(batch, num_key_value_heads * n_rep, slen,
|
308 |
+
head_dim)
|
309 |
+
|
310 |
+
|
311 |
+
class InternLM2Attention(nn.Module):
|
312 |
+
"""Multi-headed attention from 'Attention Is All You Need' paper."""
|
313 |
+
|
314 |
+
def __init__(self, config: InternLM2Config):
|
315 |
+
super().__init__()
|
316 |
+
self.config = config
|
317 |
+
self.hidden_size = config.hidden_size
|
318 |
+
self.num_heads = config.num_attention_heads
|
319 |
+
self.head_dim = self.hidden_size // self.num_heads
|
320 |
+
self.num_key_value_heads = config.num_key_value_heads
|
321 |
+
self.num_key_value_groups = self.num_heads // self.num_key_value_heads
|
322 |
+
self.max_position_embeddings = config.max_position_embeddings
|
323 |
+
self.is_causal = True
|
324 |
+
|
325 |
+
if (self.head_dim * self.num_heads) != self.hidden_size:
|
326 |
+
raise ValueError(
|
327 |
+
f'hidden_size must be divisible by num_heads (got `hidden_size`: {self.hidden_size}'
|
328 |
+
f' and `num_heads`: {self.num_heads}).')
|
329 |
+
|
330 |
+
self.wqkv = PLoRA(
|
331 |
+
self.hidden_size,
|
332 |
+
(self.num_heads + 2 * self.num_key_value_heads) * self.head_dim,
|
333 |
+
bias=config.bias,
|
334 |
+
lora_r=256,
|
335 |
+
lora_alpha=256,
|
336 |
+
lora_len=576)
|
337 |
+
|
338 |
+
self.wo = PLoRA(
|
339 |
+
self.num_heads * self.head_dim,
|
340 |
+
self.hidden_size,
|
341 |
+
bias=config.bias,
|
342 |
+
lora_r=256,
|
343 |
+
lora_alpha=256,
|
344 |
+
lora_len=576)
|
345 |
+
self._init_rope()
|
346 |
+
|
347 |
+
def _init_rope(self):
|
348 |
+
if self.config.rope_scaling is None:
|
349 |
+
self.rotary_emb = InternLM2RotaryEmbedding(
|
350 |
+
self.head_dim,
|
351 |
+
max_position_embeddings=self.max_position_embeddings,
|
352 |
+
base=self.config.rope_theta,
|
353 |
+
)
|
354 |
+
else:
|
355 |
+
scaling_type = self.config.rope_scaling['type']
|
356 |
+
scaling_factor = self.config.rope_scaling['factor']
|
357 |
+
if scaling_type == 'dynamic':
|
358 |
+
self.rotary_emb = InternLM2DynamicNTKScalingRotaryEmbedding(
|
359 |
+
self.head_dim,
|
360 |
+
max_position_embeddings=self.max_position_embeddings,
|
361 |
+
base=self.config.rope_theta,
|
362 |
+
scaling_factor=scaling_factor)
|
363 |
+
else:
|
364 |
+
raise ValueError(
|
365 |
+
"Currently we only support rotary embedding's type being 'dynamic'."
|
366 |
+
)
|
367 |
+
return self.rotary_emb
|
368 |
+
|
369 |
+
def _shape(self, tensor: torch.Tensor, seq_len: int, bsz: int):
|
370 |
+
return tensor.view(bsz, seq_len, self.num_heads,
|
371 |
+
self.head_dim).transpose(1, 2).contiguous()
|
372 |
+
|
373 |
+
def forward(
|
374 |
+
self,
|
375 |
+
hidden_states: torch.Tensor,
|
376 |
+
attention_mask: Optional[torch.Tensor] = None,
|
377 |
+
position_ids: Optional[torch.LongTensor] = None,
|
378 |
+
past_key_value: Optional[Tuple[torch.Tensor]] = None,
|
379 |
+
output_attentions: bool = False,
|
380 |
+
use_cache: bool = False,
|
381 |
+
im_mask: Optional[Tuple[torch.Tensor]] = None,
|
382 |
+
**kwargs,
|
383 |
+
) -> Tuple[torch.Tensor, Optional[torch.Tensor],
|
384 |
+
Optional[Tuple[torch.Tensor]]]:
|
385 |
+
if 'padding_mask' in kwargs:
|
386 |
+
warnings.warn(
|
387 |
+
'Passing `padding_mask` is deprecated and will be removed in v4.37. '
|
388 |
+
'Please make sure use `attention_mask` instead.`')
|
389 |
+
|
390 |
+
bsz, q_len, _ = hidden_states.size()
|
391 |
+
|
392 |
+
qkv_states = self.wqkv(hidden_states, im_mask)
|
393 |
+
|
394 |
+
qkv_states = rearrange(
|
395 |
+
qkv_states,
|
396 |
+
'b q (h gs d) -> b q h gs d',
|
397 |
+
gs=2 + self.num_key_value_groups,
|
398 |
+
d=self.head_dim,
|
399 |
+
)
|
400 |
+
|
401 |
+
query_states = qkv_states[..., :self.num_key_value_groups, :]
|
402 |
+
query_states = rearrange(query_states, 'b q h gs d -> b q (h gs) d')
|
403 |
+
key_states = qkv_states[..., -2, :]
|
404 |
+
value_states = qkv_states[..., -1, :]
|
405 |
+
|
406 |
+
query_states = query_states.transpose(1, 2)
|
407 |
+
key_states = key_states.transpose(1, 2)
|
408 |
+
value_states = value_states.transpose(1, 2)
|
409 |
+
|
410 |
+
kv_seq_len = key_states.shape[-2]
|
411 |
+
if past_key_value is not None:
|
412 |
+
kv_seq_len += past_key_value[0].shape[-2]
|
413 |
+
cos, sin = self.rotary_emb(value_states, seq_len=kv_seq_len)
|
414 |
+
query_states, key_states = apply_rotary_pos_emb(
|
415 |
+
query_states, key_states, cos, sin, position_ids)
|
416 |
+
|
417 |
+
if past_key_value is not None:
|
418 |
+
# reuse k, v, self_attention
|
419 |
+
key_states = torch.cat([past_key_value[0], key_states], dim=2)
|
420 |
+
value_states = torch.cat([past_key_value[1], value_states], dim=2)
|
421 |
+
|
422 |
+
past_key_value = (key_states, value_states) if use_cache else None
|
423 |
+
|
424 |
+
key_states = repeat_kv(key_states, self.num_key_value_groups)
|
425 |
+
value_states = repeat_kv(value_states, self.num_key_value_groups)
|
426 |
+
|
427 |
+
attn_weights = torch.matmul(query_states, key_states.transpose(
|
428 |
+
2, 3)) / math.sqrt(self.head_dim)
|
429 |
+
|
430 |
+
if attn_weights.size() != (bsz, self.num_heads, q_len, kv_seq_len):
|
431 |
+
raise ValueError(
|
432 |
+
f'Attention weights should be of size {(bsz, self.num_heads, q_len, kv_seq_len)}, but is'
|
433 |
+
f' {attn_weights.size()}')
|
434 |
+
|
435 |
+
if attention_mask is not None:
|
436 |
+
if attention_mask.size() != (bsz, 1, q_len, kv_seq_len):
|
437 |
+
raise ValueError(
|
438 |
+
f'Attention mask should be of size {(bsz, 1, q_len, kv_seq_len)}, but is {attention_mask.size()}'
|
439 |
+
)
|
440 |
+
attn_weights = attn_weights + attention_mask
|
441 |
+
|
442 |
+
# upcast attention to fp32
|
443 |
+
attn_weights = nn.functional.softmax(
|
444 |
+
attn_weights, dim=-1, dtype=torch.float32).to(query_states.dtype)
|
445 |
+
attn_output = torch.matmul(attn_weights, value_states)
|
446 |
+
|
447 |
+
if attn_output.size() != (bsz, self.num_heads, q_len, self.head_dim):
|
448 |
+
raise ValueError(
|
449 |
+
f'`attn_output` should be of size {(bsz, self.num_heads, q_len, self.head_dim)}, but is'
|
450 |
+
f' {attn_output.size()}')
|
451 |
+
|
452 |
+
attn_output = attn_output.transpose(1, 2).contiguous()
|
453 |
+
attn_output = attn_output.reshape(bsz, q_len, self.hidden_size)
|
454 |
+
|
455 |
+
attn_output = self.wo(attn_output, im_mask)
|
456 |
+
|
457 |
+
if not output_attentions:
|
458 |
+
attn_weights = None
|
459 |
+
|
460 |
+
return attn_output, attn_weights, past_key_value
|
461 |
+
|
462 |
+
|
463 |
+
class InternLM2FlashAttention2(InternLM2Attention):
|
464 |
+
"""InternLM2 flash attention module.
|
465 |
+
|
466 |
+
This module inherits from `InternLM2Attention` as the weights of the module
|
467 |
+
stays untouched. The only required change would be on the forward pass
|
468 |
+
where it needs to correctly call the public API of flash attention and deal
|
469 |
+
with padding tokens in case the input contains any of them.
|
470 |
+
"""
|
471 |
+
|
472 |
+
def forward(
|
473 |
+
self,
|
474 |
+
hidden_states: torch.Tensor,
|
475 |
+
attention_mask: Optional[torch.LongTensor] = None,
|
476 |
+
position_ids: Optional[torch.LongTensor] = None,
|
477 |
+
past_key_value: Optional[Tuple[torch.Tensor]] = None,
|
478 |
+
output_attentions: bool = False,
|
479 |
+
use_cache: bool = False,
|
480 |
+
im_mask: Optional[Tuple[torch.Tensor]] = None,
|
481 |
+
**kwargs,
|
482 |
+
) -> Tuple[torch.Tensor, Optional[torch.Tensor],
|
483 |
+
Optional[Tuple[torch.Tensor]]]:
|
484 |
+
# InternLM2FlashAttention2 attention does not support output_attentions
|
485 |
+
if 'padding_mask' in kwargs:
|
486 |
+
warnings.warn(
|
487 |
+
'Passing `padding_mask` is deprecated and will be removed in v4.37. '
|
488 |
+
'Please make sure use `attention_mask` instead.`')
|
489 |
+
|
490 |
+
# overwrite attention_mask with padding_mask
|
491 |
+
attention_mask = kwargs.pop('padding_mask')
|
492 |
+
|
493 |
+
output_attentions = False
|
494 |
+
|
495 |
+
bsz, q_len, _ = hidden_states.size()
|
496 |
+
|
497 |
+
qkv_states = self.wqkv(hidden_states, im_mask)
|
498 |
+
|
499 |
+
qkv_states = rearrange(
|
500 |
+
qkv_states,
|
501 |
+
'b q (h gs d) -> b q h gs d',
|
502 |
+
gs=self.num_heads + 2 * self.num_key_value_heads,
|
503 |
+
d=self.head_dim,
|
504 |
+
q=q_len,
|
505 |
+
)
|
506 |
+
|
507 |
+
query_states = qkv_states[..., :self.num_key_value_groups, :]
|
508 |
+
query_states = rearrange(query_states, 'b q h gs d -> b q (h gs) d')
|
509 |
+
key_states = qkv_states[..., -2, :]
|
510 |
+
value_states = qkv_states[..., -1, :]
|
511 |
+
|
512 |
+
kv_seq_len = key_states.shape[-2]
|
513 |
+
if past_key_value is not None:
|
514 |
+
kv_seq_len += past_key_value[0].shape[-2]
|
515 |
+
|
516 |
+
cos, sin = self.rotary_emb(value_states, seq_len=kv_seq_len)
|
517 |
+
|
518 |
+
query_states, key_states = apply_rotary_pos_emb(
|
519 |
+
query_states, key_states, cos, sin, position_ids)
|
520 |
+
|
521 |
+
if past_key_value is not None:
|
522 |
+
# reuse k, v, self_attention
|
523 |
+
key_states = torch.cat([past_key_value[0], key_states], dim=2)
|
524 |
+
value_states = torch.cat([past_key_value[1], value_states], dim=2)
|
525 |
+
|
526 |
+
past_key_value = (key_states, value_states) if use_cache else None
|
527 |
+
|
528 |
+
query_states = query_states.transpose(1, 2)
|
529 |
+
key_states = key_states.transpose(1, 2)
|
530 |
+
value_states = value_states.transpose(1, 2)
|
531 |
+
|
532 |
+
dropout_rate = 0.0 if not self.training else self.attention_dropout
|
533 |
+
|
534 |
+
# In PEFT, usually we cast the layer norms in float32 for training stability reasons
|
535 |
+
# therefore the input hidden states gets silently casted in float32. Hence, we need
|
536 |
+
# cast them back in the correct dtype just to be sure everything works as expected.
|
537 |
+
# This might slowdown training & inference so it is recommended to not cast the LayerNorms
|
538 |
+
# in fp32. (InternLM2RMSNorm handles it correctly)
|
539 |
+
|
540 |
+
input_dtype = query_states.dtype
|
541 |
+
if input_dtype == torch.float32:
|
542 |
+
# Handle the case where the model is quantized
|
543 |
+
if hasattr(self.config, '_pre_quantization_dtype'):
|
544 |
+
target_dtype = self.config._pre_quantization_dtype
|
545 |
+
else:
|
546 |
+
target_dtype = self.q_proj.weight.dtype
|
547 |
+
|
548 |
+
logger.warning_once(
|
549 |
+
f'The input hidden states seems to be silently casted in float32, this might be related to'
|
550 |
+
f' the fact you have upcasted embedding or layer norm layers in float32. We will cast back '
|
551 |
+
f'the input in {target_dtype}.')
|
552 |
+
|
553 |
+
query_states = query_states.to(target_dtype)
|
554 |
+
key_states = key_states.to(target_dtype)
|
555 |
+
value_states = value_states.to(target_dtype)
|
556 |
+
|
557 |
+
attn_output = self._flash_attention_forward(
|
558 |
+
query_states,
|
559 |
+
key_states,
|
560 |
+
value_states,
|
561 |
+
attention_mask,
|
562 |
+
q_len,
|
563 |
+
dropout=dropout_rate)
|
564 |
+
|
565 |
+
attn_output = attn_output.reshape(bsz, q_len,
|
566 |
+
self.hidden_size).contiguous()
|
567 |
+
attn_output = self.wo(attn_output, im_mask)
|
568 |
+
|
569 |
+
if not output_attentions:
|
570 |
+
attn_weights = None
|
571 |
+
|
572 |
+
return attn_output, attn_weights, past_key_value
|
573 |
+
|
574 |
+
|
575 |
+
class InternLM2DecoderLayer(nn.Module):
|
576 |
+
|
577 |
+
def __init__(self, config: InternLM2Config):
|
578 |
+
super().__init__()
|
579 |
+
self.hidden_size = config.hidden_size
|
580 |
+
self.attention = (
|
581 |
+
InternLM2Attention(config=config)
|
582 |
+
if not getattr(config, '_flash_attn_2_enabled', False) else
|
583 |
+
InternLM2FlashAttention2(config=config))
|
584 |
+
self.feed_forward = InternLM2MLP(config)
|
585 |
+
self.attention_norm = InternLM2RMSNorm(
|
586 |
+
config.hidden_size, eps=config.rms_norm_eps)
|
587 |
+
self.ffn_norm = InternLM2RMSNorm(
|
588 |
+
config.hidden_size, eps=config.rms_norm_eps)
|
589 |
+
|
590 |
+
def forward(
|
591 |
+
self,
|
592 |
+
hidden_states: torch.Tensor,
|
593 |
+
attention_mask: Optional[torch.Tensor] = None,
|
594 |
+
position_ids: Optional[torch.LongTensor] = None,
|
595 |
+
past_key_value: Optional[Tuple[torch.Tensor]] = None,
|
596 |
+
output_attentions: Optional[bool] = False,
|
597 |
+
use_cache: Optional[bool] = False,
|
598 |
+
im_mask: Optional[Tuple[torch.Tensor]] = None,
|
599 |
+
**kwargs,
|
600 |
+
) -> Tuple[torch.FloatTensor, Optional[Tuple[torch.FloatTensor,
|
601 |
+
torch.FloatTensor]]]:
|
602 |
+
"""
|
603 |
+
Args:
|
604 |
+
hidden_states (`torch.FloatTensor`): input to the layer of shape `(batch, seq_len, embed_dim)`
|
605 |
+
attention_mask (`torch.FloatTensor`, *optional*):
|
606 |
+
attention mask of size `(batch_size, sequence_length)` if flash attention is used or `(batch_size, 1,
|
607 |
+
query_sequence_length, key_sequence_length)` if default attention is used.
|
608 |
+
output_attentions (`bool`, *optional*):
|
609 |
+
Whether or not to return the attentions tensors of all attention layers. See `attentions` under
|
610 |
+
returned tensors for more detail.
|
611 |
+
use_cache (`bool`, *optional*):
|
612 |
+
If set to `True`, `past_key_values` key value states are returned and can be used to speed up decoding
|
613 |
+
(see `past_key_values`).
|
614 |
+
past_key_value (`Tuple(torch.FloatTensor)`, *optional*): cached past key and value projection states
|
615 |
+
"""
|
616 |
+
if 'padding_mask' in kwargs:
|
617 |
+
warnings.warn(
|
618 |
+
'Passing `padding_mask` is deprecated and will be removed in v4.37. '
|
619 |
+
'Please make sure use `attention_mask` instead.`')
|
620 |
+
|
621 |
+
residual = hidden_states
|
622 |
+
|
623 |
+
hidden_states = self.attention_norm(hidden_states)
|
624 |
+
|
625 |
+
# Self Attention
|
626 |
+
hidden_states, self_attn_weights, present_key_value = self.attention(
|
627 |
+
hidden_states=hidden_states,
|
628 |
+
attention_mask=attention_mask,
|
629 |
+
position_ids=position_ids,
|
630 |
+
past_key_value=past_key_value,
|
631 |
+
output_attentions=output_attentions,
|
632 |
+
use_cache=use_cache,
|
633 |
+
im_mask=im_mask,
|
634 |
+
**kwargs,
|
635 |
+
)
|
636 |
+
hidden_states = residual + hidden_states
|
637 |
+
|
638 |
+
# Fully Connected
|
639 |
+
residual = hidden_states
|
640 |
+
hidden_states = self.ffn_norm(hidden_states)
|
641 |
+
hidden_states = self.feed_forward(hidden_states, im_mask)
|
642 |
+
hidden_states = residual + hidden_states
|
643 |
+
|
644 |
+
outputs = (hidden_states, )
|
645 |
+
|
646 |
+
if output_attentions:
|
647 |
+
outputs += (self_attn_weights, )
|
648 |
+
|
649 |
+
if use_cache:
|
650 |
+
outputs += (present_key_value, )
|
651 |
+
|
652 |
+
return outputs
|
653 |
+
|
654 |
+
|
655 |
+
InternLM2_START_DOCSTRING = r"""
|
656 |
+
This model inherits from [`PreTrainedModel`]. Check the superclass documentation for the generic methods the
|
657 |
+
library implements for all its model (such as downloading or saving, resizing the input embeddings, pruning heads
|
658 |
+
etc.)
|
659 |
+
|
660 |
+
This model is also a PyTorch [torch.nn.Module](https://pytorch.org/docs/stable/nn.html#torch.nn.Module) subclass.
|
661 |
+
Use it as a regular PyTorch Module and refer to the PyTorch documentation for all matter related to general usage
|
662 |
+
and behavior.
|
663 |
+
|
664 |
+
Parameters:
|
665 |
+
config ([`InternLM2Config`]):
|
666 |
+
Model configuration class with all the parameters of the model. Initializing with a config file does not
|
667 |
+
load the weights associated with the model, only the configuration. Check out the
|
668 |
+
[`~PreTrainedModel.from_pretrained`] method to load the model weights.
|
669 |
+
"""
|
670 |
+
|
671 |
+
|
672 |
+
@add_start_docstrings(
|
673 |
+
'The bare InternLM2 Model outputting raw hidden-states without any specific head on top.',
|
674 |
+
InternLM2_START_DOCSTRING,
|
675 |
+
)
|
676 |
+
class InternLM2PreTrainedModel(PreTrainedModel):
|
677 |
+
config_class = InternLM2Config
|
678 |
+
base_model_prefix = 'model'
|
679 |
+
supports_gradient_checkpointing = True
|
680 |
+
_no_split_modules = ['InternLM2DecoderLayer']
|
681 |
+
_skip_keys_device_placement = 'past_key_values'
|
682 |
+
_supports_flash_attn_2 = True
|
683 |
+
|
684 |
+
def _init_weights(self, module):
|
685 |
+
std = self.config.initializer_range
|
686 |
+
if isinstance(module, nn.Linear):
|
687 |
+
module.weight.data.normal_(mean=0.0, std=std)
|
688 |
+
if module.bias is not None:
|
689 |
+
module.bias.data.zero_()
|
690 |
+
elif isinstance(module, nn.Embedding):
|
691 |
+
module.weight.data.normal_(mean=0.0, std=std)
|
692 |
+
if module.padding_idx is not None:
|
693 |
+
module.weight.data[module.padding_idx].zero_()
|
694 |
+
|
695 |
+
|
696 |
+
InternLM2_INPUTS_DOCSTRING = r"""
|
697 |
+
Args:
|
698 |
+
input_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`):
|
699 |
+
Indices of input sequence tokens in the vocabulary. Padding will be ignored by default should you provide
|
700 |
+
it.
|
701 |
+
|
702 |
+
Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
|
703 |
+
[`PreTrainedTokenizer.__call__`] for details.
|
704 |
+
|
705 |
+
[What are input IDs?](../glossary#input-ids)
|
706 |
+
attention_mask (`torch.Tensor` of shape `(batch_size, sequence_length)`, *optional*):
|
707 |
+
Mask to avoid performing attention on padding token indices. Mask values selected in `[0, 1]`:
|
708 |
+
|
709 |
+
- 1 for tokens that are **not masked**,
|
710 |
+
- 0 for tokens that are **masked**.
|
711 |
+
|
712 |
+
[What are attention masks?](../glossary#attention-mask)
|
713 |
+
|
714 |
+
Indices can be obtained using [`AutoTokenizer`]. See [`PreTrainedTokenizer.encode`] and
|
715 |
+
[`PreTrainedTokenizer.__call__`] for details.
|
716 |
+
|
717 |
+
If `past_key_values` is used, optionally only the last `input_ids` have to be input (see
|
718 |
+
`past_key_values`).
|
719 |
+
|
720 |
+
If you want to change padding behavior, you should read [`modeling_opt._prepare_decoder_attention_mask`]
|
721 |
+
and modify to your needs. See diagram 1 in [the paper](https://arxiv.org/abs/1910.13461) for more
|
722 |
+
information on the default strategy.
|
723 |
+
|
724 |
+
- 1 indicates the head is **not masked**,
|
725 |
+
- 0 indicates the head is **masked**.
|
726 |
+
position_ids (`torch.LongTensor` of shape `(batch_size, sequence_length)`, *optional*):
|
727 |
+
Indices of positions of each input sequence tokens in the position embeddings. Selected in the range `[0,
|
728 |
+
config.n_positions - 1]`.
|
729 |
+
|
730 |
+
[What are position IDs?](../glossary#position-ids)
|
731 |
+
past_key_values (`tuple(tuple(torch.FloatTensor))`, *optional*, returned when `use_cache=True` is passed or
|
732 |
+
when `config.use_cache=True`):
|
733 |
+
Tuple of `tuple(torch.FloatTensor)` of length `config.n_layers`, with each tuple having 2 tensors of shape
|
734 |
+
`(batch_size, num_heads, sequence_length, embed_size_per_head)`) and 2 additional tensors of shape
|
735 |
+
`(batch_size, num_heads, decoder_sequence_length, embed_size_per_head)`.
|
736 |
+
|
737 |
+
Contains pre-computed hidden-states (key and values in the self-attention blocks and in the cross-attention
|
738 |
+
blocks) that can be used (see `past_key_values` input) to speed up sequential decoding.
|
739 |
+
|
740 |
+
If `past_key_values` are used, the user can optionally input only the last `input_ids` (those that don't
|
741 |
+
have their past key value states given to this model) of shape `(batch_size, 1)` instead of all `input_ids`
|
742 |
+
of shape `(batch_size, sequence_length)`.
|
743 |
+
inputs_embeds (`torch.FloatTensor` of shape `(batch_size, sequence_length, hidden_size)`, *optional*):
|
744 |
+
Optionally, instead of passing `input_ids` you can choose to directly pass an embedded representation. This
|
745 |
+
is useful if you want more control over how to convert `input_ids` indices into associated vectors than the
|
746 |
+
model's internal embedding lookup matrix.
|
747 |
+
use_cache (`bool`, *optional*):
|
748 |
+
If set to `True`, `past_key_values` key value states are returned and can be used to speed up decoding (see
|
749 |
+
`past_key_values`).
|
750 |
+
output_attentions (`bool`, *optional*):
|
751 |
+
Whether or not to return the attentions tensors of all attention layers. See `attentions` under returned
|
752 |
+
tensors for more detail.
|
753 |
+
output_hidden_states (`bool`, *optional*):
|
754 |
+
Whether or not to return the hidden states of all layers. See `hidden_states` under returned tensors for
|
755 |
+
more detail.
|
756 |
+
return_dict (`bool`, *optional*):
|
757 |
+
Whether or not to return a [`~utils.ModelOutput`] instead of a plain tuple.
|
758 |
+
"""
|
759 |
+
|
760 |
+
|
761 |
+
@add_start_docstrings(
|
762 |
+
'The bare InternLM2 Model outputting raw hidden-states without any specific head on top.',
|
763 |
+
InternLM2_START_DOCSTRING,
|
764 |
+
)
|
765 |
+
class InternLM2Model(InternLM2PreTrainedModel):
|
766 |
+
"""Transformer decoder consisting of *config.num_hidden_layers* layers.
|
767 |
+
Each layer is a [`InternLM2DecoderLayer`]
|
768 |
+
|
769 |
+
Args:
|
770 |
+
config: InternLM2Config
|
771 |
+
"""
|
772 |
+
|
773 |
+
_auto_class = 'AutoModel'
|
774 |
+
|
775 |
+
def __init__(self, config: InternLM2Config):
|
776 |
+
super().__init__(config)
|
777 |
+
self.padding_idx = config.pad_token_id
|
778 |
+
self.vocab_size = config.vocab_size
|
779 |
+
|
780 |
+
self.tok_embeddings = nn.Embedding(config.vocab_size,
|
781 |
+
config.hidden_size,
|
782 |
+
self.padding_idx)
|
783 |
+
self.layers = nn.ModuleList([
|
784 |
+
InternLM2DecoderLayer(config)
|
785 |
+
for _ in range(config.num_hidden_layers)
|
786 |
+
])
|
787 |
+
self.norm = InternLM2RMSNorm(
|
788 |
+
config.hidden_size, eps=config.rms_norm_eps)
|
789 |
+
|
790 |
+
self.gradient_checkpointing = False
|
791 |
+
# Initialize weights and apply final processing
|
792 |
+
self.post_init()
|
793 |
+
|
794 |
+
def get_input_embeddings(self):
|
795 |
+
return self.tok_embeddings
|
796 |
+
|
797 |
+
def set_input_embeddings(self, value):
|
798 |
+
self.tok_embeddings = value
|
799 |
+
|
800 |
+
# Copied from transformers.models.bart.modeling_bart.BartDecoder._prepare_decoder_attention_mask
|
801 |
+
def _prepare_decoder_attention_mask(self, attention_mask, input_shape,
|
802 |
+
inputs_embeds, past_key_values_length):
|
803 |
+
# create causal mask
|
804 |
+
# [bsz, seq_len] -> [bsz, 1, tgt_seq_len, src_seq_len]
|
805 |
+
combined_attention_mask = None
|
806 |
+
if input_shape[-1] > 1:
|
807 |
+
combined_attention_mask = _make_causal_mask(
|
808 |
+
input_shape,
|
809 |
+
inputs_embeds.dtype,
|
810 |
+
device=inputs_embeds.device,
|
811 |
+
past_key_values_length=past_key_values_length,
|
812 |
+
)
|
813 |
+
|
814 |
+
if attention_mask is not None:
|
815 |
+
# [bsz, seq_len] -> [bsz, 1, tgt_seq_len, src_seq_len]
|
816 |
+
expanded_attn_mask = _expand_mask(
|
817 |
+
attention_mask, inputs_embeds.dtype,
|
818 |
+
tgt_len=input_shape[-1]).to(inputs_embeds.device)
|
819 |
+
combined_attention_mask = (
|
820 |
+
expanded_attn_mask if combined_attention_mask is None else
|
821 |
+
expanded_attn_mask + combined_attention_mask)
|
822 |
+
|
823 |
+
return combined_attention_mask
|
824 |
+
|
825 |
+
@add_start_docstrings_to_model_forward(InternLM2_INPUTS_DOCSTRING)
|
826 |
+
def forward(self,
|
827 |
+
input_ids: torch.LongTensor = None,
|
828 |
+
attention_mask: Optional[torch.Tensor] = None,
|
829 |
+
position_ids: Optional[torch.LongTensor] = None,
|
830 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
831 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
832 |
+
use_cache: Optional[bool] = None,
|
833 |
+
output_attentions: Optional[bool] = None,
|
834 |
+
output_hidden_states: Optional[bool] = None,
|
835 |
+
return_dict: Optional[bool] = None,
|
836 |
+
**kwargs) -> Union[Tuple, BaseModelOutputWithPast]:
|
837 |
+
|
838 |
+
im_mask = kwargs.get('im_mask', None)
|
839 |
+
|
840 |
+
output_attentions = output_attentions if output_attentions is not None else self.config.output_attentions
|
841 |
+
output_hidden_states = (
|
842 |
+
output_hidden_states if output_hidden_states is not None else
|
843 |
+
self.config.output_hidden_states)
|
844 |
+
use_cache = use_cache if use_cache is not None else self.config.use_cache
|
845 |
+
|
846 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
847 |
+
|
848 |
+
# retrieve input_ids and inputs_embeds
|
849 |
+
if input_ids is not None and inputs_embeds is not None:
|
850 |
+
raise ValueError(
|
851 |
+
'You cannot specify both input_ids and inputs_embeds at the same time'
|
852 |
+
)
|
853 |
+
elif input_ids is not None:
|
854 |
+
batch_size, seq_length = input_ids.shape[:2]
|
855 |
+
elif inputs_embeds is not None:
|
856 |
+
batch_size, seq_length = inputs_embeds.shape[:2]
|
857 |
+
else:
|
858 |
+
raise ValueError(
|
859 |
+
'You have to specify either input_ids or inputs_embeds')
|
860 |
+
|
861 |
+
seq_length_with_past = seq_length
|
862 |
+
past_key_values_length = 0
|
863 |
+
if past_key_values is not None:
|
864 |
+
past_key_values_length = past_key_values[0][0].shape[2]
|
865 |
+
seq_length_with_past = seq_length_with_past + past_key_values_length
|
866 |
+
|
867 |
+
if position_ids is None:
|
868 |
+
device = input_ids.device if input_ids is not None else inputs_embeds.device
|
869 |
+
position_ids = torch.arange(
|
870 |
+
past_key_values_length,
|
871 |
+
seq_length + past_key_values_length,
|
872 |
+
dtype=torch.long,
|
873 |
+
device=device)
|
874 |
+
position_ids = position_ids.unsqueeze(0)
|
875 |
+
|
876 |
+
if inputs_embeds is None:
|
877 |
+
inputs_embeds = self.tok_embeddings(input_ids)
|
878 |
+
im_mask = torch.zeros(inputs_embeds.shape[:2]).to(
|
879 |
+
inputs_embeds.device).bool()
|
880 |
+
# embed positions
|
881 |
+
if attention_mask is None:
|
882 |
+
attention_mask = torch.ones((batch_size, seq_length_with_past),
|
883 |
+
dtype=torch.bool,
|
884 |
+
device=inputs_embeds.device)
|
885 |
+
attention_mask = self._prepare_decoder_attention_mask(
|
886 |
+
attention_mask, (batch_size, seq_length), inputs_embeds,
|
887 |
+
past_key_values_length)
|
888 |
+
|
889 |
+
# embed positions
|
890 |
+
hidden_states = inputs_embeds
|
891 |
+
|
892 |
+
if self.gradient_checkpointing and self.training:
|
893 |
+
if use_cache:
|
894 |
+
logger.warning_once(
|
895 |
+
'`use_cache=True` is incompatible with gradient checkpointing. Setting `use_cache=False`...'
|
896 |
+
)
|
897 |
+
use_cache = False
|
898 |
+
|
899 |
+
# decoder layers
|
900 |
+
all_hidden_states = () if output_hidden_states else None
|
901 |
+
all_self_attns = () if output_attentions else None
|
902 |
+
next_decoder_cache = () if use_cache else None
|
903 |
+
|
904 |
+
for idx, decoder_layer in enumerate(self.layers):
|
905 |
+
if output_hidden_states:
|
906 |
+
all_hidden_states += (hidden_states, )
|
907 |
+
|
908 |
+
past_key_value = past_key_values[
|
909 |
+
idx] if past_key_values is not None else None
|
910 |
+
|
911 |
+
if self.gradient_checkpointing and self.training:
|
912 |
+
|
913 |
+
def create_custom_forward(module):
|
914 |
+
|
915 |
+
def custom_forward(*inputs):
|
916 |
+
# None for past_key_value
|
917 |
+
return module(*inputs, output_attentions, None,
|
918 |
+
im_mask)
|
919 |
+
|
920 |
+
return custom_forward
|
921 |
+
|
922 |
+
layer_outputs = torch.utils.checkpoint.checkpoint(
|
923 |
+
create_custom_forward(decoder_layer),
|
924 |
+
hidden_states,
|
925 |
+
attention_mask,
|
926 |
+
position_ids,
|
927 |
+
None,
|
928 |
+
)
|
929 |
+
else:
|
930 |
+
layer_outputs = decoder_layer(
|
931 |
+
hidden_states,
|
932 |
+
attention_mask=attention_mask,
|
933 |
+
position_ids=position_ids,
|
934 |
+
past_key_value=past_key_value,
|
935 |
+
output_attentions=output_attentions,
|
936 |
+
use_cache=use_cache,
|
937 |
+
im_mask=im_mask,
|
938 |
+
)
|
939 |
+
|
940 |
+
hidden_states = layer_outputs[0]
|
941 |
+
|
942 |
+
if use_cache:
|
943 |
+
next_decoder_cache += (
|
944 |
+
layer_outputs[2 if output_attentions else 1], )
|
945 |
+
|
946 |
+
if output_attentions:
|
947 |
+
all_self_attns += (layer_outputs[1], )
|
948 |
+
|
949 |
+
hidden_states = self.norm(hidden_states)
|
950 |
+
|
951 |
+
# add hidden states from the last decoder layer
|
952 |
+
if output_hidden_states:
|
953 |
+
all_hidden_states += (hidden_states, )
|
954 |
+
|
955 |
+
next_cache = next_decoder_cache if use_cache else None
|
956 |
+
if not return_dict:
|
957 |
+
return tuple(
|
958 |
+
v for v in
|
959 |
+
[hidden_states, next_cache, all_hidden_states, all_self_attns]
|
960 |
+
if v is not None)
|
961 |
+
return BaseModelOutputWithPast(
|
962 |
+
last_hidden_state=hidden_states,
|
963 |
+
past_key_values=next_cache,
|
964 |
+
hidden_states=all_hidden_states,
|
965 |
+
attentions=all_self_attns,
|
966 |
+
)
|
modeling_internlm_xcomposer2.py
ADDED
@@ -0,0 +1,608 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# # Copyright (c) InternLM. All rights reserved.
|
2 |
+
#
|
3 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
+
# and OPT implementations in this library. It has been modified from its
|
5 |
+
# original forms to accommodate minor architectural differences compared
|
6 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
+
#
|
8 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
# you may not use this file except in compliance with the License.
|
10 |
+
# You may obtain a copy of the License at
|
11 |
+
#
|
12 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
#
|
14 |
+
# Unless required by applicable law or agreed to in writing, software
|
15 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
# See the License for the specific language governing permissions and
|
18 |
+
# limitations under the License.
|
19 |
+
"""PyTorch InternLMXComposer2 model."""
|
20 |
+
import copy
|
21 |
+
import queue
|
22 |
+
import threading
|
23 |
+
from typing import List, Optional, Tuple, Union
|
24 |
+
|
25 |
+
import torch
|
26 |
+
import torch.utils.checkpoint
|
27 |
+
from PIL import Image
|
28 |
+
from torch import nn
|
29 |
+
from torch.nn import CrossEntropyLoss
|
30 |
+
from torchvision import transforms
|
31 |
+
from torchvision.transforms.functional import InterpolationMode
|
32 |
+
from transformers.modeling_outputs import CausalLMOutputWithPast
|
33 |
+
from transformers.utils import (add_start_docstrings_to_model_forward,
|
34 |
+
replace_return_docstrings)
|
35 |
+
|
36 |
+
try:
|
37 |
+
from transformers.generation.streamers import BaseStreamer
|
38 |
+
except: # noqa # pylint: disable=bare-except
|
39 |
+
BaseStreamer = None
|
40 |
+
|
41 |
+
from .build_mlp import build_vision_projector, build_vision_tower
|
42 |
+
from .configuration_internlm_xcomposer2 import InternLMXcomposer2Config
|
43 |
+
from .modeling_internlm2 import (InternLM2_INPUTS_DOCSTRING, InternLM2Model,
|
44 |
+
InternLM2PreTrainedModel)
|
45 |
+
|
46 |
+
_CONFIG_FOR_DOC = 'InternLMXcomposer2Config'
|
47 |
+
|
48 |
+
|
49 |
+
class InternLMXComposer2ForCausalLM(InternLM2PreTrainedModel):
|
50 |
+
_auto_class = 'AutoModelForCausalLM'
|
51 |
+
|
52 |
+
_tied_weights_keys = ['output.weight']
|
53 |
+
|
54 |
+
def __init__(self, config):
|
55 |
+
super().__init__(config)
|
56 |
+
self.model = InternLM2Model(config)
|
57 |
+
self.vocab_size = config.vocab_size
|
58 |
+
self.output = nn.Linear(
|
59 |
+
config.hidden_size, config.vocab_size, bias=False)
|
60 |
+
self.tokenizer = None
|
61 |
+
|
62 |
+
self.max_length = config.max_length
|
63 |
+
print(f'Set max length to {self.max_length}')
|
64 |
+
# Initialize weights and apply final processing
|
65 |
+
self.post_init()
|
66 |
+
|
67 |
+
self.vit = build_vision_tower()
|
68 |
+
self.vision_proj = build_vision_projector()
|
69 |
+
|
70 |
+
self.vis_processor = transforms.Compose([
|
71 |
+
transforms.Resize((config.img_size, config.img_size),
|
72 |
+
interpolation=InterpolationMode.BICUBIC),
|
73 |
+
transforms.ToTensor(),
|
74 |
+
transforms.Normalize((0.48145466, 0.4578275, 0.40821073),
|
75 |
+
(0.26862954, 0.26130258, 0.27577711)),
|
76 |
+
])
|
77 |
+
|
78 |
+
def _set_gradient_checkpointing(self, module, value=False):
|
79 |
+
if isinstance(module, InternLM2Model):
|
80 |
+
module.gradient_checkpointing = value
|
81 |
+
if value:
|
82 |
+
self.vit.vision_tower.vision_model.encoder.gradient_checkpointing = value
|
83 |
+
|
84 |
+
def get_input_embeddings(self):
|
85 |
+
return self.model.tok_embeddings
|
86 |
+
|
87 |
+
def set_input_embeddings(self, value):
|
88 |
+
self.model.tok_embeddings = value
|
89 |
+
|
90 |
+
def get_output_embeddings(self):
|
91 |
+
return self.output
|
92 |
+
|
93 |
+
def set_output_embeddings(self, new_embeddings):
|
94 |
+
self.output = new_embeddings
|
95 |
+
|
96 |
+
def set_decoder(self, decoder):
|
97 |
+
self.model = decoder
|
98 |
+
|
99 |
+
def get_decoder(self):
|
100 |
+
return self.model
|
101 |
+
|
102 |
+
def encode_text(self, text, add_special_tokens=False):
|
103 |
+
token = self.tokenizer(
|
104 |
+
text, return_tensors='pt',
|
105 |
+
add_special_tokens=add_special_tokens).input_ids.to(self.device)
|
106 |
+
embs = self.model.tok_embeddings(token)
|
107 |
+
return embs
|
108 |
+
|
109 |
+
def encode_img(self, image):
|
110 |
+
if image is None:
|
111 |
+
return None
|
112 |
+
if isinstance(image, str):
|
113 |
+
image = Image.open(image).convert('RGB')
|
114 |
+
image = self.vis_processor(image).unsqueeze(0).to(self.device)
|
115 |
+
else:
|
116 |
+
assert isinstance(image, torch.Tensor)
|
117 |
+
|
118 |
+
img_embeds, atts_img, img_target = self.img2emb(image)
|
119 |
+
return img_embeds
|
120 |
+
|
121 |
+
def img2emb(self, image):
|
122 |
+
img_embeds = self.vision_proj(self.vit(image.to(self.device)))
|
123 |
+
atts_img = torch.ones(
|
124 |
+
img_embeds.size()[:-1], dtype=torch.long).to(img_embeds.device)
|
125 |
+
|
126 |
+
img_target = torch.ones(
|
127 |
+
img_embeds.size()[:2], dtype=torch.long).to(
|
128 |
+
img_embeds.device) * -100
|
129 |
+
|
130 |
+
return img_embeds, atts_img, img_target
|
131 |
+
|
132 |
+
def prompt_wrap(self, img_embeds, prompt):
|
133 |
+
batch_size = img_embeds.shape[0]
|
134 |
+
p_before, p_after = prompt.split('<ImageHere>')
|
135 |
+
p_before_tokens = self.tokenizer(
|
136 |
+
p_before, return_tensors='pt',
|
137 |
+
add_special_tokens=True).to(img_embeds.device)
|
138 |
+
|
139 |
+
p_before_embeds = self.model.tok_embeddings(
|
140 |
+
p_before_tokens.input_ids).expand(batch_size, -1, -1)
|
141 |
+
wrapped_img_embeds = torch.cat([p_before_embeds, img_embeds], dim=1)
|
142 |
+
|
143 |
+
wrapped_atts_img = torch.ones(
|
144 |
+
wrapped_img_embeds.size()[:-1],
|
145 |
+
dtype=torch.long).to(img_embeds.device)
|
146 |
+
|
147 |
+
wrapped_target = torch.ones(
|
148 |
+
batch_size, wrapped_img_embeds.shape[1], dtype=torch.long).to(
|
149 |
+
img_embeds.device) * -100
|
150 |
+
|
151 |
+
return wrapped_img_embeds, wrapped_atts_img, wrapped_target
|
152 |
+
|
153 |
+
def text2emb(self, text, add_special=False):
|
154 |
+
to_regress_tokens = self.tokenizer(
|
155 |
+
text,
|
156 |
+
return_tensors='pt',
|
157 |
+
padding='longest',
|
158 |
+
truncation=True,
|
159 |
+
add_special_tokens=add_special).to(self.device)
|
160 |
+
|
161 |
+
targets = self.mask_human_targets(to_regress_tokens.input_ids)
|
162 |
+
targets = targets.to(self.device)
|
163 |
+
return to_regress_tokens, targets
|
164 |
+
|
165 |
+
def interleav_wrap_chat(self, tokenizer, query, image, history, meta_instruction):
|
166 |
+
prompt = ''
|
167 |
+
if meta_instruction:
|
168 |
+
prompt += f"""[UNUSED_TOKEN_146]system\n{meta_instruction}[UNUSED_TOKEN_145]\n"""
|
169 |
+
for record in history:
|
170 |
+
prompt += f"""[UNUSED_TOKEN_146]user\n{record[0]}[UNUSED_TOKEN_145]\n[UNUSED_TOKEN_146]assistant\n{record[1]}[UNUSED_TOKEN_145]\n"""
|
171 |
+
prompt += f"""[UNUSED_TOKEN_146]user\n{query}[UNUSED_TOKEN_145]\n[UNUSED_TOKEN_146]assistant\n"""
|
172 |
+
|
173 |
+
im_len = image.shape[1]
|
174 |
+
image_nums = len(image)
|
175 |
+
parts = prompt.split('<ImageHere>')
|
176 |
+
wrap_embeds, wrap_im_mask = [], []
|
177 |
+
temp_len = 0
|
178 |
+
|
179 |
+
for idx, part in enumerate(parts):
|
180 |
+
if len(part) > 0:
|
181 |
+
part_tokens = tokenizer(part, return_tensors='pt').to(self.device)
|
182 |
+
part_embeds = self.model.tok_embeddings(
|
183 |
+
part_tokens.input_ids)
|
184 |
+
wrap_embeds.append(part_embeds)
|
185 |
+
wrap_im_mask.append(torch.zeros(part_embeds.shape[:2]))
|
186 |
+
temp_len += part_embeds.shape[1]
|
187 |
+
if idx < image_nums:
|
188 |
+
wrap_embeds.append(image[idx].unsqueeze(0))
|
189 |
+
wrap_im_mask.append(torch.ones(1, image[idx].shape[0]))
|
190 |
+
temp_len += im_len
|
191 |
+
|
192 |
+
if temp_len > self.max_length:
|
193 |
+
break
|
194 |
+
|
195 |
+
wrap_embeds = torch.cat(wrap_embeds, dim=1)
|
196 |
+
wrap_im_mask = torch.cat(wrap_im_mask, dim=1)
|
197 |
+
wrap_embeds = wrap_embeds[:, :self.max_length].to(self.device)
|
198 |
+
wrap_im_mask = wrap_im_mask[:, :self.max_length].to(self.device).bool()
|
199 |
+
inputs = {
|
200 |
+
'inputs_embeds': wrap_embeds
|
201 |
+
}
|
202 |
+
return inputs, wrap_im_mask
|
203 |
+
|
204 |
+
def interleav_wrap(self, img_list, text_list):
|
205 |
+
wrap_embeds_list, wrap_atts_list = [], []
|
206 |
+
wrap_target_list, wrap_im_mask_list = [], []
|
207 |
+
|
208 |
+
for image, text in zip(img_list, text_list):
|
209 |
+
img_embeds, atts_img, img_target = self.img2emb(image)
|
210 |
+
text = text[0]
|
211 |
+
parts = text.split('<ImageHere>')
|
212 |
+
wrap_tokens, wrap_embeds, wrap_atts, wrap_im_mask = [], [], [], []
|
213 |
+
temp_len = 0
|
214 |
+
image_nums, im_len = img_embeds.shape[:2]
|
215 |
+
need_bos = True
|
216 |
+
for idx, part in enumerate(parts):
|
217 |
+
if len(part) > 0:
|
218 |
+
part_tokens = self.tokenizer(
|
219 |
+
part,
|
220 |
+
return_tensors='pt',
|
221 |
+
padding='longest',
|
222 |
+
add_special_tokens=need_bos).to(self.device)
|
223 |
+
if need_bos:
|
224 |
+
need_bos = False
|
225 |
+
wrap_tokens.append(part_tokens.input_ids)
|
226 |
+
part_embeds = self.model.tok_embeddings(
|
227 |
+
part_tokens.input_ids)
|
228 |
+
wrap_embeds.append(part_embeds)
|
229 |
+
wrap_atts.append(part_tokens.attention_mask)
|
230 |
+
wrap_im_mask.append(
|
231 |
+
torch.zeros(part_embeds.shape[:2]).to(self.device))
|
232 |
+
|
233 |
+
temp_len += part_embeds.shape[1]
|
234 |
+
if idx < image_nums:
|
235 |
+
wrap_tokens.append(img_target[idx].unsqueeze(0))
|
236 |
+
wrap_embeds.append(img_embeds[idx].unsqueeze(0))
|
237 |
+
wrap_atts.append(atts_img[idx].unsqueeze(0))
|
238 |
+
wrap_im_mask.append(
|
239 |
+
torch.ones_like(atts_img[idx].unsqueeze(0)))
|
240 |
+
|
241 |
+
temp_len += im_len
|
242 |
+
if temp_len > self.max_length:
|
243 |
+
break
|
244 |
+
|
245 |
+
wrap_tokens = torch.cat(wrap_tokens, dim=1)
|
246 |
+
wrap_embeds = torch.cat(wrap_embeds, dim=1)
|
247 |
+
wrap_atts = torch.cat(wrap_atts, dim=1)
|
248 |
+
wrap_im_mask = torch.cat(wrap_im_mask, dim=1)
|
249 |
+
|
250 |
+
wrap_target = self.mask_human_targets(wrap_tokens).to(self.device)
|
251 |
+
|
252 |
+
wrap_embeds = wrap_embeds[:, :self.max_length].to(self.device)
|
253 |
+
wrap_atts = wrap_atts[:, :self.max_length].to(self.device)
|
254 |
+
wrap_target = wrap_target[:, :self.max_length].to(self.device)
|
255 |
+
wrap_im_mask = wrap_im_mask[:, :self.max_length].to(self.device)
|
256 |
+
|
257 |
+
wrap_embeds_list.append(wrap_embeds)
|
258 |
+
wrap_atts_list.append(wrap_atts)
|
259 |
+
wrap_target_list.append(wrap_target)
|
260 |
+
wrap_im_mask_list.append(wrap_im_mask)
|
261 |
+
|
262 |
+
wrap_embeds = torch.cat(wrap_embeds_list)
|
263 |
+
wrap_atts = torch.cat(wrap_atts_list)
|
264 |
+
wrap_target = torch.cat(wrap_target_list)
|
265 |
+
wrap_im_mask = torch.cat(wrap_im_mask_list)
|
266 |
+
return wrap_embeds, wrap_atts, wrap_target, wrap_im_mask
|
267 |
+
|
268 |
+
def mask_human_targets(self, input_ids, pure=False):
|
269 |
+
target_batch = []
|
270 |
+
for bs in range(input_ids.shape[0]):
|
271 |
+
ids = input_ids[bs]
|
272 |
+
targets = copy.deepcopy(ids)
|
273 |
+
end_count = 0
|
274 |
+
last_eoa = 0
|
275 |
+
for i, temp_id in enumerate(ids):
|
276 |
+
if temp_id == 92542:
|
277 |
+
if end_count % 2 == 0:
|
278 |
+
targets[last_eoa:i + 6] = -100
|
279 |
+
else:
|
280 |
+
last_eoa = i + 1
|
281 |
+
end_count += 1
|
282 |
+
# # eos and following pad
|
283 |
+
elif temp_id == 2:
|
284 |
+
# loss on eos, but not on pad
|
285 |
+
targets[i + 1:] = -100
|
286 |
+
break
|
287 |
+
# trunction, end at last question
|
288 |
+
if temp_id != 2 and end_count % 2 == 0:
|
289 |
+
# mask all after the last answer
|
290 |
+
targets[last_eoa + 1:] = -100
|
291 |
+
target_batch.append(targets.unsqueeze(0))
|
292 |
+
target_batch = torch.cat(target_batch, dim=0)
|
293 |
+
return target_batch
|
294 |
+
|
295 |
+
@add_start_docstrings_to_model_forward(InternLM2_INPUTS_DOCSTRING)
|
296 |
+
@replace_return_docstrings(
|
297 |
+
output_type=CausalLMOutputWithPast, config_class=_CONFIG_FOR_DOC)
|
298 |
+
def forward(self,
|
299 |
+
input_ids: torch.LongTensor = None,
|
300 |
+
attention_mask: Optional[torch.Tensor] = None,
|
301 |
+
position_ids: Optional[torch.LongTensor] = None,
|
302 |
+
past_key_values: Optional[List[torch.FloatTensor]] = None,
|
303 |
+
inputs_embeds: Optional[torch.FloatTensor] = None,
|
304 |
+
labels: Optional[torch.LongTensor] = None,
|
305 |
+
use_cache: Optional[bool] = None,
|
306 |
+
output_attentions: Optional[bool] = None,
|
307 |
+
output_hidden_states: Optional[bool] = None,
|
308 |
+
return_dict: Optional[bool] = None,
|
309 |
+
**kwargs) -> Union[Tuple, CausalLMOutputWithPast]:
|
310 |
+
r"""
|
311 |
+
Args:
|
312 |
+
labels (`torch.LongTensor` of shape `(batch_size, sequence_length)`, *optional*):
|
313 |
+
Labels for computing the masked language modeling loss. Indices should either be in `[0, ...,
|
314 |
+
config.vocab_size]` or -100 (see `input_ids` docstring). Tokens with indices set to `-100` are ignored
|
315 |
+
(masked), the loss is only computed for the tokens with labels in `[0, ..., config.vocab_size]`.
|
316 |
+
Returns:
|
317 |
+
"""
|
318 |
+
|
319 |
+
samples = kwargs.get('samples', None)
|
320 |
+
if samples:
|
321 |
+
if samples['data_type'][0] == 'text':
|
322 |
+
has_img = False
|
323 |
+
elif samples['data_type'][0] == 'multi':
|
324 |
+
has_img = True
|
325 |
+
else:
|
326 |
+
raise NotImplementedError
|
327 |
+
|
328 |
+
# encode text
|
329 |
+
text = samples['text_input']
|
330 |
+
# encode image
|
331 |
+
if has_img:
|
332 |
+
image = samples['image']
|
333 |
+
to_regress_embeds, attention_mask, targets, im_mask = self.interleav_wrap(
|
334 |
+
image, text)
|
335 |
+
else:
|
336 |
+
to_regress_tokens, targets = self.text2emb(
|
337 |
+
text, add_special=True)
|
338 |
+
to_regress_embeds = self.model.tok_embeddings(
|
339 |
+
to_regress_tokens.input_ids)
|
340 |
+
attention_mask = to_regress_tokens.attention_mask
|
341 |
+
im_mask = torch.zeros(to_regress_embeds.shape[:2]).cuda()
|
342 |
+
|
343 |
+
inputs_embeds = to_regress_embeds[:, :self.max_length]
|
344 |
+
attention_mask = attention_mask[:, :self.max_length]
|
345 |
+
targets = targets[:, :self.max_length]
|
346 |
+
im_mask = im_mask[:, :self.max_length].bool()
|
347 |
+
labels = targets
|
348 |
+
else:
|
349 |
+
im_mask = kwargs.get('im_mask', None)
|
350 |
+
if im_mask is None and inputs_embeds is not None:
|
351 |
+
im_mask = torch.zeros(inputs_embeds.shape[:2]).to(
|
352 |
+
inputs_embeds.device)
|
353 |
+
im_mask[:, 1:1 + self.im_seq_len] = 1
|
354 |
+
im_mask = im_mask.bool()
|
355 |
+
|
356 |
+
output_attentions = output_attentions if output_attentions is not None else self.config.output_attentions
|
357 |
+
output_hidden_states = (
|
358 |
+
output_hidden_states if output_hidden_states is not None else
|
359 |
+
self.config.output_hidden_states)
|
360 |
+
return_dict = return_dict if return_dict is not None else self.config.use_return_dict
|
361 |
+
|
362 |
+
# decoder outputs consists of (dec_features, layer_state, dec_hidden, dec_attn)
|
363 |
+
outputs = self.model(
|
364 |
+
input_ids=input_ids,
|
365 |
+
attention_mask=attention_mask,
|
366 |
+
position_ids=position_ids,
|
367 |
+
past_key_values=past_key_values,
|
368 |
+
inputs_embeds=inputs_embeds,
|
369 |
+
use_cache=use_cache,
|
370 |
+
output_attentions=output_attentions,
|
371 |
+
output_hidden_states=output_hidden_states,
|
372 |
+
return_dict=return_dict,
|
373 |
+
im_mask=im_mask,
|
374 |
+
)
|
375 |
+
|
376 |
+
hidden_states = outputs[0]
|
377 |
+
logits = self.output(hidden_states)
|
378 |
+
logits = logits.float()
|
379 |
+
|
380 |
+
loss = None
|
381 |
+
if labels is not None:
|
382 |
+
# Shift so that tokens < n predict n
|
383 |
+
shift_logits = logits[..., :-1, :].contiguous()
|
384 |
+
shift_labels = labels[..., 1:].contiguous()
|
385 |
+
# Flatten the tokens
|
386 |
+
loss_fct = CrossEntropyLoss()
|
387 |
+
shift_logits = shift_logits.view(-1, self.config.vocab_size)
|
388 |
+
shift_labels = shift_labels.view(-1)
|
389 |
+
# Enable model parallelism
|
390 |
+
shift_labels = shift_labels.to(shift_logits.device)
|
391 |
+
loss = loss_fct(shift_logits, shift_labels)
|
392 |
+
|
393 |
+
if not return_dict:
|
394 |
+
output = (logits, ) + outputs[1:]
|
395 |
+
return (loss, ) + output if loss is not None else output
|
396 |
+
|
397 |
+
return CausalLMOutputWithPast(
|
398 |
+
loss=loss,
|
399 |
+
logits=logits,
|
400 |
+
past_key_values=outputs.past_key_values,
|
401 |
+
hidden_states=outputs.hidden_states,
|
402 |
+
attentions=outputs.attentions,
|
403 |
+
)
|
404 |
+
|
405 |
+
def prepare_inputs_for_generation(self,
|
406 |
+
input_ids,
|
407 |
+
past_key_values=None,
|
408 |
+
attention_mask=None,
|
409 |
+
inputs_embeds=None,
|
410 |
+
im_mask=None,
|
411 |
+
**kwargs):
|
412 |
+
if past_key_values is not None:
|
413 |
+
past_length = past_key_values[0][0].shape[2]
|
414 |
+
|
415 |
+
# Some generation methods already pass only the last input ID
|
416 |
+
if input_ids.shape[1] > past_length:
|
417 |
+
remove_prefix_length = past_length
|
418 |
+
else:
|
419 |
+
# Default to old behavior: keep only final ID
|
420 |
+
remove_prefix_length = input_ids.shape[1] - 1
|
421 |
+
|
422 |
+
input_ids = input_ids[:, remove_prefix_length:]
|
423 |
+
|
424 |
+
position_ids = kwargs.get('position_ids', None)
|
425 |
+
if attention_mask is not None and position_ids is None:
|
426 |
+
# create position_ids on the fly for batch generation
|
427 |
+
position_ids = attention_mask.long().cumsum(-1) - 1
|
428 |
+
position_ids.masked_fill_(attention_mask == 0, 1)
|
429 |
+
if past_key_values:
|
430 |
+
position_ids = position_ids[:, -input_ids.shape[1]:]
|
431 |
+
|
432 |
+
# if `inputs_embeds` are passed, we only want to use them in the 1st generation step
|
433 |
+
if inputs_embeds is not None and past_key_values is None:
|
434 |
+
model_inputs = {'inputs_embeds': inputs_embeds}
|
435 |
+
else:
|
436 |
+
model_inputs = {'input_ids': input_ids}
|
437 |
+
|
438 |
+
im_mask = im_mask
|
439 |
+
|
440 |
+
model_inputs.update({
|
441 |
+
'position_ids': position_ids,
|
442 |
+
'past_key_values': past_key_values,
|
443 |
+
'use_cache': kwargs.get('use_cache'),
|
444 |
+
'attention_mask': attention_mask,
|
445 |
+
'im_mask': im_mask,
|
446 |
+
})
|
447 |
+
return model_inputs
|
448 |
+
|
449 |
+
@staticmethod
|
450 |
+
def _reorder_cache(past_key_values, beam_idx):
|
451 |
+
reordered_past = ()
|
452 |
+
for layer_past in past_key_values:
|
453 |
+
reordered_past += (tuple(
|
454 |
+
past_state.index_select(0, beam_idx.to(past_state.device))
|
455 |
+
for past_state in layer_past), )
|
456 |
+
return reordered_past
|
457 |
+
|
458 |
+
def build_inputs(self,
|
459 |
+
tokenizer,
|
460 |
+
query: str,
|
461 |
+
history: List[Tuple[str, str]] = [],
|
462 |
+
meta_instruction=''):
|
463 |
+
prompt = ''
|
464 |
+
if meta_instruction:
|
465 |
+
prompt += f"""<s>[UNUSED_TOKEN_146]system\n{meta_instruction}[UNUSED_TOKEN_145]\n"""
|
466 |
+
else:
|
467 |
+
prompt += '<s>'
|
468 |
+
for record in history:
|
469 |
+
prompt += f"""[UNUSED_TOKEN_146]user\n{record[0]}[UNUSED_TOKEN_145]\n[UNUSED_TOKEN_146]assistant\n{record[1]}[UNUSED_TOKEN_145]\n"""
|
470 |
+
prompt += f"""[UNUSED_TOKEN_146]user\n{query}[UNUSED_TOKEN_145]\n[UNUSED_TOKEN_146]assistant\n"""
|
471 |
+
return tokenizer([prompt], return_tensors='pt')
|
472 |
+
|
473 |
+
@torch.no_grad()
|
474 |
+
def chat(
|
475 |
+
self,
|
476 |
+
tokenizer,
|
477 |
+
query: str,
|
478 |
+
image: torch.Tensor = None,
|
479 |
+
history: List[Tuple[str, str]] = [],
|
480 |
+
streamer: Optional[BaseStreamer] = None,
|
481 |
+
max_new_tokens: int = 1024,
|
482 |
+
do_sample: bool = True,
|
483 |
+
temperature: float = 1.0,
|
484 |
+
top_p: float = 0.8,
|
485 |
+
repetition_penalty: float=1.005,
|
486 |
+
meta_instruction:
|
487 |
+
str = 'You are an AI assistant whose name is InternLM-XComposer (浦语·灵笔).\n'
|
488 |
+
'- InternLM-XComposer (浦语·灵笔) is a conversational language model that is developed by Shanghai AI Laboratory (上海人工智能实验室). It is designed to be helpful, honest, and harmless.\n'
|
489 |
+
'- InternLM-XComposer (浦语·灵笔) can understand and communicate fluently in the language chosen by the user such as English and 中文.',
|
490 |
+
**kwargs,
|
491 |
+
):
|
492 |
+
if image is None:
|
493 |
+
inputs = self.build_inputs(tokenizer, query, history, meta_instruction)
|
494 |
+
im_mask = torch.zeros(inputs['input_ids'].shape[:2]).cuda().bool()
|
495 |
+
else:
|
496 |
+
image = self.encode_img(image)
|
497 |
+
inputs, im_mask = self.interleav_wrap_chat(tokenizer, query, image, history, meta_instruction)
|
498 |
+
inputs = {
|
499 |
+
k: v.to(self.device)
|
500 |
+
for k, v in inputs.items() if torch.is_tensor(v)
|
501 |
+
}
|
502 |
+
# also add end-of-assistant token in eos token id to avoid unnecessary generation
|
503 |
+
eos_token_id = [
|
504 |
+
tokenizer.eos_token_id,
|
505 |
+
tokenizer.convert_tokens_to_ids(['[UNUSED_TOKEN_145]'])[0]
|
506 |
+
]
|
507 |
+
outputs = self.generate(
|
508 |
+
**inputs,
|
509 |
+
streamer=streamer,
|
510 |
+
max_new_tokens=max_new_tokens,
|
511 |
+
do_sample=do_sample,
|
512 |
+
temperature=temperature,
|
513 |
+
top_p=top_p,
|
514 |
+
eos_token_id=eos_token_id,
|
515 |
+
repetition_penalty=repetition_penalty,
|
516 |
+
im_mask=im_mask,
|
517 |
+
**kwargs,
|
518 |
+
)
|
519 |
+
if image is None:
|
520 |
+
outputs = outputs[0].cpu().tolist()[len(inputs['input_ids'][0]):]
|
521 |
+
else:
|
522 |
+
outputs = outputs[0].cpu().tolist()
|
523 |
+
response = tokenizer.decode(outputs, skip_special_tokens=True)
|
524 |
+
response = response.split('[UNUSED_TOKEN_145]')[0]
|
525 |
+
history = history + [(query, response)]
|
526 |
+
return response, history
|
527 |
+
|
528 |
+
@torch.no_grad()
|
529 |
+
def stream_chat(
|
530 |
+
self,
|
531 |
+
tokenizer,
|
532 |
+
query: str,
|
533 |
+
history: List[Tuple[str, str]] = [],
|
534 |
+
max_new_tokens: int = 1024,
|
535 |
+
do_sample: bool = True,
|
536 |
+
temperature: float = 0.8,
|
537 |
+
top_p: float = 0.8,
|
538 |
+
**kwargs,
|
539 |
+
):
|
540 |
+
"""Return a generator in format: (response, history) Eg.
|
541 |
+
|
542 |
+
('你好,有什么可以帮助您的吗', [('你好', '你好,有什么可以帮助您的吗')]) ('你好,有什么可以帮助您的吗?', [('你好',
|
543 |
+
'你好,有什么可以帮助您的吗?')])
|
544 |
+
"""
|
545 |
+
if BaseStreamer is None:
|
546 |
+
raise ModuleNotFoundError(
|
547 |
+
'The version of `transformers` is too low. Please make sure '
|
548 |
+
'that you have installed `transformers>=4.28.0`.')
|
549 |
+
|
550 |
+
response_queue = queue.Queue(maxsize=20)
|
551 |
+
|
552 |
+
class ChatStreamer(BaseStreamer):
|
553 |
+
|
554 |
+
def __init__(self, tokenizer) -> None:
|
555 |
+
super().__init__()
|
556 |
+
self.tokenizer = tokenizer
|
557 |
+
self.queue = response_queue
|
558 |
+
self.query = query
|
559 |
+
self.history = history
|
560 |
+
self.response = ''
|
561 |
+
self.received_inputs = False
|
562 |
+
self.queue.put(
|
563 |
+
(self.response, history + [(self.query, self.response)]))
|
564 |
+
|
565 |
+
def put(self, value):
|
566 |
+
if len(value.shape) > 1 and value.shape[0] > 1:
|
567 |
+
raise ValueError('ChatStreamer only supports batch size 1')
|
568 |
+
elif len(value.shape) > 1:
|
569 |
+
value = value[0]
|
570 |
+
|
571 |
+
if not self.received_inputs:
|
572 |
+
# The first received value is input_ids, ignore here
|
573 |
+
self.received_inputs = True
|
574 |
+
return
|
575 |
+
|
576 |
+
token = self.tokenizer.decode([value[-1]],
|
577 |
+
skip_special_tokens=True)
|
578 |
+
if token.strip() != '[UNUSED_TOKEN_145]':
|
579 |
+
self.response = self.response + token
|
580 |
+
history = self.history + [(self.query, self.response)]
|
581 |
+
self.queue.put((self.response, history))
|
582 |
+
|
583 |
+
def end(self):
|
584 |
+
self.queue.put(None)
|
585 |
+
|
586 |
+
def stream_producer():
|
587 |
+
return self.chat(
|
588 |
+
tokenizer=tokenizer,
|
589 |
+
query=query,
|
590 |
+
streamer=ChatStreamer(tokenizer=tokenizer),
|
591 |
+
history=history,
|
592 |
+
max_new_tokens=max_new_tokens,
|
593 |
+
do_sample=do_sample,
|
594 |
+
temperature=temperature,
|
595 |
+
top_p=top_p,
|
596 |
+
**kwargs,
|
597 |
+
)
|
598 |
+
|
599 |
+
def consumer():
|
600 |
+
producer = threading.Thread(target=stream_producer)
|
601 |
+
producer.start()
|
602 |
+
while True:
|
603 |
+
res = response_queue.get()
|
604 |
+
if res is None:
|
605 |
+
return
|
606 |
+
yield res
|
607 |
+
|
608 |
+
return consumer()
|
panda.jpg
ADDED
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e56fd44623534089dbd0393ec54eeeb3d9bdea43a804e8b32e87bb66f8b6e634
|
3 |
+
size 17331920233
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "</s>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
tokenization_internlm_xcomposer2.py
ADDED
@@ -0,0 +1,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (c) InternLM. All rights reserved.
|
2 |
+
#
|
3 |
+
# This code is based on EleutherAI's GPT-NeoX library and the GPT-NeoX
|
4 |
+
# and OPT implementations in this library. It has been modified from its
|
5 |
+
# original forms to accommodate minor architectural differences compared
|
6 |
+
# to GPT-NeoX and OPT used by the Meta AI team that trained the model.
|
7 |
+
#
|
8 |
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
9 |
+
# you may not use this file except in compliance with the License.
|
10 |
+
# You may obtain a copy of the License at
|
11 |
+
#
|
12 |
+
# http://www.apache.org/licenses/LICENSE-2.0
|
13 |
+
#
|
14 |
+
# Unless required by applicable law or agreed to in writing, software
|
15 |
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
16 |
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
17 |
+
# See the License for the specific language governing permissions and
|
18 |
+
# limitations under the License.
|
19 |
+
"""Tokenization classes for IntermLM."""
|
20 |
+
import os
|
21 |
+
from shutil import copyfile
|
22 |
+
from typing import Any, Dict, List, Optional, Tuple
|
23 |
+
|
24 |
+
import sentencepiece as spm
|
25 |
+
from transformers.tokenization_utils import PreTrainedTokenizer
|
26 |
+
from transformers.utils import logging
|
27 |
+
|
28 |
+
logger = logging.get_logger(__name__)
|
29 |
+
|
30 |
+
VOCAB_FILES_NAMES = {'vocab_file': './tokenizer.model'}
|
31 |
+
|
32 |
+
PRETRAINED_VOCAB_FILES_MAP = {}
|
33 |
+
|
34 |
+
|
35 |
+
class InternLMXComposer2Tokenizer(PreTrainedTokenizer):
|
36 |
+
"""Construct a InternLM tokenizer. Based on byte-level Byte-Pair-Encoding.
|
37 |
+
|
38 |
+
Args:
|
39 |
+
vocab_file (`str`):
|
40 |
+
Path to the vocabulary file.
|
41 |
+
"""
|
42 |
+
|
43 |
+
vocab_files_names = VOCAB_FILES_NAMES
|
44 |
+
pretrained_vocab_files_map = PRETRAINED_VOCAB_FILES_MAP
|
45 |
+
model_input_names = ['input_ids', 'attention_mask']
|
46 |
+
_auto_class = 'AutoTokenizer'
|
47 |
+
|
48 |
+
def __init__(
|
49 |
+
self,
|
50 |
+
vocab_file,
|
51 |
+
unk_token='<unk>',
|
52 |
+
bos_token='<s>',
|
53 |
+
eos_token='</s>',
|
54 |
+
pad_token='</s>',
|
55 |
+
sp_model_kwargs: Optional[Dict[str, Any]] = None,
|
56 |
+
add_bos_token=True,
|
57 |
+
add_eos_token=False,
|
58 |
+
decode_with_prefix_space=False,
|
59 |
+
clean_up_tokenization_spaces=False,
|
60 |
+
**kwargs,
|
61 |
+
):
|
62 |
+
self.sp_model_kwargs = {} if sp_model_kwargs is None else sp_model_kwargs
|
63 |
+
self.vocab_file = vocab_file
|
64 |
+
self.add_bos_token = add_bos_token
|
65 |
+
self.add_eos_token = add_eos_token
|
66 |
+
self.decode_with_prefix_space = decode_with_prefix_space
|
67 |
+
self.sp_model = spm.SentencePieceProcessor(**self.sp_model_kwargs)
|
68 |
+
self.sp_model.Load(vocab_file)
|
69 |
+
self._no_prefix_space_tokens = None
|
70 |
+
super().__init__(
|
71 |
+
bos_token=bos_token,
|
72 |
+
eos_token=eos_token,
|
73 |
+
unk_token=unk_token,
|
74 |
+
pad_token=pad_token,
|
75 |
+
clean_up_tokenization_spaces=clean_up_tokenization_spaces,
|
76 |
+
**kwargs,
|
77 |
+
)
|
78 |
+
""" Initialization"""
|
79 |
+
|
80 |
+
@property
|
81 |
+
def no_prefix_space_tokens(self):
|
82 |
+
if self._no_prefix_space_tokens is None:
|
83 |
+
vocab = self.convert_ids_to_tokens(list(range(self.vocab_size)))
|
84 |
+
self._no_prefix_space_tokens = {
|
85 |
+
i
|
86 |
+
for i, tok in enumerate(vocab) if not tok.startswith('▁')
|
87 |
+
}
|
88 |
+
return self._no_prefix_space_tokens
|
89 |
+
|
90 |
+
@property
|
91 |
+
def vocab_size(self):
|
92 |
+
"""Returns vocab size."""
|
93 |
+
return self.sp_model.get_piece_size()
|
94 |
+
|
95 |
+
@property
|
96 |
+
def bos_token_id(self) -> Optional[int]:
|
97 |
+
return self.sp_model.bos_id()
|
98 |
+
|
99 |
+
@property
|
100 |
+
def eos_token_id(self) -> Optional[int]:
|
101 |
+
return self.sp_model.eos_id()
|
102 |
+
|
103 |
+
def get_vocab(self):
|
104 |
+
"""Returns vocab as a dict."""
|
105 |
+
vocab = {
|
106 |
+
self.convert_ids_to_tokens(i): i
|
107 |
+
for i in range(self.vocab_size)
|
108 |
+
}
|
109 |
+
vocab.update(self.added_tokens_encoder)
|
110 |
+
return vocab
|
111 |
+
|
112 |
+
def _tokenize(self, text):
|
113 |
+
"""Returns a tokenized string."""
|
114 |
+
return self.sp_model.encode(text, out_type=str)
|
115 |
+
|
116 |
+
def _convert_token_to_id(self, token):
|
117 |
+
"""Converts a token (str) in an id using the vocab."""
|
118 |
+
return self.sp_model.piece_to_id(token)
|
119 |
+
|
120 |
+
def _convert_id_to_token(self, index):
|
121 |
+
"""Converts an index (integer) in a token (str) using the vocab."""
|
122 |
+
token = self.sp_model.IdToPiece(index)
|
123 |
+
return token
|
124 |
+
|
125 |
+
def _maybe_add_prefix_space(self, tokens, decoded):
|
126 |
+
if tokens and tokens[0] not in self.no_prefix_space_tokens:
|
127 |
+
return ' ' + decoded
|
128 |
+
else:
|
129 |
+
return decoded
|
130 |
+
|
131 |
+
def convert_tokens_to_string(self, tokens):
|
132 |
+
"""Converts a sequence of tokens (string) in a single string."""
|
133 |
+
current_sub_tokens = []
|
134 |
+
out_string = ''
|
135 |
+
prev_is_special = False
|
136 |
+
for token in tokens:
|
137 |
+
# make sure that special tokens are not decoded using sentencepiece model
|
138 |
+
if token in self.all_special_tokens:
|
139 |
+
if not prev_is_special:
|
140 |
+
out_string += ' '
|
141 |
+
out_string += self.sp_model.decode(current_sub_tokens) + token
|
142 |
+
prev_is_special = True
|
143 |
+
current_sub_tokens = []
|
144 |
+
else:
|
145 |
+
current_sub_tokens.append(token)
|
146 |
+
prev_is_special = False
|
147 |
+
out_string += self.sp_model.decode(current_sub_tokens)
|
148 |
+
out_string = self.clean_up_tokenization(out_string)
|
149 |
+
out_string = self._maybe_add_prefix_space(
|
150 |
+
tokens=tokens, decoded=out_string)
|
151 |
+
return out_string[1:]
|
152 |
+
|
153 |
+
def save_vocabulary(self,
|
154 |
+
save_directory,
|
155 |
+
filename_prefix: Optional[str] = None) -> Tuple[str]:
|
156 |
+
"""Save the vocabulary and special tokens file to a directory.
|
157 |
+
|
158 |
+
Args:
|
159 |
+
save_directory (`str`):
|
160 |
+
The directory in which to save the vocabulary.
|
161 |
+
|
162 |
+
Returns:
|
163 |
+
`Tuple(str)`: Paths to the files saved.
|
164 |
+
"""
|
165 |
+
if not os.path.isdir(save_directory):
|
166 |
+
logger.error(
|
167 |
+
f'Vocabulary path ({save_directory}) should be a directory')
|
168 |
+
return
|
169 |
+
out_vocab_file = os.path.join(
|
170 |
+
save_directory,
|
171 |
+
(filename_prefix + '-' if filename_prefix else '') +
|
172 |
+
VOCAB_FILES_NAMES['vocab_file'])
|
173 |
+
|
174 |
+
if os.path.abspath(self.vocab_file) != os.path.abspath(
|
175 |
+
out_vocab_file) and os.path.isfile(self.vocab_file):
|
176 |
+
copyfile(self.vocab_file, out_vocab_file)
|
177 |
+
elif not os.path.isfile(self.vocab_file):
|
178 |
+
with open(out_vocab_file, 'wb') as fi:
|
179 |
+
content_spiece_model = self.sp_model.serialized_model_proto()
|
180 |
+
fi.write(content_spiece_model)
|
181 |
+
|
182 |
+
return (out_vocab_file, )
|
183 |
+
|
184 |
+
def build_inputs_with_special_tokens(self, token_ids_0, token_ids_1=None):
|
185 |
+
if self.add_bos_token:
|
186 |
+
bos_token_ids = [self.bos_token_id]
|
187 |
+
else:
|
188 |
+
bos_token_ids = []
|
189 |
+
|
190 |
+
output = bos_token_ids + token_ids_0
|
191 |
+
|
192 |
+
if token_ids_1 is not None:
|
193 |
+
output = output + token_ids_1
|
194 |
+
|
195 |
+
if self.add_eos_token:
|
196 |
+
output = output + [self.eos_token_id]
|
197 |
+
|
198 |
+
return output
|
199 |
+
|
200 |
+
def get_special_tokens_mask(
|
201 |
+
self,
|
202 |
+
token_ids_0: List[int],
|
203 |
+
token_ids_1: Optional[List[int]] = None,
|
204 |
+
already_has_special_tokens: bool = False) -> List[int]:
|
205 |
+
"""Retrieve sequence ids from a token list that has no special tokens
|
206 |
+
added. This method is called when adding special tokens using the
|
207 |
+
tokenizer `prepare_for_model` method.
|
208 |
+
|
209 |
+
Args:
|
210 |
+
token_ids_0 (`List[int]`):
|
211 |
+
List of IDs.
|
212 |
+
token_ids_1 (`List[int]`, *optional*):
|
213 |
+
Optional second list of IDs for sequence pairs.
|
214 |
+
already_has_special_tokens (`bool`, *optional*, defaults to `False`):
|
215 |
+
Whether or not the token list is already formatted with special tokens for the model.
|
216 |
+
|
217 |
+
Returns:
|
218 |
+
`List[int]`: A list of integers in the range [0, 1]: 1 for a special token, 0 for a sequence token.
|
219 |
+
"""
|
220 |
+
if already_has_special_tokens:
|
221 |
+
return super().get_special_tokens_mask(
|
222 |
+
token_ids_0=token_ids_0,
|
223 |
+
token_ids_1=token_ids_1,
|
224 |
+
already_has_special_tokens=True)
|
225 |
+
|
226 |
+
if token_ids_1 is None:
|
227 |
+
return [1] + ([0] * len(token_ids_0)) + [1]
|
228 |
+
return [1] + ([0] * len(token_ids_0)) + [1, 1] + (
|
229 |
+
[0] * len(token_ids_1)) + [1]
|
230 |
+
|
231 |
+
def create_token_type_ids_from_sequences(
|
232 |
+
self,
|
233 |
+
token_ids_0: List[int],
|
234 |
+
token_ids_1: Optional[List[int]] = None) -> List[int]:
|
235 |
+
"""Create a mask from the two sequences passed to be used in a
|
236 |
+
sequence-pair classification task. T5 does not make use of token type
|
237 |
+
ids, therefore a list of zeros is returned.
|
238 |
+
|
239 |
+
Args:
|
240 |
+
token_ids_0 (`List[int]`):
|
241 |
+
List of IDs.
|
242 |
+
token_ids_1 (`List[int]`, *optional*):
|
243 |
+
Optional second list of IDs for sequence pairs.
|
244 |
+
|
245 |
+
Returns:
|
246 |
+
`List[int]`: List of zeros.
|
247 |
+
"""
|
248 |
+
eos = [self.eos_token_id]
|
249 |
+
|
250 |
+
if token_ids_1 is None:
|
251 |
+
return len(token_ids_0 + eos) * [0]
|
252 |
+
return len(token_ids_0 + eos + token_ids_1 + eos) * [0]
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f868398fc4e05ee1e8aeba95ddf18ddcc45b8bce55d5093bead5bbf80429b48b
|
3 |
+
size 1477754
|
tokenizer_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_map": {
|
3 |
+
"AutoTokenizer": [
|
4 |
+
"tokenization_internlm_xcomposer2.InternLMXComposer2Tokenizer",
|
5 |
+
null
|
6 |
+
]
|
7 |
+
},
|
8 |
+
"bos_token": "<s>",
|
9 |
+
"clean_up_tokenization_spaces": false,
|
10 |
+
"eos_token": "</s>",
|
11 |
+
"model_max_length": 1000000000000000019884624838656,
|
12 |
+
"pad_token": "</s>",
|
13 |
+
"padding_side": "right",
|
14 |
+
"tokenizer_class": "InternLMXComposer2Tokenizer",
|
15 |
+
"unk_token": "<unk>"
|
16 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1045 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.997545409916544,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 127,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.01,
|
13 |
+
"learning_rate": "0.0000e+00",
|
14 |
+
"loss": 3.1086,
|
15 |
+
"slid_loss": 3.1086,
|
16 |
+
"step": 1,
|
17 |
+
"time": 93.96
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.02,
|
21 |
+
"learning_rate": "5.0000e-06",
|
22 |
+
"loss": 2.8339,
|
23 |
+
"slid_loss": 2.9713,
|
24 |
+
"step": 2,
|
25 |
+
"time": 84.7
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"epoch": 0.02,
|
29 |
+
"learning_rate": "5.0000e-06",
|
30 |
+
"loss": 2.8656,
|
31 |
+
"slid_loss": 2.936,
|
32 |
+
"step": 3,
|
33 |
+
"time": 79.97
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.03,
|
37 |
+
"learning_rate": "5.0000e-06",
|
38 |
+
"loss": 2.5524,
|
39 |
+
"slid_loss": 2.8401,
|
40 |
+
"step": 4,
|
41 |
+
"time": 76.7
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.04,
|
45 |
+
"learning_rate": "5.0000e-06",
|
46 |
+
"loss": 2.5858,
|
47 |
+
"slid_loss": 2.7892,
|
48 |
+
"step": 5,
|
49 |
+
"time": 81.12
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"epoch": 0.05,
|
53 |
+
"learning_rate": "5.0000e-06",
|
54 |
+
"loss": 2.0771,
|
55 |
+
"slid_loss": 2.6706,
|
56 |
+
"step": 6,
|
57 |
+
"time": 78.35
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 0.05,
|
61 |
+
"learning_rate": "5.0000e-06",
|
62 |
+
"loss": 2.0975,
|
63 |
+
"slid_loss": 2.5887,
|
64 |
+
"step": 7,
|
65 |
+
"time": 81.78
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.06,
|
69 |
+
"learning_rate": "5.0000e-06",
|
70 |
+
"loss": 1.9181,
|
71 |
+
"slid_loss": 2.5049,
|
72 |
+
"step": 8,
|
73 |
+
"time": 81.35
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.07,
|
77 |
+
"learning_rate": "5.0000e-06",
|
78 |
+
"loss": 1.9339,
|
79 |
+
"slid_loss": 2.4414,
|
80 |
+
"step": 9,
|
81 |
+
"time": 83.78
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.08,
|
85 |
+
"learning_rate": "5.0000e-06",
|
86 |
+
"loss": 1.8134,
|
87 |
+
"slid_loss": 2.3786,
|
88 |
+
"step": 10,
|
89 |
+
"time": 79.06
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.09,
|
93 |
+
"learning_rate": "5.0000e-06",
|
94 |
+
"loss": 1.8346,
|
95 |
+
"slid_loss": 2.3292,
|
96 |
+
"step": 11,
|
97 |
+
"time": 80.19
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"epoch": 0.09,
|
101 |
+
"learning_rate": "5.0000e-06",
|
102 |
+
"loss": 1.801,
|
103 |
+
"slid_loss": 2.2851,
|
104 |
+
"step": 12,
|
105 |
+
"time": 87.7
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 0.1,
|
109 |
+
"learning_rate": "5.0000e-06",
|
110 |
+
"loss": 1.8712,
|
111 |
+
"slid_loss": 2.2533,
|
112 |
+
"step": 13,
|
113 |
+
"time": 81.42
|
114 |
+
},
|
115 |
+
{
|
116 |
+
"epoch": 0.11,
|
117 |
+
"learning_rate": "5.0000e-06",
|
118 |
+
"loss": 1.8017,
|
119 |
+
"slid_loss": 2.221,
|
120 |
+
"step": 14,
|
121 |
+
"time": 81.39
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.12,
|
125 |
+
"learning_rate": "5.0000e-06",
|
126 |
+
"loss": 1.7378,
|
127 |
+
"slid_loss": 2.1888,
|
128 |
+
"step": 15,
|
129 |
+
"time": 80.29
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.13,
|
133 |
+
"learning_rate": "5.0000e-06",
|
134 |
+
"loss": 1.9118,
|
135 |
+
"slid_loss": 2.1715,
|
136 |
+
"step": 16,
|
137 |
+
"time": 83.04
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.13,
|
141 |
+
"learning_rate": "5.0000e-06",
|
142 |
+
"loss": 1.7942,
|
143 |
+
"slid_loss": 2.1493,
|
144 |
+
"step": 17,
|
145 |
+
"time": 75.98
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epoch": 0.14,
|
149 |
+
"learning_rate": "5.0000e-06",
|
150 |
+
"loss": 1.7516,
|
151 |
+
"slid_loss": 2.1272,
|
152 |
+
"step": 18,
|
153 |
+
"time": 88.91
|
154 |
+
},
|
155 |
+
{
|
156 |
+
"epoch": 0.15,
|
157 |
+
"learning_rate": "5.0000e-06",
|
158 |
+
"loss": 1.8129,
|
159 |
+
"slid_loss": 2.1107,
|
160 |
+
"step": 19,
|
161 |
+
"time": 80.76
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.16,
|
165 |
+
"learning_rate": "5.0000e-06",
|
166 |
+
"loss": 1.7673,
|
167 |
+
"slid_loss": 2.0935,
|
168 |
+
"step": 20,
|
169 |
+
"time": 81.28
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.16,
|
173 |
+
"learning_rate": "5.0000e-06",
|
174 |
+
"loss": 1.7984,
|
175 |
+
"slid_loss": 2.0795,
|
176 |
+
"step": 21,
|
177 |
+
"time": 85.37
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.17,
|
181 |
+
"learning_rate": "5.0000e-06",
|
182 |
+
"loss": 1.7733,
|
183 |
+
"slid_loss": 2.0655,
|
184 |
+
"step": 22,
|
185 |
+
"time": 80.72
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.18,
|
189 |
+
"learning_rate": "5.0000e-06",
|
190 |
+
"loss": 1.7691,
|
191 |
+
"slid_loss": 2.0527,
|
192 |
+
"step": 23,
|
193 |
+
"time": 80.11
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 0.19,
|
197 |
+
"learning_rate": "5.0000e-06",
|
198 |
+
"loss": 1.8212,
|
199 |
+
"slid_loss": 2.043,
|
200 |
+
"step": 24,
|
201 |
+
"time": 81.83
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.2,
|
205 |
+
"learning_rate": "5.0000e-06",
|
206 |
+
"loss": 1.9154,
|
207 |
+
"slid_loss": 2.0379,
|
208 |
+
"step": 25,
|
209 |
+
"time": 78.48
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 0.2,
|
213 |
+
"learning_rate": "5.0000e-06",
|
214 |
+
"loss": 1.8267,
|
215 |
+
"slid_loss": 2.0298,
|
216 |
+
"step": 26,
|
217 |
+
"time": 80.38
|
218 |
+
},
|
219 |
+
{
|
220 |
+
"epoch": 0.21,
|
221 |
+
"learning_rate": "5.0000e-06",
|
222 |
+
"loss": 1.9029,
|
223 |
+
"slid_loss": 2.0251,
|
224 |
+
"step": 27,
|
225 |
+
"time": 84.88
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 0.22,
|
229 |
+
"learning_rate": "5.0000e-06",
|
230 |
+
"loss": 1.8892,
|
231 |
+
"slid_loss": 2.0202,
|
232 |
+
"step": 28,
|
233 |
+
"time": 81.13
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.23,
|
237 |
+
"learning_rate": "5.0000e-06",
|
238 |
+
"loss": 1.7599,
|
239 |
+
"slid_loss": 2.0112,
|
240 |
+
"step": 29,
|
241 |
+
"time": 83.73
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 0.24,
|
245 |
+
"learning_rate": "5.0000e-06",
|
246 |
+
"loss": 1.7919,
|
247 |
+
"slid_loss": 2.0039,
|
248 |
+
"step": 30,
|
249 |
+
"time": 82.44
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.24,
|
253 |
+
"learning_rate": "5.0000e-06",
|
254 |
+
"loss": 1.8086,
|
255 |
+
"slid_loss": 1.9976,
|
256 |
+
"step": 31,
|
257 |
+
"time": 83.46
|
258 |
+
},
|
259 |
+
{
|
260 |
+
"epoch": 0.25,
|
261 |
+
"learning_rate": "5.0000e-06",
|
262 |
+
"loss": 1.8349,
|
263 |
+
"slid_loss": 1.9925,
|
264 |
+
"step": 32,
|
265 |
+
"time": 78.89
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.26,
|
269 |
+
"learning_rate": "5.0000e-06",
|
270 |
+
"loss": 1.8263,
|
271 |
+
"slid_loss": 1.9875,
|
272 |
+
"step": 33,
|
273 |
+
"time": 79.08
|
274 |
+
},
|
275 |
+
{
|
276 |
+
"epoch": 0.27,
|
277 |
+
"learning_rate": "5.0000e-06",
|
278 |
+
"loss": 1.9287,
|
279 |
+
"slid_loss": 1.9858,
|
280 |
+
"step": 34,
|
281 |
+
"time": 81.76
|
282 |
+
},
|
283 |
+
{
|
284 |
+
"epoch": 0.27,
|
285 |
+
"learning_rate": "5.0000e-06",
|
286 |
+
"loss": 1.785,
|
287 |
+
"slid_loss": 1.98,
|
288 |
+
"step": 35,
|
289 |
+
"time": 78.4
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.28,
|
293 |
+
"learning_rate": "5.0000e-06",
|
294 |
+
"loss": 1.8191,
|
295 |
+
"slid_loss": 1.9756,
|
296 |
+
"step": 36,
|
297 |
+
"time": 77.74
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 0.29,
|
301 |
+
"learning_rate": "5.0000e-06",
|
302 |
+
"loss": 1.8219,
|
303 |
+
"slid_loss": 1.9714,
|
304 |
+
"step": 37,
|
305 |
+
"time": 86.24
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.3,
|
309 |
+
"learning_rate": "5.0000e-06",
|
310 |
+
"loss": 1.8075,
|
311 |
+
"slid_loss": 1.9671,
|
312 |
+
"step": 38,
|
313 |
+
"time": 76.73
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 0.31,
|
317 |
+
"learning_rate": "5.0000e-06",
|
318 |
+
"loss": 1.7785,
|
319 |
+
"slid_loss": 1.9623,
|
320 |
+
"step": 39,
|
321 |
+
"time": 80.96
|
322 |
+
},
|
323 |
+
{
|
324 |
+
"epoch": 0.31,
|
325 |
+
"learning_rate": "5.0000e-06",
|
326 |
+
"loss": 1.8296,
|
327 |
+
"slid_loss": 1.959,
|
328 |
+
"step": 40,
|
329 |
+
"time": 83.93
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.32,
|
333 |
+
"learning_rate": "5.0000e-06",
|
334 |
+
"loss": 1.7834,
|
335 |
+
"slid_loss": 1.9547,
|
336 |
+
"step": 41,
|
337 |
+
"time": 77.98
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"epoch": 0.33,
|
341 |
+
"learning_rate": "5.0000e-06",
|
342 |
+
"loss": 1.7894,
|
343 |
+
"slid_loss": 1.9507,
|
344 |
+
"step": 42,
|
345 |
+
"time": 82.3
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.34,
|
349 |
+
"learning_rate": "5.0000e-06",
|
350 |
+
"loss": 1.8013,
|
351 |
+
"slid_loss": 1.9473,
|
352 |
+
"step": 43,
|
353 |
+
"time": 84.45
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 0.35,
|
357 |
+
"learning_rate": "5.0000e-06",
|
358 |
+
"loss": 1.7882,
|
359 |
+
"slid_loss": 1.9436,
|
360 |
+
"step": 44,
|
361 |
+
"time": 78.67
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.35,
|
365 |
+
"learning_rate": "5.0000e-06",
|
366 |
+
"loss": 1.7633,
|
367 |
+
"slid_loss": 1.9396,
|
368 |
+
"step": 45,
|
369 |
+
"time": 79.58
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"epoch": 0.36,
|
373 |
+
"learning_rate": "5.0000e-06",
|
374 |
+
"loss": 1.8443,
|
375 |
+
"slid_loss": 1.9376,
|
376 |
+
"step": 46,
|
377 |
+
"time": 79.13
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"epoch": 0.37,
|
381 |
+
"learning_rate": "5.0000e-06",
|
382 |
+
"loss": 1.7184,
|
383 |
+
"slid_loss": 1.9329,
|
384 |
+
"step": 47,
|
385 |
+
"time": 78.73
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"epoch": 0.38,
|
389 |
+
"learning_rate": "5.0000e-06",
|
390 |
+
"loss": 1.7869,
|
391 |
+
"slid_loss": 1.9299,
|
392 |
+
"step": 48,
|
393 |
+
"time": 77.96
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.38,
|
397 |
+
"learning_rate": "5.0000e-06",
|
398 |
+
"loss": 1.8581,
|
399 |
+
"slid_loss": 1.9284,
|
400 |
+
"step": 49,
|
401 |
+
"time": 84.5
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.39,
|
405 |
+
"learning_rate": "5.0000e-06",
|
406 |
+
"loss": 1.7501,
|
407 |
+
"slid_loss": 1.9248,
|
408 |
+
"step": 50,
|
409 |
+
"time": 79.17
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 0.4,
|
413 |
+
"learning_rate": "5.0000e-06",
|
414 |
+
"loss": 1.7825,
|
415 |
+
"slid_loss": 1.922,
|
416 |
+
"step": 51,
|
417 |
+
"time": 199.7
|
418 |
+
},
|
419 |
+
{
|
420 |
+
"epoch": 0.41,
|
421 |
+
"learning_rate": "5.0000e-06",
|
422 |
+
"loss": 1.863,
|
423 |
+
"slid_loss": 1.9209,
|
424 |
+
"step": 52,
|
425 |
+
"time": 81.1
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.42,
|
429 |
+
"learning_rate": "5.0000e-06",
|
430 |
+
"loss": 1.8452,
|
431 |
+
"slid_loss": 1.9195,
|
432 |
+
"step": 53,
|
433 |
+
"time": 77.93
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"epoch": 0.42,
|
437 |
+
"learning_rate": "5.0000e-06",
|
438 |
+
"loss": 1.8031,
|
439 |
+
"slid_loss": 1.9173,
|
440 |
+
"step": 54,
|
441 |
+
"time": 78.92
|
442 |
+
},
|
443 |
+
{
|
444 |
+
"epoch": 0.43,
|
445 |
+
"learning_rate": "5.0000e-06",
|
446 |
+
"loss": 1.7708,
|
447 |
+
"slid_loss": 1.9147,
|
448 |
+
"step": 55,
|
449 |
+
"time": 77.85
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"epoch": 0.44,
|
453 |
+
"learning_rate": "5.0000e-06",
|
454 |
+
"loss": 1.7764,
|
455 |
+
"slid_loss": 1.9122,
|
456 |
+
"step": 56,
|
457 |
+
"time": 76.81
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.45,
|
461 |
+
"learning_rate": "5.0000e-06",
|
462 |
+
"loss": 1.7854,
|
463 |
+
"slid_loss": 1.91,
|
464 |
+
"step": 57,
|
465 |
+
"time": 80.48
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.46,
|
469 |
+
"learning_rate": "5.0000e-06",
|
470 |
+
"loss": 1.7826,
|
471 |
+
"slid_loss": 1.9078,
|
472 |
+
"step": 58,
|
473 |
+
"time": 77.28
|
474 |
+
},
|
475 |
+
{
|
476 |
+
"epoch": 0.46,
|
477 |
+
"learning_rate": "5.0000e-06",
|
478 |
+
"loss": 1.8057,
|
479 |
+
"slid_loss": 1.906,
|
480 |
+
"step": 59,
|
481 |
+
"time": 77.73
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.47,
|
485 |
+
"learning_rate": "5.0000e-06",
|
486 |
+
"loss": 1.7842,
|
487 |
+
"slid_loss": 1.904,
|
488 |
+
"step": 60,
|
489 |
+
"time": 80.25
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"epoch": 0.48,
|
493 |
+
"learning_rate": "5.0000e-06",
|
494 |
+
"loss": 1.8633,
|
495 |
+
"slid_loss": 1.9033,
|
496 |
+
"step": 61,
|
497 |
+
"time": 83.66
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"epoch": 0.49,
|
501 |
+
"learning_rate": "5.0000e-06",
|
502 |
+
"loss": 1.7775,
|
503 |
+
"slid_loss": 1.9013,
|
504 |
+
"step": 62,
|
505 |
+
"time": 83.44
|
506 |
+
},
|
507 |
+
{
|
508 |
+
"epoch": 0.49,
|
509 |
+
"learning_rate": "5.0000e-06",
|
510 |
+
"loss": 1.7193,
|
511 |
+
"slid_loss": 1.8984,
|
512 |
+
"step": 63,
|
513 |
+
"time": 87.14
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.5,
|
517 |
+
"learning_rate": "5.0000e-06",
|
518 |
+
"loss": 1.7909,
|
519 |
+
"slid_loss": 1.8967,
|
520 |
+
"step": 64,
|
521 |
+
"time": 83.19
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.51,
|
525 |
+
"learning_rate": "5.0000e-06",
|
526 |
+
"loss": 1.7992,
|
527 |
+
"slid_loss": 1.8952,
|
528 |
+
"step": 65,
|
529 |
+
"time": 80.02
|
530 |
+
},
|
531 |
+
{
|
532 |
+
"epoch": 0.52,
|
533 |
+
"learning_rate": "5.0000e-06",
|
534 |
+
"loss": 1.8568,
|
535 |
+
"slid_loss": 1.8947,
|
536 |
+
"step": 66,
|
537 |
+
"time": 82.08
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.53,
|
541 |
+
"learning_rate": "5.0000e-06",
|
542 |
+
"loss": 1.8153,
|
543 |
+
"slid_loss": 1.8935,
|
544 |
+
"step": 67,
|
545 |
+
"time": 81.18
|
546 |
+
},
|
547 |
+
{
|
548 |
+
"epoch": 0.53,
|
549 |
+
"learning_rate": "5.0000e-06",
|
550 |
+
"loss": 1.8354,
|
551 |
+
"slid_loss": 1.8926,
|
552 |
+
"step": 68,
|
553 |
+
"time": 80.32
|
554 |
+
},
|
555 |
+
{
|
556 |
+
"epoch": 0.54,
|
557 |
+
"learning_rate": "5.0000e-06",
|
558 |
+
"loss": 1.8226,
|
559 |
+
"slid_loss": 1.8916,
|
560 |
+
"step": 69,
|
561 |
+
"time": 80.34
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"epoch": 0.55,
|
565 |
+
"learning_rate": "5.0000e-06",
|
566 |
+
"loss": 1.7428,
|
567 |
+
"slid_loss": 1.8895,
|
568 |
+
"step": 70,
|
569 |
+
"time": 81.95
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.56,
|
573 |
+
"learning_rate": "5.0000e-06",
|
574 |
+
"loss": 1.7535,
|
575 |
+
"slid_loss": 1.8876,
|
576 |
+
"step": 71,
|
577 |
+
"time": 79.71
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.57,
|
581 |
+
"learning_rate": "5.0000e-06",
|
582 |
+
"loss": 1.7228,
|
583 |
+
"slid_loss": 1.8853,
|
584 |
+
"step": 72,
|
585 |
+
"time": 81.39
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.57,
|
589 |
+
"learning_rate": "5.0000e-06",
|
590 |
+
"loss": 1.768,
|
591 |
+
"slid_loss": 1.8837,
|
592 |
+
"step": 73,
|
593 |
+
"time": 83.67
|
594 |
+
},
|
595 |
+
{
|
596 |
+
"epoch": 0.58,
|
597 |
+
"learning_rate": "5.0000e-06",
|
598 |
+
"loss": 1.8065,
|
599 |
+
"slid_loss": 1.8826,
|
600 |
+
"step": 74,
|
601 |
+
"time": 84.41
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.59,
|
605 |
+
"learning_rate": "5.0000e-06",
|
606 |
+
"loss": 1.8008,
|
607 |
+
"slid_loss": 1.8815,
|
608 |
+
"step": 75,
|
609 |
+
"time": 80.91
|
610 |
+
},
|
611 |
+
{
|
612 |
+
"epoch": 0.6,
|
613 |
+
"learning_rate": "5.0000e-06",
|
614 |
+
"loss": 1.8525,
|
615 |
+
"slid_loss": 1.8812,
|
616 |
+
"step": 76,
|
617 |
+
"time": 84.8
|
618 |
+
},
|
619 |
+
{
|
620 |
+
"epoch": 0.6,
|
621 |
+
"learning_rate": "5.0000e-06",
|
622 |
+
"loss": 1.7307,
|
623 |
+
"slid_loss": 1.8792,
|
624 |
+
"step": 77,
|
625 |
+
"time": 78.98
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.61,
|
629 |
+
"learning_rate": "5.0000e-06",
|
630 |
+
"loss": 1.7338,
|
631 |
+
"slid_loss": 1.8773,
|
632 |
+
"step": 78,
|
633 |
+
"time": 84.67
|
634 |
+
},
|
635 |
+
{
|
636 |
+
"epoch": 0.62,
|
637 |
+
"learning_rate": "5.0000e-06",
|
638 |
+
"loss": 1.7968,
|
639 |
+
"slid_loss": 1.8763,
|
640 |
+
"step": 79,
|
641 |
+
"time": 78.49
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.63,
|
645 |
+
"learning_rate": "5.0000e-06",
|
646 |
+
"loss": 1.7787,
|
647 |
+
"slid_loss": 1.8751,
|
648 |
+
"step": 80,
|
649 |
+
"time": 82.89
|
650 |
+
},
|
651 |
+
{
|
652 |
+
"epoch": 0.64,
|
653 |
+
"learning_rate": "5.0000e-06",
|
654 |
+
"loss": 1.779,
|
655 |
+
"slid_loss": 1.8739,
|
656 |
+
"step": 81,
|
657 |
+
"time": 78.23
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.64,
|
661 |
+
"learning_rate": "5.0000e-06",
|
662 |
+
"loss": 1.7907,
|
663 |
+
"slid_loss": 1.8729,
|
664 |
+
"step": 82,
|
665 |
+
"time": 81.05
|
666 |
+
},
|
667 |
+
{
|
668 |
+
"epoch": 0.65,
|
669 |
+
"learning_rate": "5.0000e-06",
|
670 |
+
"loss": 1.7231,
|
671 |
+
"slid_loss": 1.8711,
|
672 |
+
"step": 83,
|
673 |
+
"time": 79.99
|
674 |
+
},
|
675 |
+
{
|
676 |
+
"epoch": 0.66,
|
677 |
+
"learning_rate": "5.0000e-06",
|
678 |
+
"loss": 1.7397,
|
679 |
+
"slid_loss": 1.8695,
|
680 |
+
"step": 84,
|
681 |
+
"time": 79.98
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.67,
|
685 |
+
"learning_rate": "5.0000e-06",
|
686 |
+
"loss": 1.7482,
|
687 |
+
"slid_loss": 1.8681,
|
688 |
+
"step": 85,
|
689 |
+
"time": 79.09
|
690 |
+
},
|
691 |
+
{
|
692 |
+
"epoch": 0.68,
|
693 |
+
"learning_rate": "5.0000e-06",
|
694 |
+
"loss": 1.7731,
|
695 |
+
"slid_loss": 1.867,
|
696 |
+
"step": 86,
|
697 |
+
"time": 76.58
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"epoch": 0.68,
|
701 |
+
"learning_rate": "5.0000e-06",
|
702 |
+
"loss": 1.8358,
|
703 |
+
"slid_loss": 1.8666,
|
704 |
+
"step": 87,
|
705 |
+
"time": 81.05
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.69,
|
709 |
+
"learning_rate": "5.0000e-06",
|
710 |
+
"loss": 1.7569,
|
711 |
+
"slid_loss": 1.8654,
|
712 |
+
"step": 88,
|
713 |
+
"time": 78.52
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.7,
|
717 |
+
"learning_rate": "5.0000e-06",
|
718 |
+
"loss": 1.7772,
|
719 |
+
"slid_loss": 1.8644,
|
720 |
+
"step": 89,
|
721 |
+
"time": 80.4
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"epoch": 0.71,
|
725 |
+
"learning_rate": "5.0000e-06",
|
726 |
+
"loss": 1.784,
|
727 |
+
"slid_loss": 1.8635,
|
728 |
+
"step": 90,
|
729 |
+
"time": 86.12
|
730 |
+
},
|
731 |
+
{
|
732 |
+
"epoch": 0.71,
|
733 |
+
"learning_rate": "5.0000e-06",
|
734 |
+
"loss": 1.7401,
|
735 |
+
"slid_loss": 1.8621,
|
736 |
+
"step": 91,
|
737 |
+
"time": 80.56
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.72,
|
741 |
+
"learning_rate": "5.0000e-06",
|
742 |
+
"loss": 1.7645,
|
743 |
+
"slid_loss": 1.8611,
|
744 |
+
"step": 92,
|
745 |
+
"time": 76.77
|
746 |
+
},
|
747 |
+
{
|
748 |
+
"epoch": 0.73,
|
749 |
+
"learning_rate": "5.0000e-06",
|
750 |
+
"loss": 1.7251,
|
751 |
+
"slid_loss": 1.8596,
|
752 |
+
"step": 93,
|
753 |
+
"time": 80.72
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"epoch": 0.74,
|
757 |
+
"learning_rate": "5.0000e-06",
|
758 |
+
"loss": 1.792,
|
759 |
+
"slid_loss": 1.8589,
|
760 |
+
"step": 94,
|
761 |
+
"time": 80.45
|
762 |
+
},
|
763 |
+
{
|
764 |
+
"epoch": 0.75,
|
765 |
+
"learning_rate": "5.0000e-06",
|
766 |
+
"loss": 1.7834,
|
767 |
+
"slid_loss": 1.8581,
|
768 |
+
"step": 95,
|
769 |
+
"time": 80.28
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"epoch": 0.75,
|
773 |
+
"learning_rate": "5.0000e-06",
|
774 |
+
"loss": 1.7851,
|
775 |
+
"slid_loss": 1.8574,
|
776 |
+
"step": 96,
|
777 |
+
"time": 81.67
|
778 |
+
},
|
779 |
+
{
|
780 |
+
"epoch": 0.76,
|
781 |
+
"learning_rate": "5.0000e-06",
|
782 |
+
"loss": 1.8255,
|
783 |
+
"slid_loss": 1.857,
|
784 |
+
"step": 97,
|
785 |
+
"time": 77.73
|
786 |
+
},
|
787 |
+
{
|
788 |
+
"epoch": 0.77,
|
789 |
+
"learning_rate": "5.0000e-06",
|
790 |
+
"loss": 1.8322,
|
791 |
+
"slid_loss": 1.8568,
|
792 |
+
"step": 98,
|
793 |
+
"time": 79.82
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.78,
|
797 |
+
"learning_rate": "5.0000e-06",
|
798 |
+
"loss": 1.7494,
|
799 |
+
"slid_loss": 1.8557,
|
800 |
+
"step": 99,
|
801 |
+
"time": 83.73
|
802 |
+
},
|
803 |
+
{
|
804 |
+
"epoch": 0.79,
|
805 |
+
"learning_rate": "5.0000e-06",
|
806 |
+
"loss": 1.8002,
|
807 |
+
"slid_loss": 1.8551,
|
808 |
+
"step": 100,
|
809 |
+
"time": 80.04
|
810 |
+
},
|
811 |
+
{
|
812 |
+
"epoch": 0.79,
|
813 |
+
"learning_rate": "5.0000e-06",
|
814 |
+
"loss": 1.6975,
|
815 |
+
"slid_loss": 1.841,
|
816 |
+
"step": 101,
|
817 |
+
"time": 205.33
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"epoch": 0.8,
|
821 |
+
"learning_rate": "5.0000e-06",
|
822 |
+
"loss": 1.792,
|
823 |
+
"slid_loss": 1.8306,
|
824 |
+
"step": 102,
|
825 |
+
"time": 86.16
|
826 |
+
},
|
827 |
+
{
|
828 |
+
"epoch": 0.81,
|
829 |
+
"learning_rate": "5.0000e-06",
|
830 |
+
"loss": 1.8129,
|
831 |
+
"slid_loss": 1.8201,
|
832 |
+
"step": 103,
|
833 |
+
"time": 80.84
|
834 |
+
},
|
835 |
+
{
|
836 |
+
"epoch": 0.82,
|
837 |
+
"learning_rate": "5.0000e-06",
|
838 |
+
"loss": 1.7504,
|
839 |
+
"slid_loss": 1.8121,
|
840 |
+
"step": 104,
|
841 |
+
"time": 79.26
|
842 |
+
},
|
843 |
+
{
|
844 |
+
"epoch": 0.82,
|
845 |
+
"learning_rate": "5.0000e-06",
|
846 |
+
"loss": 1.688,
|
847 |
+
"slid_loss": 1.8031,
|
848 |
+
"step": 105,
|
849 |
+
"time": 99.38
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.83,
|
853 |
+
"learning_rate": "5.0000e-06",
|
854 |
+
"loss": 1.8118,
|
855 |
+
"slid_loss": 1.8004,
|
856 |
+
"step": 106,
|
857 |
+
"time": 85.96
|
858 |
+
},
|
859 |
+
{
|
860 |
+
"epoch": 0.84,
|
861 |
+
"learning_rate": "5.0000e-06",
|
862 |
+
"loss": 1.7048,
|
863 |
+
"slid_loss": 1.7965,
|
864 |
+
"step": 107,
|
865 |
+
"time": 84.68
|
866 |
+
},
|
867 |
+
{
|
868 |
+
"epoch": 0.85,
|
869 |
+
"learning_rate": "5.0000e-06",
|
870 |
+
"loss": 1.762,
|
871 |
+
"slid_loss": 1.7949,
|
872 |
+
"step": 108,
|
873 |
+
"time": 79.12
|
874 |
+
},
|
875 |
+
{
|
876 |
+
"epoch": 0.86,
|
877 |
+
"learning_rate": "5.0000e-06",
|
878 |
+
"loss": 1.799,
|
879 |
+
"slid_loss": 1.7936,
|
880 |
+
"step": 109,
|
881 |
+
"time": 85.23
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"epoch": 0.86,
|
885 |
+
"learning_rate": "5.0000e-06",
|
886 |
+
"loss": 1.7582,
|
887 |
+
"slid_loss": 1.793,
|
888 |
+
"step": 110,
|
889 |
+
"time": 85.47
|
890 |
+
},
|
891 |
+
{
|
892 |
+
"epoch": 0.87,
|
893 |
+
"learning_rate": "5.0000e-06",
|
894 |
+
"loss": 1.7241,
|
895 |
+
"slid_loss": 1.7919,
|
896 |
+
"step": 111,
|
897 |
+
"time": 81.73
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"epoch": 0.88,
|
901 |
+
"learning_rate": "5.0000e-06",
|
902 |
+
"loss": 1.7806,
|
903 |
+
"slid_loss": 1.7917,
|
904 |
+
"step": 112,
|
905 |
+
"time": 85.27
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.89,
|
909 |
+
"learning_rate": "5.0000e-06",
|
910 |
+
"loss": 1.7839,
|
911 |
+
"slid_loss": 1.7909,
|
912 |
+
"step": 113,
|
913 |
+
"time": 78.94
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"epoch": 0.9,
|
917 |
+
"learning_rate": "5.0000e-06",
|
918 |
+
"loss": 1.789,
|
919 |
+
"slid_loss": 1.7907,
|
920 |
+
"step": 114,
|
921 |
+
"time": 80.05
|
922 |
+
},
|
923 |
+
{
|
924 |
+
"epoch": 0.9,
|
925 |
+
"learning_rate": "5.0000e-06",
|
926 |
+
"loss": 1.7831,
|
927 |
+
"slid_loss": 1.7912,
|
928 |
+
"step": 115,
|
929 |
+
"time": 82.11
|
930 |
+
},
|
931 |
+
{
|
932 |
+
"epoch": 0.91,
|
933 |
+
"learning_rate": "5.0000e-06",
|
934 |
+
"loss": 1.7619,
|
935 |
+
"slid_loss": 1.7897,
|
936 |
+
"step": 116,
|
937 |
+
"time": 78.06
|
938 |
+
},
|
939 |
+
{
|
940 |
+
"epoch": 0.92,
|
941 |
+
"learning_rate": "5.0000e-06",
|
942 |
+
"loss": 1.8384,
|
943 |
+
"slid_loss": 1.7901,
|
944 |
+
"step": 117,
|
945 |
+
"time": 77.8
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"epoch": 0.93,
|
949 |
+
"learning_rate": "5.0000e-06",
|
950 |
+
"loss": 1.78,
|
951 |
+
"slid_loss": 1.7904,
|
952 |
+
"step": 118,
|
953 |
+
"time": 81.19
|
954 |
+
},
|
955 |
+
{
|
956 |
+
"epoch": 0.93,
|
957 |
+
"learning_rate": "5.0000e-06",
|
958 |
+
"loss": 1.7805,
|
959 |
+
"slid_loss": 1.7901,
|
960 |
+
"step": 119,
|
961 |
+
"time": 83.57
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.94,
|
965 |
+
"learning_rate": "5.0000e-06",
|
966 |
+
"loss": 1.7509,
|
967 |
+
"slid_loss": 1.7899,
|
968 |
+
"step": 120,
|
969 |
+
"time": 78.54
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.95,
|
973 |
+
"learning_rate": "5.0000e-06",
|
974 |
+
"loss": 1.7806,
|
975 |
+
"slid_loss": 1.7897,
|
976 |
+
"step": 121,
|
977 |
+
"time": 83.97
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"epoch": 0.96,
|
981 |
+
"learning_rate": "5.0000e-06",
|
982 |
+
"loss": 1.7887,
|
983 |
+
"slid_loss": 1.7899,
|
984 |
+
"step": 122,
|
985 |
+
"time": 83.74
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"epoch": 0.97,
|
989 |
+
"learning_rate": "5.0000e-06",
|
990 |
+
"loss": 1.7084,
|
991 |
+
"slid_loss": 1.7893,
|
992 |
+
"step": 123,
|
993 |
+
"time": 78.85
|
994 |
+
},
|
995 |
+
{
|
996 |
+
"epoch": 0.97,
|
997 |
+
"learning_rate": "5.0000e-06",
|
998 |
+
"loss": 1.7843,
|
999 |
+
"slid_loss": 1.7889,
|
1000 |
+
"step": 124,
|
1001 |
+
"time": 79.91
|
1002 |
+
},
|
1003 |
+
{
|
1004 |
+
"epoch": 0.98,
|
1005 |
+
"learning_rate": "5.0000e-06",
|
1006 |
+
"loss": 1.8215,
|
1007 |
+
"slid_loss": 1.788,
|
1008 |
+
"step": 125,
|
1009 |
+
"time": 77.9
|
1010 |
+
},
|
1011 |
+
{
|
1012 |
+
"epoch": 0.99,
|
1013 |
+
"learning_rate": "5.0000e-06",
|
1014 |
+
"loss": 1.8352,
|
1015 |
+
"slid_loss": 1.7881,
|
1016 |
+
"step": 126,
|
1017 |
+
"time": 82.06
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 1.0,
|
1021 |
+
"learning_rate": "5.0000e-06",
|
1022 |
+
"loss": 1.7802,
|
1023 |
+
"slid_loss": 1.7868,
|
1024 |
+
"step": 127,
|
1025 |
+
"time": 80.15
|
1026 |
+
},
|
1027 |
+
{
|
1028 |
+
"epoch": 1.0,
|
1029 |
+
"step": 127,
|
1030 |
+
"time": 0.01,
|
1031 |
+
"total_flos": 0.0,
|
1032 |
+
"train_loss": 1.837487073395196,
|
1033 |
+
"train_runtime": 10569.7638,
|
1034 |
+
"train_samples_per_second": 12.332,
|
1035 |
+
"train_steps_per_second": 0.012
|
1036 |
+
}
|
1037 |
+
],
|
1038 |
+
"logging_steps": 1.0,
|
1039 |
+
"max_steps": 127,
|
1040 |
+
"num_train_epochs": 1,
|
1041 |
+
"save_steps": 50,
|
1042 |
+
"total_flos": 0.0,
|
1043 |
+
"trial_name": null,
|
1044 |
+
"trial_params": null
|
1045 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fef0e3847b9eb957731f5fe1ea227ec818d35e1a861e85ba3a5a65cd5e1ed0e8
|
3 |
+
size 5883
|