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