blindsubmissions commited on
Commit
eb1999f
1 Parent(s): 474f0ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ from datasets import load_dataset
72
 
73
  def get_dataset(prog_lang):
74
 
75
- test_data = load_dataset("blindsubmissions/GH_text2code")
76
 
77
  return test_data
78
  ```
 
72
 
73
  def get_dataset(prog_lang):
74
 
75
+ test_data = load_dataset("blindsubmissions/GH_text2code", split=prog_lang)
76
 
77
  return test_data
78
  ```