Instructions to use kamalkraj/BioELECTRA-PICO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kamalkraj/BioELECTRA-PICO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kamalkraj/BioELECTRA-PICO")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kamalkraj/BioELECTRA-PICO") model = AutoModelForTokenClassification.from_pretrained("kamalkraj/BioELECTRA-PICO", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2c69d05 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:21a3975e1240914287657f0d2200a57cbc691a62303ccc6bd39768881da7f6b6
size 435660785
|