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

[WIP] Add mammut #641

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

[WIP] Add mammut #641

wants to merge 53 commits into from

Commits on May 4, 2023

  1. initial commits

    gpucce committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8d2589f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. typos

    gpucce committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4e21849 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. first run

    Giovanni Puccetti committed May 20, 2023
    Configuration menu
    Copy the full SHA
    2c967a9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. t arg change

    Giovanni Puccetti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    53cf4ed View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into add_mammut

    Giovanni Puccetti committed May 23, 2023
    Configuration menu
    Copy the full SHA
    46a89a4 View commit details
    Browse the repository at this point in the history
  3. better generation logic

    gpucce committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5827a10 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    fcee7c2 View commit details
    Browse the repository at this point in the history
  2. adjust notation

    gpucce committed May 30, 2023
    Configuration menu
    Copy the full SHA
    997b786 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. make as with cls at the end

    gpucce committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    852b2f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    88f70ba View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge branch 'fix_multimodal_transformer' of https://github.com/iejMa…

    …c/open_clip into fix_multimodal_transformer
    gpucce committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ad716d7 View commit details
    Browse the repository at this point in the history
  2. test CI

    gpucce committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    dcb18d7 View commit details
    Browse the repository at this point in the history
  3. move back ci

    gpucce committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    491bb5c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. split pooling

    gpucce committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dce72e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623226c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    ee982c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e191018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20dc72b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. fix padding and 0 loss

    gpucce committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    4b95dd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c38622 View commit details
    Browse the repository at this point in the history
  3. revert multiple attn pooler

    gpucce committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    826e799 View commit details
    Browse the repository at this point in the history
  4. rm white space

    gpucce committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    b25d6f9 View commit details
    Browse the repository at this point in the history
  5. duplicated init_parameters

    gpucce committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5a55161 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. missing is_decoder

    gpucce committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    26f39c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. small improvements

    gpucce committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fe6bc7b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. move mage projection

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0ea74ac View commit details
    Browse the repository at this point in the history
  2. remove useless kwargs

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4258f1 View commit details
    Browse the repository at this point in the history
  3. remove useless kwargs

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ddb647c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3d32fd View commit details
    Browse the repository at this point in the history
  5. fix args

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5a29467 View commit details
    Browse the repository at this point in the history
  6. small improvements

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    805ad2d View commit details
    Browse the repository at this point in the history
  7. inherit init

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    46da15f View commit details
    Browse the repository at this point in the history
  8. make equal

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    53c6d39 View commit details
    Browse the repository at this point in the history
  9. fix typo

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1d46cfa View commit details
    Browse the repository at this point in the history
  10. output latents and logits

    gpucce committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2abdf12 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add mammut L/14 config

    gpucce committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4c8dcee View commit details
    Browse the repository at this point in the history
  2. allow text=None in forward

    gpucce committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    2ca74c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. better decoder

    gpucce committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    52e7b3e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. better decoder

    gpucce committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4f0b832 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    b980b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    dc8d841 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    f13b230 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    29a052f View commit details
    Browse the repository at this point in the history
  2. stash pop

    gpucce committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e83ac00 View commit details
    Browse the repository at this point in the history
  3. update generation

    gpucce committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    717fe7a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. uniform generation

    gpucce committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f64c995 View commit details
    Browse the repository at this point in the history
  2. make equal

    gpucce committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f3912dc View commit details
    Browse the repository at this point in the history
  3. add context legnth to mammut

    gpucce committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c4bb198 View commit details
    Browse the repository at this point in the history
  4. add older poolign

    gpucce committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ef9071b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb619dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e14e4c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. typo and print

    gpucce committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b34393e View commit details
    Browse the repository at this point in the history
  2. uniform everything

    gpucce committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    cc50367 View commit details
    Browse the repository at this point in the history