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