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 a30c06c commit bc0395dCopy full SHA for bc0395d
src/components/ActionButtons.astro
@@ -39,7 +39,7 @@ import { siArxiv, siGithub, siHuggingface, siDatadog, siYoutube } from 'simple-i
39
</svg>
40
Model
41
</a>
42
- <a href="https://huggingface.co/datasets/InternRobotics/InternData-M1" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
+ <a href="https://huggingface.co/collections/InternRobotics/internvla-m1-68c96eaebcb5867786ee6cf3" target="_blank" rel="noopener noreferrer" class="bg-white bg-opacity-90 backdrop-blur-sm border-2 border-gray-300 text-gray-700 px-6 py-3 rounded-full font-medium hover:bg-opacity-100 hover:border-black hover:text-black transition-all duration-300 flex items-center gap-2 shadow-lg">
43
<svg class="w-5 h-5 dataset-blue" fill="currentColor" viewBox="0 0 24 24">
44
<path d={siDatadog.path}/>
45
0 commit comments