Instructions to use moussaKam/barthez with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moussaKam/barthez with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="moussaKam/barthez")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("moussaKam/barthez") model = AutoModelForSeq2SeqLM.from_pretrained("moussaKam/barthez") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Add license 1ad22b1
Update README.md 84ef262
typo 05a57b3
moussaKam commited on
Change text 3138516
moussaKam commited on
Update config.json 0a60a43
Add README.md ddc70a3
moussaKam commited on
Add tokenizer.json, Modify sentencepiece model c89de60
moussaKam commited on
Remove vocab.json a733cdd
moussaKam commited on
Update config 9ce1b9f
moussaKam commited on