Instructions to use magicslabnu/OutEffHop_bert_base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use magicslabnu/OutEffHop_bert_base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="magicslabnu/OutEffHop_bert_base", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("magicslabnu/OutEffHop_bert_base", trust_remote_code=True) model = AutoModelForMaskedLM.from_pretrained("magicslabnu/OutEffHop_bert_base", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
What data set was it trained on?
#2
by yingqianch - opened
Is this a trained model? What data sets were used for training? bookcorpus_and_wiki? wikitext_2? or wikitext_103? Look forward to your reply, thank you!
Yes, it is a trained model that was pre-trained using BookCorpus and Wikipedia datasets.
OK, thank you!
robinzixuan changed discussion status to closed