Instructions to use jogonba2/mbarthez-copy_mechanism-hal_articles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jogonba2/mbarthez-copy_mechanism-hal_articles with Transformers:
# Load model directly from transformers import AutoTokenizer, MBartCopyEnhanced tokenizer = AutoTokenizer.from_pretrained("jogonba2/mbarthez-copy_mechanism-hal_articles") model = MBartCopyEnhanced.from_pretrained("jogonba2/mbarthez-copy_mechanism-hal_articles", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}} |