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