From e52f9c0ade06839be3cd8c2cc7fd9a3df848abdd Mon Sep 17 00:00:00 2001 From: Devangi Purkayastha <54393816+devangi2000@users.noreply.github.com> Date: Wed, 2 Dec 2020 22:58:44 +0530 Subject: [PATCH] Update README.md (#8906) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef42881983..b0c4170112 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ ultilingual BERT into [DistilmBERT](https://github.com/huggingface/transformers/ 1. **[Other community models](https://huggingface.co/models)**, contributed by the [community](https://huggingface.co/users). 1. Want to contribute a new model? We have added a **detailed guide and templates** to guide you in the process of adding a new model. You can find them in the [`templates`](./templates) folder of the repository. Be sure to check the [contributing guidelines](./CONTRIBUTING.md) and contact the maintainers or open an issue to collect feedbacks before starting your PR. -To cehck if each model has an implementation in PyTorch/TensorFlow/Flax or has an associated tokenizer backed by the 🤗 Tokenizers library, refer to [this table](https://huggingface.co/transformers/index.html#bigtable) +To check if each model has an implementation in PyTorch/TensorFlow/Flax or has an associated tokenizer backed by the 🤗 Tokenizers library, refer to [this table](https://huggingface.co/transformers/index.html#bigtable) These implementations have been tested on several datasets (see the example scripts) and should match the performances of the original implementations. You can find more details on the performances in the Examples section of the [documentation](https://huggingface.co/transformers/examples.html).