Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7dc1258
Added VLM Datasets and corresponding filters. Updated viewable labels…
uchandar29 Jul 30, 2026
99ff026
Updated bug to display values for sensor modality
uchandar29 Jul 31, 2026
27db129
Initial changes for dataset benchmarking section for image classifica…
uchandar29 Aug 1, 2026
33761e3
Re-added changes for Original Dataset button
uchandar29 Aug 1, 2026
f8ab71c
1. Added chnages related to Embedding visualization as go.Scatter() w…
uchandar29 Aug 3, 2026
72483fc
1. Added new benchmarking data. 2. Added support for 30+ classes in t…
uchandar29 Aug 4, 2026
7b8cec0
Add scoring formulas and phase 3 metric types for dataset benchmarking
uchandar29 Aug 13, 2026
dd8ef43
Redesign benchmark view with axis-grouped scores and phase 3 metric c…
uchandar29 Aug 13, 2026
08a04b0
Handle empty confused-pairs list and record the full phase 3 watermel…
uchandar29 Aug 13, 2026
e1cc11c
Restore phase 3 completion flag, align card row heights, add Visualiz…
uchandar29 Aug 13, 2026
ef2193b
Style embed model as a tag and drop the 3D marker outline
uchandar29 Aug 13, 2026
bfb7f5f
Give 3D scatter points a faint outline and softer fill
uchandar29 Aug 13, 2026
15ff3f6
Fix stat tile label wrapping breaking value alignment
uchandar29 Aug 13, 2026
26e84d5
Fix stat label icon spacing properly and shorten the Height label
uchandar29 Aug 13, 2026
ca89a30
Add a Scoring Methodology reference modal for the benchmarking view
uchandar29 Aug 13, 2026
24bd8aa
Move scoring-methodology link to header, rename toggle, swap emoji fo…
uchandar29 Aug 13, 2026
42a4047
Move methodology link left of Dataset Details, restore its back icon
uchandar29 Aug 13, 2026
632e5d0
Updated Benchmarking details for Image classification with updated me…
uchandar29 Aug 13, 2026
d55bbaf
Add Image Text To Text tab to the scoring methodology reference
uchandar29 Aug 13, 2026
432369a
Merge branch 'main' into feature/dataset-benchmarking
uchandar29 Aug 13, 2026
ccb539b
Widen methodology metric cards to 2 per row, warm up light-mode amber…
uchandar29 Aug 13, 2026
f5354d5
Make the light-mode poor tier red instead of amber
uchandar29 Aug 13, 2026
df34c3f
Give Image Text To Text its own badge color in the dataset modal
uchandar29 Aug 13, 2026
64f1681
Make dark-mode poor tier red, title-case the locations list
uchandar29 Aug 13, 2026
15bcdc7
Updated package-lock for dependency mismatch between package.json and…
uchandar29 Aug 14, 2026
cae6948
Regenerate package-lock.json with npm 11 (Node 24) to fix npm ci
uchandar29 Aug 14, 2026
3a52a93
minor bug fixes
js2552 Aug 14, 2026
75c0d7b
a few other bug fixes
js2552 Aug 14, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

yarn.lock
.external

performance_staging/
performance_staging/
.claude/
4,400 changes: 3,392 additions & 1,008 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@
"@mdx-js/react": "^3.0.0",
"@orama/orama": "^3.1.18",
"clsx": "^2.0.0",
"plotly.js-dist-min": "^3.7.0",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-plotly.js": "^4.1.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.10.1",
"@docusaurus/tsconfig": "3.10.1",
"@docusaurus/types": "3.10.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.2.4",
"tsx": "^4.23.5",
"typescript": "~6.0.2"
},
Expand Down
Loading
Loading