Instructions to use plantcad/cell_type_specific_acr_plantcad2_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use plantcad/cell_type_specific_acr_plantcad2_small with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("kuleshov-group/PlantCAD2-Small-l24-d0768") model = PeftModel.from_pretrained(base_model, "plantcad/cell_type_specific_acr_plantcad2_small") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!