huggingface / disaggregators

🤗 Disaggregators: Curated data labelers for in-depth analysis.
Apache License 2.0
66 stars 3 forks source link

Make disaggregator callable, add fields property #11

Closed NimaBoscarino closed 1 year ago

NimaBoscarino commented 1 year ago

Addresses some suggestions from #8. I'm keeping the column parameter for the moment, since in my use cases I'm just disaggregating on one column at a time, but if there's a need to do multi-column disaggregation then I can totally make that possible too. Also includes some QoL changes for testing.