Skip to content

Remove constraint on max_sequence_length and update related logic#21

Open
robmarkcole wants to merge 2 commits into
allenai:mainfrom
robmarkcole:Remove-constraint-on-max-sequence-length
Open

Remove constraint on max_sequence_length and update related logic#21
robmarkcole wants to merge 2 commits into
allenai:mainfrom
robmarkcole:Remove-constraint-on-max-sequence-length

Conversation

@robmarkcole

Copy link
Copy Markdown



class TimeSpan(str, Enum):
class TimeSpan(StrEnum):

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

ruff check requires

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.

Sequences > 12 are supported?

1 participant