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