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

Update __init__.py #83

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update __init__.py #83

wants to merge 4 commits into from

Commits on Dec 27, 2023

  1. Update __init__.py

    Making MambaConfig available from outside
    Koziev authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0ecc03c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Add files via upload

    Making MambaLMHeadModel more transformers.Trainer-friendly
    Koziev authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    3e5ab2f View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    Adding method ```to_json_string``` required by transformers.Trainer in some finetuning scenarios
    Koziev authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    53ab7c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Implementing MambaConfig.to_dict()

    Implementing MambaConfig.to_dict() for compatibility with transformers.Trainer 4.36.2
    Koziev authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    333cae8 View commit details
    Browse the repository at this point in the history