Skip to content

Commit

Permalink
Update index.md (#1241)
Browse files Browse the repository at this point in the history
Removed the extra symbol that causing error to load the site
  • Loading branch information
VMD7 authored Dec 28, 2023
1 parent a3facc8 commit 175c170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/samples/python/transformers_recognizer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

When initializing the `TransformersRecognizer`, choose from the following options:

1. A string referencing an uploaded model to HuggingFace. See the different available options for models [here](https://huggingface.co/models?pipeline_tag=token-classification&sort=downloads>).
1. A string referencing an uploaded model to HuggingFace. See the different available options for models [here](https://huggingface.co/models?pipeline_tag=token-classification&sort=downloads).

2. Initialize your own `TokenClassificationPipeline` instance using your custom transformers model and use it for inference.

Expand Down

0 comments on commit 175c170

Please sign in to comment.