Skip to content

Commit

Permalink
Remove duplicated phrase (#2197)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaFrancis authored Oct 29, 2024
1 parent 9518035 commit a6fefe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/representation/llm.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ After installation, you need to download your LLM locally before we use it in BE
wget https://huggingface.co/TheBloke/zephyr-7B-alpha-GGUF/resolve/main/zephyr-7b-alpha.Q4_K_M.gguf
```

Finally, we can now use the model the model with BERTopic in just a couple of lines:
Finally, we can now use the model with BERTopic in just a couple of lines:

```python
from bertopic import BERTopic
Expand Down

0 comments on commit a6fefe4

Please sign in to comment.