We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d7139 commit f0f8e12Copy full SHA for f0f8e12
src/components/DataDistribution.astro
@@ -43,9 +43,9 @@ const distributionData = {
43
44
<section class="py-8">
45
<div class="max-w-6xl mx-auto px-8">
46
- <h2 class="text-3xl font-bold text-gray-900 mb-8 text-center">VLM Data Distribution</h2>
+ <h2 class="text-3xl font-bold text-gray-900 mb-8 text-center">VLM Pre-training Data Distribution</h2>
47
<p class="text-gray-600 text-center mb-8 text-lg">
48
- Comprehensive dataset composition for VLM pre-training
+ Comprehensive dataset composition for spatial grounding pre-training
49
</p>
50
51
<DonutChart
0 commit comments