Instructions to use crisistransformers/CT-M1-Complete with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crisistransformers/CT-M1-Complete with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="crisistransformers/CT-M1-Complete")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("crisistransformers/CT-M1-Complete") model = AutoModelForMaskedLM.from_pretrained("crisistransformers/CT-M1-Complete", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md c5f9d0b verified
Update README.md 976b30a verified
Update README.md 4e6fd5d
Update README.md e3ce128
Update README.md 09b622f
Update README.md e6e28b4
Create README.md 96e9002
Update config.json 126bf22
Scratch model v2 a214bc6
Rabindra Lamsal commited on
initial commit 94212f1
Rabindra Lamsal commited on