Skip to main content

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')