Try it out on Google Colab →Try Athina IDE →This guide demonstrates how to log a dataset from HuggingFace into Athina using Python. We’ll walk through the process step-by-step, explaining each part of the code and its purpose.
We’ll use the athina_client library to log the dataset to Athina.
Copy
Ask AI
# Create a dataset on Athinaathina_dataset = Dataset.create(name=f"{HF_DATASET_ID}-{SUBSET}-{SPLIT}", rows=rows)# Print the dataset URLprint (f"View dataset on Athina: https://app.athina.ai/develop/{athina_dataset.id}")
Athina is a collaborative IDE that lets teams experiment, evaluate, and monitor AI applications in a spreadsheet-like UI.