Instructions to use Intradiction/BERT-SA-LORA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Intradiction/BERT-SA-LORA with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("bert-base-uncased") model = PeftModel.from_pretrained(base_model, "Intradiction/BERT-SA-LORA") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 162104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71d84ff0a2a5b77f060ece2a62d0ff02028244ac916c4319d74a5fcec6e0a57a
|
| 3 |
size 162104
|
runs/Mar15_15-50-31_c9face729cf4/events.out.tfevents.1710517832.c9face729cf4.247.3
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:954cc1318f74f33f4676a725348b423e3d1aba330ac9005bb97c67f86eb880ee
|
| 3 |
+
size 5676
|