lyhisme commited on
Commit
d4e24ae
·
verified ·
1 Parent(s): 25ed8ba

Fix benchmark matrix URLs

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -60,10 +60,10 @@ chain-of-thought.
60
  <a href="https://github.com/HVision-NKU/OraRL#results">
61
  <picture>
62
  <source media="(prefers-color-scheme: dark)"
63
- srcset="assets/video_ora_benchmark_matrix_dark.svg">
64
  <source media="(prefers-color-scheme: light)"
65
- srcset="assets/video_ora_benchmark_matrix_light.svg">
66
- <img src="assets/video_ora_benchmark_matrix_light.svg"
67
  alt="Dataset-level benchmark matrix comparing Video-ORA with multimodal baselines"
68
  width="100%">
69
  </picture>
 
60
  <a href="https://github.com/HVision-NKU/OraRL#results">
61
  <picture>
62
  <source media="(prefers-color-scheme: dark)"
63
+ srcset="https://huggingface.co/OraRL/Video-ORA-9B/resolve/main/assets/video_ora_benchmark_matrix_dark.svg">
64
  <source media="(prefers-color-scheme: light)"
65
+ srcset="https://huggingface.co/OraRL/Video-ORA-9B/resolve/main/assets/video_ora_benchmark_matrix_light.svg">
66
+ <img src="https://huggingface.co/OraRL/Video-ORA-9B/resolve/main/assets/video_ora_benchmark_matrix_light.svg"
67
  alt="Dataset-level benchmark matrix comparing Video-ORA with multimodal baselines"
68
  width="100%">
69
  </picture>