Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Bump transformers from 4.33.2 to 4.34.0#162

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/transformers-4.34.0
Closed

Bump transformers from 4.33.2 to 4.34.0#162
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/transformers-4.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 9, 2023

Copy link
Copy Markdown
Contributor

Bumps transformers from 4.33.2 to 4.34.0.

Release notes

Sourced from transformers's releases.

v4.34: Mistral, Persimmon, Prompt templating, Flash Attention 2, Tokenizer refactor

New models

Mistral

Mistral-7B-v0.1 is a decoder-based LM with the following architectural choices:

  • Sliding Window Attention - Trained with 8k context length and fixed cache size, with a theoretical attention span of 128K tokens
  • GQA (Grouped Query Attention) - allowing faster inference and lower cache size.
  • Byte-fallback BPE tokenizer - ensures that characters are never mapped to out-of-vocabulary tokens.

Persimmon

The authors introduced Persimmon-8B, a decoder model based on the classic transformers architecture, with query and key normalization. Persimmon-8B is a fully permissively licensed model with approximately 8 billion parameters, released under the Apache license. Some of the key attributes of Persimmon-8B are long context size (16K), performance, and capabilities for multimodal extensions.

BROS

BROS stands for BERT Relying On Spatiality. It is an encoder-only Transformer model that takes a sequence of tokens and their bounding boxes as inputs and outputs a sequence of hidden states. BROS encode relative spatial information instead of using absolute spatial information.

ViTMatte

ViTMatte leverages plain Vision Transformers for the task of image matting, which is the process of accurately estimating the foreground object in images and videos.

Nougat

Nougat uses the same architecture as Donut, meaning an image Transformer encoder and an autoregressive text Transformer decoder to translate scientific PDFs to markdown, enabling easier access to them.

Prompt templating

We've added a new template feature for chat models. This allows the formatting that a chat model was trained with to be saved with the model, ensuring that users can exactly reproduce that formatting when they want to fine-tune the model or use it for inference. For more information, see our template documentation.

🚨🚨 Tokenizer refactor

🚨Workflow Changes 🚨:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@dependabot dependabot Bot force-pushed the dependabot/pip/transformers-4.34.0 branch from 831f606 to 28b2d37 Compare October 9, 2023 23:00
@dependabot dependabot Bot force-pushed the dependabot/pip/transformers-4.34.0 branch from 28b2d37 to 013364f Compare October 10, 2023 16:52
@dependabot @github

dependabot Bot commented on behalf of github Oct 10, 2023

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot Bot force-pushed the dependabot/pip/transformers-4.34.0 branch from 013364f to a8d0ea7 Compare October 10, 2023 19:01
Bumps [transformers](https://github.com/huggingface/transformers) from 4.33.2 to 4.34.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.33.2...v4.34.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/transformers-4.34.0 branch from a8d0ea7 to 65c4664 Compare October 10, 2023 19:04
@yujonglee yujonglee force-pushed the main branch 2 times, most recently from 79bf131 to d827d54 Compare October 19, 2023 05:05
@dependabot @github

dependabot Bot commented on behalf of github Oct 23, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #174.

@dependabot dependabot Bot closed this Oct 23, 2023
@dependabot dependabot Bot deleted the dependabot/pip/transformers-4.34.0 branch October 23, 2023 19:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants