course icon indicating copy to clipboard operation
course copied to clipboard

Incorrect link redirection in 7. Main NLP Tasks - Token classification

Open sergiopaniego opened this issue 5 months ago • 0 comments

In 7. Main NLP Tasks - Token classification, there is a link that doesn't point to the correct place since it looks like the URL has been modified.

The URL is in this text:

You can see all the architectures that come with a fast version in [this big table](https://huggingface.co/transformers/#supported-frameworks), and to check that the tokenizer object you’re using is indeed backed by 🤗 Tokenizers you can look at its is_fast attribute:

Instead of https://huggingface.co/transformers/#supported-frameworks, it should be https://huggingface.co/transformers/#supported-models-and-frameworks

sergiopaniego avatar Aug 27 '24 09:08 sergiopaniego