Metadata-Version: 2.1
Name: costa-utils
Version: 0.1.0
Summary: 
Author: Costa Huang
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: datasets (>=2.20.0,<3.0.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: tyro (>=0.8.5,<0.9.0)
Description-Content-Type: text/markdown

# costa-utils

This repo contains some personal utilities to do quick things. Currently we have



## dev note

```bash
python costa_utils/hf_viz.py \
    --preference HuggingFaceH4/ultrafeedback_binarized \
    --split train_prefs \
    --preference_chosen_column_name chosen \
    --preference_rejected_column_name rejected
```
