Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tune](deps): Bump transformers from 4.3.2 to 4.8.2 in /python/requirements #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 3, 2021

Bumps transformers from 4.3.2 to 4.8.2.

Release notes

Sourced from transformers's releases.

Patch release: v4.8.2

v4.8.1: Patch release

  • Fix default for TensorBoard folder
  • Ray Tune install #12338
  • Tests fixes for Torch FX #12336

v4.8.0 Integration with the Hub and Flax/JAX support

Integration with the Hub

Our example scripts and Trainer are now optimized for publishing your model on the Hugging Face Hub, with Tensorboard training metrics, and an automatically authored model card which contains all the relevant metadata, including evaluation results.

Trainer Hub integration

Use --push_to_hub to create a model repo for your training and it will be saved with all relevant metadata at the end of the training.

Other flags are:

  • push_to_hub_model_id to control the repo name
  • push_to_hub_organization to specify an organization

Visualizing Training metrics on huggingface.co (based on Tensorboard)

By default if you have tensorboard installed the training scripts will use it to log, and the logging traces folder is conveniently located inside your model output directory, so you can push them to your model repo by default.

Any model repo that contains Tensorboard traces will spawn a Tensorboard server:

image

which makes it very convenient to see how the training went! This Hub feature is in Beta so let us know if anything looks weird :)

See this model repo

Model card generation

image

The model card contains info about the datasets used, the eval results, ...

Many users were already adding their eval results to their model cards in markdown format, but this is a more structured way of adding them which will make it easier to parse and e.g. represent in leaderboards such as the ones on Papers With Code!

We use a format specified in collaboration with [PaperswithCode] (https://github.com/huggingface/huggingface_hub/blame/main/modelcard.md), see also this repo.

Model, tokenizer and configurations

... (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 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 Jul 3, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 8a0e44a to 6811419 Compare July 16, 2021 21:32
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 6811419 to 969001d Compare August 17, 2021 20:03
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 969001d to 52e8eae Compare September 29, 2021 21:23
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 52e8eae to 5185d20 Compare October 27, 2021 18:31
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 5185d20 to 76bdc78 Compare November 8, 2021 23:01
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 76bdc78 to 7c336f1 Compare June 17, 2022 21:50
Bumps [transformers](https://github.com/huggingface/transformers) from 4.3.2 to 4.8.2.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.3.2...v4.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/requirements/transformers-4.8.2 branch from 7c336f1 to 48c74a4 Compare September 21, 2022 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants