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

Baseline: EncT5 #12

Open
bclavie opened this issue May 15, 2024 · 3 comments
Open

Baseline: EncT5 #12

bclavie opened this issue May 15, 2024 · 3 comments
Assignees

Comments

@bclavie
Copy link
Contributor

bclavie commented May 15, 2024

No description provided.

@raphaelsty
Copy link
Collaborator

raphaelsty commented May 15, 2024

I would be happy to contribute on this one which seems great to start with !

Don't hesitate to tell me if I'm going the wrong way:

  • We would add an extra argument namely T5 to the function build_model of glue.py script and create a dedicated t5_module.create_t5_classification.

  • I have found a reference code available at t5-fine-tuning, would it be consistent with building a Baseline EnCT5?

@NohTow
Copy link
Collaborator

NohTow commented May 15, 2024

I think this issue refer to using EncT5 approach on T5-Pile (except for the large size) as a baseline.

Actually go ahead and eval Pile-T5 with the EncT5 treatment, as that's likely to be the best Encdec around. (except for the large size, where we'd use T5-1.1, since there seems to have been an issue with PileT5 for that size).

I'll ping you on the related discussion.

@bclavie
Copy link
Contributor Author

bclavie commented May 15, 2024

Hey @raphaelsty ! Yes, @NohTow is correct, this is about setting up baselines with only the Encoder + the EncT5 recipe from the paper above (GitHub repo) for:

  • PileT5-base
  • T51.1-large (there's an unknown issue with PileT5-large where it performs surprisingly weakly)
  • PileT5-XL
    To serve as a very strong comparison point for our own base/large/XL variants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants