Video-ORA-9B / code /data /eval /README.md
lyhisme's picture
Add OraRL training and evaluation code
53c10a4 verified
|
Raw
History Blame Contribute Delete
845 Bytes
# Evaluation profiles
This directory contains only the small, reviewable `datasets.jsonl` manifest
that pins the paper-suite splits, prompts, preprocessing settings, parsers, and
metrics.
Evaluation annotations and raw media are hosted separately at
[`OraRL/OraRL-Data`](https://huggingface.co/datasets/OraRL/OraRL-Data).
Model checkpoints are hosted under the
[`OraRL`](https://huggingface.co/OraRL) organization. They are intentionally not
duplicated in this Git repository.
Use the Hugging Face dataset ID or a complete local snapshot when evaluating:
```bash
orarl-eval \
--model /path/to/Video-ORA-9B \
--tasks paper \
--dataset OraRL/OraRL-Data \
--summary ./evaluation.json \
--run
```
The manifest in this directory is release metadata, not a standalone dataset
root; it does not include `assets.jsonl` or media payloads.