Metadata-Version: 2.1
Name: countergen
Version: 0.3.1
Summary: A counterfactual dataset generator to evaluate language model.
Home-page: https://github.com/FabienRoger/Counterfactual-Dataset-Generator
Author: SaferAI
Author-email: saferai.audit@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# CounterGen

CounterGen is a python module to evaluate language model by generating counterfactual datasets.

To install, run

```console
pip install countergen
```

To see the available commands, run

```console
countergen --help
```
