Instructions to use xfbai/AMRBART-large-finetuned-AMR3.0-AMR2Text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use xfbai/AMRBART-large-finetuned-AMR3.0-AMR2Text with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("xfbai/AMRBART-large-finetuned-AMR3.0-AMR2Text") model = AutoModelForSeq2SeqLM.from_pretrained("xfbai/AMRBART-large-finetuned-AMR3.0-AMR2Text") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 17bc8ea
Xuefeng Bai commited on
update config f581189
muyeby commited on
remove unused tokenization files 4daef55
muyeby commited on
initial commit 4b92234
muyeby commited on
initial commit 0294fe9
Xuefeng Bai commited on