m-ric HF staff commited on
Commit
9964967
·
verified ·
1 Parent(s): 6a9e408

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. 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>