nemo_gym.hf_utils#
Module Contents#
Functions#
Check for the presence of the expected keys in the dataset |
|
API#
- nemo_gym.hf_utils.create_huggingface_client(token: str) huggingface_hub.HfApi#
- nemo_gym.hf_utils.check_jsonl_format(file_path: str) bool#
Check for the presence of the expected keys in the dataset
- nemo_gym.hf_utils.upload_jsonl_dataset( ) None#
- nemo_gym.hf_utils.download_jsonl_dataset( ) None#
- nemo_gym.hf_utils.download_jsonl_dataset_cli() None#