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