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