Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The datasets are specifically designed to evaluate the capability of Large Langu
| 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 |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

There appears to be a typo in the task name. It should likely be kernel_generation instead of kernel_genernation.

Additionally, while the context length is updated to 16K here, the description on line 10 still refers to 15K tokens. Please update line 10 as well to maintain consistency in the document.

Suggested change
| openseek-8 | kernel_genernation | 16K | 166 |
| openseek-8 | kernel_generation | 16K | 166 |



## Data Structure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

There appears to be a typo in the task name. It should likely be kernel_generation instead of kernel_genernation.

Additionally, while the context length is updated to 16K here, the description on line 12 still refers to 15K tokens. Please update line 12 as well to maintain consistency in the document.

Suggested change
| openseek-8 | kernel_genernation | 16K | 166 |
| openseek-8 | kernel_generation | 16K | 166 |


---

Expand Down
Loading