@@ -33,7 +33,7 @@ gender studies, fact-checking, political campaigning, education, psychology, and
3333
3434## Project Team
3535
36- <div class = " grid grid-cols-3 gap-x-4 gap-y-2 sm:flex sm:flex-row sm:flex-wrap sm:gap-2 " >
36+ <div class = " flex flex-row flex-wrap gap-x-4 gap-y-2 md:grid md:grid-cols-2 lg:grid lg:grid-cols-3 " >
3737 <p class = " m-0" >Mansi Gupta</p >
3838 <p class = " m-0" >Srravya C</p >
3939 <p class = " m-0" >Vamsi Krishna Pothuru</p >
@@ -47,29 +47,31 @@ gender studies, fact-checking, political campaigning, education, psychology, and
4747
4848## Outcomes
4949
50- <div className = " flex flex-row gap-4" >
51- <div className = " w-1/2 sm:w- full" >
50+ <div className = " flex flex-row flex-wrap md:grid md:grid-cols-2 gap-4" >
51+ <div className = " w-full" >
5252 <a
5353 href = " https://drive.google.com/file/d/1OKpZ7qqT6hjbzaeUC7UnBF1oCTn7c70z/view"
5454 target = " _blank"
5555 >
5656 <Image
57- className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip"
57+ className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip transition "
5858 src = { mlCommonsReportTwo }
5959 alt = " Landscape Analysis Report"
6060 fit = " contain"
6161 />
6262 </a >
63+ <p class = " text-sm text-gray-400 mt-0" >AI Safety Benchmark Datasets in Hindi</p >
6364 </div >
64- <div className = " w-1/2 sm:w- full" >
65+ <div className = " w-full" >
6566 <a href = " https://arxiv.org/abs/2501.13912" target = " _blank" >
6667 <Image
67- className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip"
68+ className = " hover:scale-105 hover:shadow-2xl hover:bg-gray-50 rounded-md overflow-clip transition "
6869 src = { mlCommonsReportOne }
6970 alt = " ML Commons Report"
7071 fit = " cover"
7172 />
7273 </a >
74+ <p class = " text-sm text-gray-400 mt-0" >Analysis of Indic Language Capabilities in LLMs</p >
7375 </div >
7476</div >
7577
0 commit comments