Instructions to use nlpunibo/bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpunibo/bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nlpunibo/bert")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("nlpunibo/bert") model = AutoModelForQuestionAnswering.from_pretrained("nlpunibo/bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 253e49f0f7d7579203b8ec77959ce10b6b1bc71940575f58660597a5ec82e252
- Size of remote file:
- 436 MB
- SHA256:
- 5e689fb64997fc77fbfb092591e507b06d36f1f8827a9a898f8ab37c729423d5
路
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.