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