Instructions to use buelfhood/SOCO_Adapter_Java_LoRA_0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use buelfhood/SOCO_Adapter_Java_LoRA_0 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("huggingface/CodeBERTa-small-v1") model.load_adapter("buelfhood/SOCO_Adapter_Java_LoRA_0", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,14 @@ adapter_name = model.load_adapter("buelfhood/SOCO_Adapter_Java_LoRA", source="hf
|
|
| 31 |
|
| 32 |
## Architecture & Training
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
<!-- Add some description here -->
|
| 35 |
|
| 36 |
## Evaluation results
|
|
|
|
| 31 |
|
| 32 |
## Architecture & Training
|
| 33 |
|
| 34 |
+
max_length=256
|
| 35 |
+
learning_rate=5e-4
|
| 36 |
+
epochs=10
|
| 37 |
+
batch_size=30
|
| 38 |
+
LoRAConfig(r=8, alpha=8)
|
| 39 |
+
|
| 40 |
+
## Architecture & Training
|
| 41 |
+
|
| 42 |
<!-- Add some description here -->
|
| 43 |
|
| 44 |
## Evaluation results
|