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

OLMo1123 classification. #1

Open
wants to merge 25 commits into
base: shanea/add-olmo1124
Choose a base branch
from

Conversation

vwxyzjn
Copy link

@vwxyzjn vwxyzjn commented Nov 12, 2024

Dummy

Comment on lines +480 to +483
class Olmo1124ForSequenceClassification(OlmoForSequenceClassification):
def __init__(self, config: Olmo1124Config):
super().__init__(config)
self.model = Olmo1124Model(config)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added those here and ran python utils/modular_model_converter.py --files_to_parse src/transformers/models/olmo_1124/modular_olmo_1124.py, but nothing seems to be generated

@2015aroras 2015aroras force-pushed the shanea/add-olmo1124 branch 2 times, most recently from 796642d to 82a75c2 Compare November 15, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants