Instructions to use tjasad/loha_fine_tuned_boolq_sloberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tjasad/loha_fine_tuned_boolq_sloberta with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("EMBEDDIA/sloberta") model = PeftModel.from_pretrained(base_model, "tjasad/loha_fine_tuned_boolq_sloberta") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
456b340 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8841d2ef6ff8cdf6f08332da1b0bdd9d41303f789e3be2fc660cc378bb533f05
size 4984
|