Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
arjunguha commited on
Commit
708f268
·
verified ·
1 Parent(s): 234a725

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -216,4 +216,9 @@ build software that uses LLMs under the hood from a systems perspective. The cou
216
  how to build interactive software systems that testable, scaleable, and well-designed, despite the
217
  fact that they are working with an essential component -- the LLM -- that can behave in unpredictable ways.
218
 
219
- This repository contains the datasets that the course uses for homework assignments.
 
 
 
 
 
 
216
  how to build interactive software systems that testable, scaleable, and well-designed, despite the
217
  fact that they are working with an essential component -- the LLM -- that can behave in unpredictable ways.
218
 
219
+ This repository contains the datasets that the course uses for homework assignments.
220
+
221
+ Credits (WIP):
222
+
223
+ - `bigbenchhard_reasoning_about_colored_objects`: copied from https://huggingface.co/datasets/maveriq/bigbenchhard because
224
+ that repository has datasets scripts that are no longer supported by Datasets v4. Originally from the paper https://arxiv.org/abs/2210.09261.