Instructions to use nkoh01/MSRoberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nkoh01/MSRoberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="nkoh01/MSRoberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("nkoh01/MSRoberta") model = AutoModelForMaskedLM.from_pretrained("nkoh01/MSRoberta") - Notebooks
- Google Colab
- Kaggle
Commit History
upload flax model 3ff20e8
allow flax 354940e
Update README.md 2b53ea5
namhkoh commited on
Update README.md 923e2e4
namhkoh commited on
Update README.md d2f5564
namhkoh commited on
Update config.json 9802a55
namhkoh commited on
Update config.json 2368075
namhkoh commited on
Update config.json c4bb59f
namhkoh commited on
Update README.md 0e8edb6
namhkoh commited on
Update config.json b4ef578
namhkoh commited on
Update README.md 736f00d
namhkoh commited on
Update README.md d41adc7
namhkoh commited on
Changed model name 098d52a
namhkoh commited on
Update README.md fab7f50
Update README.md f914464
Update README.md 114ac95
Create .DS_Store 5327d48
namhkoh commited on
Model added. 6f74031
namhkoh commited on
Update README.md 33cd452
namhkoh commited on
Update README.md 72e89a0
namhkoh commited on