Text Classification
PEFT
Safetensors
Japanese
bert
japanese
lora
qlora
bridge-inspection
civil-engineering
Eval Results (legacy)
Instructions to use yasunotkt/damage-cause-encoder-v05 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yasunotkt/damage-cause-encoder-v05 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("cl-tohoku/bert-large-japanese-v2") model = PeftModel.from_pretrained(base_model, "yasunotkt/damage-cause-encoder-v05") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!