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