aieoa / aieoa/icd10-lab

Version CodiESP benchmark dataset

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.