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 5
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 459880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ceeac5db6a420adbc158ff207a0c0377312f99b3eb946fe2c8bd00f94f99ff30
|
| 3 |
size 459880
|
runs/Mar15_18-48-39_9a540ec52b76/events.out.tfevents.1710528521.9a540ec52b76.2019.1
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:8b59fb9cf7c2cba7a4580cd6af8d306ff705169f78a86297214c6150b72d1fe0
|
| 3 |
+
size 6534
|