HarshaIntern commited on
Commit
4aaf2c5
·
verified ·
1 Parent(s): 946987f

Update README.md

Browse files

Updates the README.md with correct dataset_info config.

Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -125,31 +125,6 @@ For inquiries, visit [redblock.ai](https://www.redblock.ai/#book-a-demo-popup).
125
  ```json
126
  {
127
  "description": "PARROT is a validated LLM benchmarking dataset that leverages game show data for a more realistic evaluation of Large Language Models (LLMs). Curated by Redblock, this dataset offers unique challenges through its open-ended and closed-ended question formats, derived from the popular game shows Jeopardy! and Who Wants to Be a Millionaire?",
128
- "features": {
129
- "jeopardy": {
130
- "ep_num": "int32",
131
- "air_date": "string",
132
- "extra_info": "string",
133
- "round_name": "string",
134
- "coord": "string",
135
- "category": "string",
136
- "value": "float32",
137
- "daily_double": "bool",
138
- "question": "string",
139
- "answer": "string",
140
- "correct_attempts": "int32",
141
- "wrong_attempts": "int32"
142
- },
143
- "millionaire": {
144
- "question_info": "string",
145
- "question": "string",
146
- "options": "list",
147
- "correct_answer": "string",
148
- "price": "float32",
149
- "normalized_options": "list",
150
- "normalized_correct_opt": "string"
151
- }
152
- },
153
  "homepage": "https://huggingface.co/datasets/redblock-ai/parrot",
154
  "license": "cc-by-4.0",
155
  "citation": "@dataset{parrot2024,\nauthor = {Redblock AI Team},\ntitle = {PARROT: Performance Assessment of Reasoning and Responses on Trivia},\nyear = 2024,\npublisher = {Redblock},\nurl = {https://huggingface.co/datasets/redblock/parrot},\nlicense = {CC BY 4.0}\n}",
 
125
  ```json
126
  {
127
  "description": "PARROT is a validated LLM benchmarking dataset that leverages game show data for a more realistic evaluation of Large Language Models (LLMs). Curated by Redblock, this dataset offers unique challenges through its open-ended and closed-ended question formats, derived from the popular game shows Jeopardy! and Who Wants to Be a Millionaire?",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  "homepage": "https://huggingface.co/datasets/redblock-ai/parrot",
129
  "license": "cc-by-4.0",
130
  "citation": "@dataset{parrot2024,\nauthor = {Redblock AI Team},\ntitle = {PARROT: Performance Assessment of Reasoning and Responses on Trivia},\nyear = 2024,\npublisher = {Redblock},\nurl = {https://huggingface.co/datasets/redblock/parrot},\nlicense = {CC BY 4.0}\n}",