NLP Course documentation
End-of-chapter quiz
and get access to the augmented documentation experience
to get started
Let’s test what you learned in this chapter!
client= rg.Argilla(api_url='...', api_key='...')
dataset = rg.Dataset.from_hub(repo_id='argilla/ag_news_annotated')
dataset = client.datasets(name='my_dataset')
dataset = dataset.to_datasets()
dataset.to_hub(repo_id='my_username/dataset_name')