lucasmccabe-lmi
commited on
Commit
•
3eca6af
1
Parent(s):
c058cd6
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,8 @@ dataset_info:
|
|
16 |
---
|
17 |
# Dataset Card for "openai_humaneval_alpaca_style"
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
# Dataset Card for "openai_humaneval_alpaca_style"
|
18 |
|
19 |
+
This dataset consists of hand-written Python solutions to 164 programming problems by OpenAI. This dataset is equivalent to [openai_humaneval](https://huggingface.co/datasets/openai_humaneval), but has been slightly modified to fit the Alpaca format and include an input field ("The prompt's code is written in Python. Write corresponding response code in Python, as well.") when Python is not explicitly mentioned in the prompt.
|
20 |
+
|
21 |
+
Numbers:
|
22 |
+
- **Prompts**: 164
|
23 |
+
- **Tokens**: 36644 using the [EleutherAI/gpt-neox-20b](https://huggingface.co/EleutherAI/gpt-neox-20b) tokenizer (counting instruction+input+output)
|