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

Change BloomConfig docstring #19336

Merged
merged 4 commits into from Oct 5, 2022

Commits on Oct 5, 2022

  1. change BloomConfig docstring

    - slightly change the docstring of the `BloomConfig`
    - Use correct default vocab size
    - Use correct default `hidden_dim`, `n_head`
    younesbelkada committed Oct 5, 2022
    Copy the full SHA
    d99d89f View commit details
    Browse the repository at this point in the history
  2. Update src/transformers/models/bloom/configuration_bloom.py

    Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
    younesbelkada and sgugger committed Oct 5, 2022
    Copy the full SHA
    671ae11 View commit details
    Browse the repository at this point in the history
  3. Update src/transformers/models/bloom/configuration_bloom.py

    Co-authored-by: SaulLu <55560583+SaulLu@users.noreply.github.com>
    younesbelkada and SaulLu committed Oct 5, 2022
    Copy the full SHA
    b3478f0 View commit details
    Browse the repository at this point in the history
  4. make style

    younesbelkada committed Oct 5, 2022
    Copy the full SHA
    137f156 View commit details
    Browse the repository at this point in the history