Skip to content

Commit

Permalink
Remove unnecessary code snippets from README.md for DeepSeek-R1 to en…
Browse files Browse the repository at this point in the history
…hance readability and streamline the explanation of counting letters in "strawberry." This update improves the clarity of the document by eliminating clutter and focusing on the essential information.
  • Loading branch information
KeplerC committed Jan 22, 2025
1 parent c12ba8c commit f0c31e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llm/deepseek-r1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ Greetings! I'm DeepSeek-R1, an artificial intelligence assistant created by Deep
<details>
<summary>How many Rs are in strawberry: There are 3 Rs in strawberry.</summary>

```
<think>
Okay, so I need to figure out how many times the letter 'R' appears in the word "strawberry." Hmm, let me think about this step by step. First, I should probably write out the word to visualize it better. The word is S-T-R-A-W-B-E-R-R-Y. Wait, is that right? Let me double-check. S-T-R-A-W-B-E-R-R-Y, yes, that's how it's spelled.

Expand Down Expand Up @@ -222,7 +221,6 @@ Step-by-step breakdown:
Counting each occurrence: 1 (position 3), 2 (position 8), and 3 (position 9).

Answer: There are 3 Rs in "strawberry."
```

```console
{
Expand Down

0 comments on commit f0c31e7

Please sign in to comment.