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