Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghost---shadow/question-labeling

TODO
https://github.com/ghost---shadow/question-labeling

Last synced: about 1 hour ago
JSON representation

TODO

Awesome Lists containing this project

README

        

# Question Labeling

## Installation

```sh
source ./devops/install.sh
```

## Linting

```sh
black .
```

## Tests

```sh
python -m unittest discover -s src -p "*_test.py"
```

## Experiments

Make sure `./.env` is populated with correct keys

```sh
sh experiments/batch_size_sweep/batch_size_sweep_experiments.sh
sh run_all_experiments.sh
```