Views
No views yet
buelfhood/SOCO_Adapter_Java_LoRA for huggingface/CodeBERTa-small-v1huggingface/CodeBERTa-small-v1 model that was trained on the SOCO dataset and includes a prediction head for classification.adapters:pip install -U adapters1from adapters import AutoAdapterModel
2
3model = AutoAdapterModel.from_pretrained("huggingface/CodeBERTa-small-v1")
4adapter_name = model.load_adapter("buelfhood/SOCO_Adapter_Java_LoRA", source="hf", set_active=True)