Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-research/language
/ main
Function
main
language/orqa/preprocessing/create_data_splits.py:116–120 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
114
115
116
def
main(_):
117
tf.io.gfile.makedirs(FLAGS.output_dir)
118
resplit_nq()
119
resplit_wb()
120
resplit_ct()
121
122
123
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
3
resplit_nq
Function · 0.85
resplit_wb
Function · 0.85
resplit_ct
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…