class HuggingFaceDatasetManager(BaseDatasetManager):
A dataset manager for Hugging Face datasets. This class provides
methods to create, add, update, delete, and list records in a dataset on
the Hugging Face Hub.Parameters:
token (str): The Hugging Face API token. If not provided, the token will be read from the environment variable HF_TOKEN.