Instructions to use FiveC/MBart50-bahnar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FiveC/MBart50-bahnar with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FiveC/MBart50-bahnar") model = AutoModelForSeq2SeqLM.from_pretrained("FiveC/MBart50-bahnar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
fe0598b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0da4e7af9b86e84c844ce9b0d58a845dd3b0d9724abef93bc226aeb17d5110a0
size 17110186
|