Instructions to use Lukee4/biogpt-gc2020-redacted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Lukee4/biogpt-gc2020-redacted with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/biogpt") model = PeftModel.from_pretrained(base_model, "Lukee4/biogpt-gc2020-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