Instructions to use Lukee4/biomedlm-gc2019-redacted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Lukee4/biomedlm-gc2019-redacted with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("stanford-crfm/BioMedLM") model = PeftModel.from_pretrained(base_model, "Lukee4/biomedlm-gc2019-redacted") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support