Version CodiESP benchmark dataset
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
this includes original dataset and its translations and labels that might get refined in the future. Use DVC. The codiESP benchmark data directories should have these dirs:
- `benchmark / codiesp / english / test `
- `benchmark / codiesp / english / train `
- `benchmark / codiesp / spanish / test `
- `benchmark / codiesp / spanish / train `
Example usage (data dir prefix omitted)
```shell
dvc add benchmark/codiesp/english/test/
git add benchmark/codiesp/english/test.dvc
git commit -m "Track translated English codiESP test reports”
dvc add benchmark/codiesp/spanish/train/
git add benchmark/codiesp/spanish/train.dvc
git commit -m "Track original Spanish reports"
dvc push
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.