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