-
Notifications
You must be signed in to change notification settings - Fork 45
modified README of data #178
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |||||
| | openseek-5 | semeval_2018_task1_tweet_sadness_detection | 30K | 500 | | ||||||
| | openseek-6 | mnli_same_genre_classification | 30K | 500 | | ||||||
| | openseek-7 | jeopardy_answer_generation_all | 30K | 500 | | ||||||
| | openseek-8 | kernel_genernation | 15K | 166 | | ||||||
| | openseek-8 | kernel_genernation | 16K | 166 | | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There appears to be a typo in the task name. It should likely be Additionally, while the context length is updated to
Suggested change
|
||||||
|
|
||||||
| --- | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a typo in the task name. It should likely be
kernel_generationinstead ofkernel_genernation.Additionally, while the context length is updated to
16Khere, the description on line 10 still refers to15K tokens. Please update line 10 as well to maintain consistency in the document.