Instructions to use thunlp/neuba-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thunlp/neuba-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="thunlp/neuba-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("thunlp/neuba-bert") model = AutoModelForMaskedLM.from_pretrained("thunlp/neuba-bert") - Notebooks
- Google Colab
- Kaggle
Commit History
add pooler 033bcb3
add model 6c72a5a
Guangxuan-Xiao commited on
add model c6b8d2b
Guangxuan-Xiao commited on
add model a1c37b2
Guangxuan-Xiao commited on