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