Instructions to use Hugging-GK/stack_exc_multilabel_base_class_head with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Hugging-GK/stack_exc_multilabel_base_class_head with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("google/gemma-2-2b") model = PeftModel.from_pretrained(base_model, "Hugging-GK/stack_exc_multilabel_base_class_head") - Transformers
How to use Hugging-GK/stack_exc_multilabel_base_class_head with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hugging-GK/stack_exc_multilabel_base_class_head", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3e8a5b7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1aea5392126810dfc84b61c5966397fd2ab8575f86954fa28e74b6ba77534071
size 664630664
|