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 4
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 239912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46f3a98cbf2bc80fc42284f603cdae0383a694543c860043d2cf01374b0eb188
|
| 3 |
size 239912
|
runs/Mar15_19-00-06_9a540ec52b76/events.out.tfevents.1710529206.9a540ec52b76.2019.2
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:4754aa8fb48051e4340c3b169465747405a7f780ffd476d1bc8c188022e894d1
|
| 3 |
+
size 6211
|