Skip to content

Commit

Permalink
Fix minor grammatical mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
sysradium committed Feb 5, 2025
1 parent a824aa5 commit 7d9e7eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ limitations under the License.
Full documentation can be found [here](https://huggingface.co/docs/smolagents/index).

> [!NOTE]
> Check the our [launch blog post](https://huggingface.co/blog/smolagents) to learn more about `smolagents`!
> Check our [launch blog post](https://huggingface.co/blog/smolagents) to learn more about `smolagents`!
## Table of Contents

Expand Down Expand Up @@ -176,7 +176,7 @@ For instance:
webagent --prompt "go to xyz.com/women, get to sale section, click the first clothing item you see. Get the product details, and the price, return them. note that I'm shopping from France"
```

We redacted the website here, modify it with the website of your choice.
We have redacted the website here, modify it with the website of your choice.

**CodeAgent in CLI**

Expand Down Expand Up @@ -215,7 +215,7 @@ By the way, why use a framework at all? Well, because a big part of this stuff i

We've created [`CodeAgent`](https://huggingface.co/docs/smolagents/reference/agents#smolagents.CodeAgent) instances with some leading models, and compared them on [this benchmark](https://huggingface.co/datasets/m-ric/agents_medium_benchmark_2) that gathers questions from a few different benchmarks to propose a varied blend of challenges.

[Find the benchmarking code here](https://github.com/huggingface/smolagents/blob/main/examples/benchmark.ipynb) for more detail on the agentic setup used, and see a comparison of using LLMs code agents compared to vanilla (spoilers: code agents works better).
[Find the benchmarking code here](https://github.com/huggingface/smolagents/blob/main/examples/benchmark.ipynb) for more detail on the agentic setup used, and see a comparison of using LLMs code agents compared to vanilla (spoilers: code agents work better).

<p align="center">
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/smolagents/benchmark_code_agents.jpeg" alt="benchmark of different models on agentic workflows. Open model DeepSeek-R1 beats closed-source models." width=60% max-width=500px>
Expand Down

0 comments on commit 7d9e7eb

Please sign in to comment.