Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LAION-AI/Open-Assistant
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3-alpha37
Choose a base ref
...
head repository: LAION-AI/Open-Assistant
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3-alpha38
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 29, 2023

  1. Fixes for worker prompt truncation in ChatML case (#3673)

    Co-authored-by: Andreas Koepf <andreas.koepf@provisio.com>
    olliestanley and andreaskoepf committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    adcf8dc View commit details
    Browse the repository at this point in the history
  2. Fix german leaderboard translation (#3674)

    - fix order to match leaderboard.json of other locales
    - fix template: `{{Bedarf, Zahl, Ganzzahl}}` ->
    `{{level,number,integer}}`
    andreaskoepf committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    fd9ecfa View commit details
    Browse the repository at this point in the history
  3. Dev zhanglu (#3649)

    Check whether the size of the embedding layer has been resized, rather
    than checking if the length of the tokenizer is equal to the size of the
    embedding layer.
    This is because the embedding layer of the model may be resized and
    padded to a multiple of 16, but the tokenizer may not be padded, which
    will cause the freezing layer to fail. However, at this time, the
    embedding layer will not be resized and freezing can still be performed.
    zhanglu0704 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7e40ee3 View commit details
    Browse the repository at this point in the history
Loading