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

Add community task specific for french #511

Closed
wants to merge 0 commits into from

Conversation

mdiazmel
Copy link
Contributor

Propose a specific task to run on the bac-fr, a dataset composed of questions extracted from the french BAC exam.
json tags are: [instruction], [enonce], [reponse], [reponse etendue], [choix], [choix correct]

choices=[""],
gold_index=0,
instruction="",
specific={"instruction": line["instruction"], "enonce": line["enonce"]},
Copy link
Member

Choose a reason for hiding this comment

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

Why do you put instruction in specific? Aren't we using the same instruction for all tasks there (or maybe all tasks, per domain)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Don't know really what this line does. Have you already looked at the data? The instructions could be different for each question...

few_shots_split=None,
few_shots_select="random_sampling",
generation_size=1,
metric=[],
Copy link
Member

Choose a reason for hiding this comment

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

We need to define the metric :)
If generative, the generation_size will need to be higher than 1 token I think

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What generation_size do you suggest?

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