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

Adapt text classification from scratch #2056

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Humbulani1234
Copy link
Contributor

Find PR with .md and .ipynb generated.

@SamanehSaadat
Copy link
Member

Hi @Humbulani1234

Could you share more details about why this change is needed?

@Humbulani1234
Copy link
Contributor Author

Humbulani1234 commented Mar 12, 2025

Hi,

My understanding is that the final end-to-end model must accept strings as inputs. JAX and Torch do not process strings as part of the compiled model - only Tensorflow does.

So, I created an end-to-end model that accepts strings by overriding evaluate to process strings first and not as part of the model.

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.

3 participants