Data-hf
Openai Module Moduleβ
This module performs tests on truthful_qa.
To serve the module
Bashβ
c data.hf serve tag=10 path=truthful_qa
Pythonβ
c.serve('data.hf', tag=10, path='truthful_qa')
To register the module
Bashβ
c data.hf register tag=10 path=truthful_qa
Pythonβ
c.register('data.hf', tag=10, path='truthful_qa')