diff --git a/.gitattributes b/.gitattributes index 74d863bf0e2d4ec22bfc9785904de115b94fcf35..d19e5ef028519cf5cf030da7d9064aaf8d3e9139 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text checkpoint-200000/trainer_state.json filter=lfs diff=lfs merge=lfs -text +checkpoint-250000/trainer_state.json filter=lfs diff=lfs merge=lfs -text diff --git a/checkpoint-250000/added_tokens.json b/checkpoint-250000/added_tokens.json new file mode 100644 index 0000000000000000000000000000000000000000..174b2be75ec7d2ee122be62ff0ceb75d19131bfe --- /dev/null +++ b/checkpoint-250000/added_tokens.json @@ -0,0 +1,45 @@ +{ + "": 151677, + "": 151670, + "": 151673, + "": 151675, + "": 151668, + "": 151658, + "": 151666, + "": 151671, + "": 151676, + "": 151669, + "": 151672, + "": 151674, + "": 151667, + "": 151657, + "": 151665, + "<|action_end|>": 151680, + "<|action_pad|>": 151679, + "<|action_pass|>": 151681, + "<|action_start|>": 151678, + "<|box_end|>": 151649, + "<|box_start|>": 151648, + "<|endoftext|>": 151643, + "<|file_sep|>": 151664, + "<|fim_middle|>": 151660, + "<|fim_pad|>": 151662, + "<|fim_prefix|>": 151659, + "<|fim_suffix|>": 151661, + "<|im_end|>": 151645, + "<|im_start|>": 151644, + "<|image_pad|>": 151655, + "<|object_ref_end|>": 151647, + "<|object_ref_start|>": 151646, + "<|quad_end|>": 151651, + "<|quad_start|>": 151650, + "<|repo_name|>": 151663, + "<|state_end|>": 151684, + "<|state_pad|>": 151683, + "<|state_start|>": 151682, + "<|video_pad|>": 151656, + "<|vision_end|>": 151653, + "<|vision_pad|>": 151654, + "<|vision_start|>": 151652, + "<|vla|>": 151685 +} diff --git a/checkpoint-250000/chat_template.jinja b/checkpoint-250000/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..2e5dcf6ad9edfd8c89a52da19c23bd8a8d87a7f2 --- /dev/null +++ b/checkpoint-250000/chat_template.jinja @@ -0,0 +1,6 @@ +{% for message in messages %}{{'<|im_start|>' + message['role'] + ' +'}}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' %}{{ ' +' }}{% elif content['type'] == 'video' %}{{ '