Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ _process_doc
Method
_process_doc
test/general/lm_eval/tasks/scrolls.py:357–358 ·
view source on GitHub ↗
(self, doc)
Source
from the content-addressed store, hash-verified
355
DATASET_NAME =
"narrative_qa"
356
357
def
_process_doc(self, doc):
358
return
[_process_doc_prepended_question(doc)]
359
360
def
_scrolls_metrics(self):
361
return
{
"f1"
:
"f1"
}
Callers
1
_get_prune_text
Method · 0.95
Calls
1
_process_doc_prepended_question
Function · 0.85
Tested by
no test coverage detected