Instructions to use abdelrhman145/LayoutLMv3-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use abdelrhman145/LayoutLMv3-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("microsoft/layoutlmv3-base") model = PeftModel.from_pretrained(base_model, "abdelrhman145/LayoutLMv3-LoRA") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- adapter_model.safetensors +1 -1
- model.safetensors +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3620244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a2e27766892afdfaa056fb7ae77952552fa80332836a796ce6b2b8284766ae2
|
| 3 |
size 3620244
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503767348
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a628e6c9e909a1831a947f673eebecefd18bd8f5d8a8970d77dc22d1ee6adc6
|
| 3 |
size 503767348
|