Instructions to use crisistransformers/CT-M2-Complete with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crisistransformers/CT-M2-Complete with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="crisistransformers/CT-M2-Complete")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("crisistransformers/CT-M2-Complete") model = AutoModelForMaskedLM.from_pretrained("crisistransformers/CT-M2-Complete") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 0aff2f5 verified
Update README.md a690130 verified
Update README.md f911727
Create README.md d82414a
Update config.json 1e3a9d2
Upload 2 files fbe41ad
Delete vocab.json 995718e
Delete merges.txt 2ce5d64
RoBERTa model 3 588bbc0
Rabindra Lamsal commited on
initial commit 6704df0
Rabindra Lamsal commited on