>>>classifier("Nous sommes très heureux de vous présenter la bibliothèque 🤗 Transformers.")
[{'label':'5 stars','score':0.7273}]
```
If you can't find a model for your use-case, you'll need to finetune a pretrained model on your data. Take a look at our [finetuning tutorial](./training) to learn how. Finally, after you've finetuned your pretrained model, please consider [sharing](./model_sharing) the model with the community on the Hub to democratize machine learning for everyone! 🤗
...
...
@@ -157,22 +152,11 @@ A tokenizer is responsible for preprocessing text into an array of numbers as in