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