Update frontend/src/App.js
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
@@ -98,7 +98,7 @@ const App = () => {
|
|
98 |
return (
|
99 |
<div className="container">
|
100 |
<div className="header">
|
101 |
-
<h1 className="title">Smolagents Leaderboard</h1>
|
102 |
<p className="subtitle">How do different LLMs compare for powering agents?</p>
|
103 |
<p className="subtitle">Uses <a target="_blank" href="https://github.com/huggingface/smolagents">smolagents</a> with <a target="_blank" href="https://huggingface.co/datasets/smolagents/benchmark-v1">smolagents benchmark</a>.</p>
|
104 |
<p>Models marked with "JSON" are ran on a ToolCallingAgent (for proprietary models, this uses their provider's built-in tool calling modes) - others are using CodeAgent.</p>
|
|
|
98 |
return (
|
99 |
<div className="container">
|
100 |
<div className="header">
|
101 |
+
<h1 className="title">Smolagents LLM Leaderboard</h1>
|
102 |
<p className="subtitle">How do different LLMs compare for powering agents?</p>
|
103 |
<p className="subtitle">Uses <a target="_blank" href="https://github.com/huggingface/smolagents">smolagents</a> with <a target="_blank" href="https://huggingface.co/datasets/smolagents/benchmark-v1">smolagents benchmark</a>.</p>
|
104 |
<p>Models marked with "JSON" are ran on a ToolCallingAgent (for proprietary models, this uses their provider's built-in tool calling modes) - others are using CodeAgent.</p>
|