Instructions to use arnolfokam/bert-base-uncased-swa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arnolfokam/bert-base-uncased-swa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="arnolfokam/bert-base-uncased-swa")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("arnolfokam/bert-base-uncased-swa") model = AutoModelForTokenClassification.from_pretrained("arnolfokam/bert-base-uncased-swa") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- bd38b71780f8f74396fdbcec02359bfa0518e8607249eb8b373965b48d68c008
- Size of remote file:
- 1.39 kB
- SHA256:
- dbfbabecef26c7df743e363ec74624f39056614445cef6edfbaec8d0f36951e5
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.