Skip to content

Commit

Permalink
fox(doc): typo in docs
Browse files Browse the repository at this point in the history
Fixed #58
  • Loading branch information
oroszgy committed Jul 3, 2023
1 parent d838ce8 commit 2d76ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We provide several pretrained models:
We suggest using it with GPU support.
3. [`hu_core_news_md`](https://huggingface.co/huspacy/hu_core_news_md) greatly improves on `hu_core_news_lg`'s
throughput by loosing some accuracy. This model could be a good choice when processing speed is crucial.
4. [`hu_core_news_trf_xl`](https://huggingface.co/huspacy/hu_core_news_trf) is an experimental model built
4. [`hu_core_news_trf_xl`](https://huggingface.co/huspacy/hu_core_news_trf_xl) is an experimental model built
on [XLM-RoBERTa-large](https://huggingface.co/xlm-roberta-large). It provides the same functionality as
the `hu_core_news_trf` model, however it comes with slightly higher accuracy in the price of significantly increased
computational resource usage.
Expand Down

0 comments on commit 2d76ba7

Please sign in to comment.