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