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

BreadcrumbsLMOps/prompt_optimization /tasks.py EthosBinaryTask question #122

Open
aaronlyt opened this issue Nov 30, 2023 · 0 comments
Open

Comments

@aaronlyt
Copy link

module: EthosBinaryTask

two questions:

  1. df = df[(df[1] <= 0) | (df[1] >= 0.7)]: why using this condition to filter the data, the condition not appear in paper
  2. exs = [{'id': x['index'], 'text': x[0], 'label': 1 if x[1] > 0.4 else 0} for x in exs[:200]]: the test count is not consistent with paper 150?
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

1 participant