Text Classification
Transformers
English
roberta
medical
drug-recommendation
continual-learning
mixture-of-experts
lora
healthcare
pharmacology
Eval Results (legacy)
Instructions to use nickagge/paladim-1b-medical with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nickagge/paladim-1b-medical with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nickagge/paladim-1b-medical")# Load model directly from transformers import AutoTokenizer, PALADIM tokenizer = AutoTokenizer.from_pretrained("nickagge/paladim-1b-medical") model = PALADIM.from_pretrained("nickagge/paladim-1b-medical", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K