Instructions to use and111/bert_base_uncased_for_pretraining with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use and111/bert_base_uncased_for_pretraining with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("and111/bert_base_uncased_for_pretraining") model = AutoModelForPreTraining.from_pretrained("and111/bert_base_uncased_for_pretraining") - Notebooks
- Google Colab
- Kaggle
Quick Links
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
https://huggingface.co/bert-base-uncased model pre-trained on dataset https://huggingface.co/datasets/and111/bert_pretrain_phase2 until loss reached 1.96.
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("and111/bert_base_uncased_for_pretraining") model = AutoModelForPreTraining.from_pretrained("and111/bert_base_uncased_for_pretraining")