File size: 845 Bytes
53c10a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.