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

special symbols in text #10

Open
152334H opened this issue Feb 18, 2023 · 2 comments
Open

special symbols in text #10

152334H opened this issue Feb 18, 2023 · 2 comments

Comments

@152334H
Copy link
Owner

152334H commented Feb 18, 2023

Notable problem of the base tortoise model: it does not handle *emphasis* or special symbols like + or = or & elegantly. Lines like:

  • 8 + 5 = 13
  • him & his wife
  • I *really* do not like this

all perform oddly poorly.

I am not sure if fine-tuning could fix this. Personally, I think you would need to at least fine-tune both the CLVP && GPT model to fix this.

@xenotropic
Copy link

This seems like it would be easier to fix with text preprocessing / normalization (for plus, equals, ampersand) and bold emphasis with bracket prompt engineering, "I [emphatically] do not like this".

@152334H
Copy link
Owner Author

152334H commented Mar 19, 2023

yeah my existing hobby projects all do that kind of thing, but there's no inherent reason why transformers shouldn't be able to just handle the symbols

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

No branches or pull requests

2 participants