Instructions to use patrickvonplaten/bert-testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/bert-testing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="patrickvonplaten/bert-testing")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("patrickvonplaten/bert-testing") model = AutoModelForMaskedLM.from_pretrained("patrickvonplaten/bert-testing") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 83748acc78e694b3f643bca533e38b5af0116efed965879e4847fe02df0aa59c
- Size of remote file:
- 22.9 MB
- SHA256:
- b1bd48f134108bdce6ebed6716fbd56523212443803ab395b4900714dbb92984
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.