Update src/App.js
Browse files- src/App.js +6 -1
src/App.js
CHANGED
@@ -632,7 +632,12 @@ const UrologyLeaderboard = () => {
|
|
632 |
React.createElement('p', { style: { color: '#d1d5db', marginBottom: '12px' } }, 'This leaderboard evaluates natural language models on their ability to answer urology questions. Models must respond to multiple-choice questions about urological knowledge, demonstrating their understanding and mastery of this medical specialty.'),
|
633 |
React.createElement('p', { style: { color: '#d1d5db', marginBottom: '16px' } }, 'Questions are from the SAS (Servicio Andaluz de Salud) for the ', React.createElement('strong', null, 'Convocatoria Concurso Oposici贸n'), ' - specialized medical examination for urology residents.'),
|
634 |
React.createElement('div', { style: { display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', gap: '8px', color: '#d1d5db' } },
|
635 |
-
React.createElement('span', null, 'Dataset: ', React.createElement('a', {
|
|
|
|
|
|
|
|
|
|
|
636 |
lastUpdated && React.createElement('span', { style: { fontSize: '14px' } }, `Last updated: ${lastUpdated.toLocaleString('en-US')}`)
|
637 |
)
|
638 |
),
|
|
|
632 |
React.createElement('p', { style: { color: '#d1d5db', marginBottom: '12px' } }, 'This leaderboard evaluates natural language models on their ability to answer urology questions. Models must respond to multiple-choice questions about urological knowledge, demonstrating their understanding and mastery of this medical specialty.'),
|
633 |
React.createElement('p', { style: { color: '#d1d5db', marginBottom: '16px' } }, 'Questions are from the SAS (Servicio Andaluz de Salud) for the ', React.createElement('strong', null, 'Convocatoria Concurso Oposici贸n'), ' - specialized medical examination for urology residents.'),
|
634 |
React.createElement('div', { style: { display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', gap: '8px', color: '#d1d5db' } },
|
635 |
+
React.createElement('span', null, 'Dataset: ', React.createElement('a', {
|
636 |
+
href: 'https://huggingface.co/datasets/SASLeaderboard/results',
|
637 |
+
style: { color: '#60a5fa', textDecoration: 'none' },
|
638 |
+
target: '_blank',
|
639 |
+
rel: 'noopener noreferrer'
|
640 |
+
}, 'SASLeaderboard/results')),
|
641 |
lastUpdated && React.createElement('span', { style: { fontSize: '14px' } }, `Last updated: ${lastUpdated.toLocaleString('en-US')}`)
|
642 |
)
|
643 |
),
|