Instructions to use isarth/test-story with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use isarth/test-story with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="isarth/test-story")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("isarth/test-story") model = AutoModelForMaskedLM.from_pretrained("isarth/test-story") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c6ee591 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c7170a02a100d9b1647cda25ed78da622e649c9310bb653de83cb987e74d7bc8
size 498891129
|