Version CodiESP benchmark dataset
- Linguagem predominante
- Python
- Estrelas
- 1
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.