Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Tags:
code
Libraries:
Datasets
License:
gabeorlanski commited on
Commit
65e5c5c
1 Parent(s): 3587674

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ BC-TP3 supports:
58
  >>> load_dataset("gabeorlanski/tp3")
59
  DatasetDict({
60
  test: Dataset({
61
- features: ['qid', 'title', 'language', 'text', 'signature_with_docstring', 'signature', 'arguments', 'entry_fn_name', 'entry_cls_name', 'test_code', 'source', 'test_list', 'test_case_ids'],
62
  num_rows: 5920
63
  })
64
  })
 
58
  >>> load_dataset("gabeorlanski/tp3")
59
  DatasetDict({
60
  test: Dataset({
61
+ features: ['qid', 'title', 'language', 'text', 'signature_with_docstring', 'signature', 'arguments', 'source', 'question_info'],
62
  num_rows: 5920
63
  })
64
  })