Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghost---shadow/question-labeling
TODO
https://github.com/ghost---shadow/question-labeling
Last synced: about 1 hour ago
JSON representation
TODO
- Host: GitHub
- URL: https://github.com/ghost---shadow/question-labeling
- Owner: Ghost---Shadow
- Created: 2023-12-09T22:59:20.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-08T16:01:26.000Z (9 months ago)
- Last Synced: 2024-10-12T23:13:34.264Z (about 1 month ago)
- Language: Python
- Size: 326 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```