Spaces:
Runtime error
Runtime error
File size: 180 Bytes
0ef555c |
1 2 3 4 5 6 7 8 |
import argilla as rg
rg.init(
api_url='https://brancengregory-demo-argilla.hf.space',
api_key='team.apikey'
)
dataset = rg.load("plaintiff_sample").prepare_for_training() |