There’s a new sheriff in town. And it’s called the CLI.
cyyrus run
How do I set up logging for Cyyrus?
--log-level
option, choose between human-readable and machine-readable formats with --human-readable
, specify a log file name with --log-file
, and set a custom directory for log files using --log-dir
.For example:cyyrus_debug.log
in the ./logs
directory.How can I export my processed data?
--export-format
and --export-path
options. The --export-format
option determines the format of your exported data, while --export-path
specifies where the exported data should be saved.For instance:./exported_data
directory.Can I upload my dataset directly to Hugging Face?
--huggingface-token
option to provide your authentication token, and --repo-id
to specify the target repository.For example:cyyrus init
cyyrus validate