Instructions to use kurtpayne/skillscan-deberta-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kurtpayne/skillscan-deberta-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("answerdotai/ModernBERT-base") model = PeftModel.from_pretrained(base_model, "kurtpayne/skillscan-deberta-adapter") - Transformers
How to use kurtpayne/skillscan-deberta-adapter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kurtpayne/skillscan-deberta-adapter")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kurtpayne/skillscan-deberta-adapter") model = AutoModelForSequenceClassification.from_pretrained("kurtpayne/skillscan-deberta-adapter") - Notebooks
- Google Colab
- Kaggle
Auto fine-tune: 23269 examples (LoRA adapter)
Browse files- adapter_model.safetensors +1 -1
- checkpoint-10188/adapter_config.json +2 -2
- checkpoint-10188/adapter_model.safetensors +1 -1
- checkpoint-10188/optimizer.pt +1 -1
- checkpoint-10188/scaler.pt +1 -1
- checkpoint-10188/trainer_state.json +0 -0
- checkpoint-10188/training_args.bin +1 -1
- checkpoint-12735/adapter_config.json +2 -2
- checkpoint-12735/adapter_model.safetensors +1 -1
- checkpoint-12735/optimizer.pt +1 -1
- checkpoint-12735/scaler.pt +1 -1
- checkpoint-12735/trainer_state.json +0 -0
- checkpoint-12735/training_args.bin +1 -1
- checkpoint-15282/adapter_config.json +2 -2
- checkpoint-15282/adapter_model.safetensors +1 -1
- checkpoint-15282/optimizer.pt +1 -1
- checkpoint-15282/scaler.pt +1 -1
- checkpoint-15282/trainer_state.json +0 -0
- checkpoint-15282/training_args.bin +1 -1
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41326816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19f1cdfba7fc6215a2207bd4889ed852c5e687936a5013d27339c4af1e9a1869
|
| 3 |
size 41326816
|
checkpoint-10188/adapter_config.json
CHANGED
|
@@ -34,8 +34,8 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"attn.Wo",
|
| 38 |
+
"Wqkv"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
checkpoint-10188/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41326816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92617860661c7a29b21d4f2331320d8302ffbaffb1e621e646c681e9dfc60778
|
| 3 |
size 41326816
|
checkpoint-10188/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 82710219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c606e133356a2a92e2dcc0355a3e020c6622aebda1deff4e53122ebb31bcb00b
|
| 3 |
size 82710219
|
checkpoint-10188/scaler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1383
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49a57e144a440b640dfdc3342929f71ff7f783851efedd162f3545d11a888ae2
|
| 3 |
size 1383
|
checkpoint-10188/trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-10188/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:442a0011014b279ceb8fe8eb58a535c2275cd861eab9bbe6138f0d0bfb549485
|
| 3 |
size 5905
|
checkpoint-12735/adapter_config.json
CHANGED
|
@@ -34,8 +34,8 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"attn.Wo",
|
| 38 |
+
"Wqkv"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
checkpoint-12735/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41326816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19f1cdfba7fc6215a2207bd4889ed852c5e687936a5013d27339c4af1e9a1869
|
| 3 |
size 41326816
|
checkpoint-12735/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 82710219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16efa746ffc4f56b5fae8a5cf32d31e1298221af8c252b9a25595317febc7054
|
| 3 |
size 82710219
|
checkpoint-12735/scaler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1383
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1121cf413775c7dd99037070bcd676a66e35c23520c05fb318def2ebb0003313
|
| 3 |
size 1383
|
checkpoint-12735/trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-12735/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:442a0011014b279ceb8fe8eb58a535c2275cd861eab9bbe6138f0d0bfb549485
|
| 3 |
size 5905
|
checkpoint-15282/adapter_config.json
CHANGED
|
@@ -34,8 +34,8 @@
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
|
|
|
| 34 |
"rank_pattern": {},
|
| 35 |
"revision": null,
|
| 36 |
"target_modules": [
|
| 37 |
+
"attn.Wo",
|
| 38 |
+
"Wqkv"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "SEQ_CLS",
|
checkpoint-15282/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 41326816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2845d2a6106f482a37759d92d36232fb7773b6dddf8e5d51e894153d90a04514
|
| 3 |
size 41326816
|
checkpoint-15282/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 82710219
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e58a223133aa16a750e2ec294c575837bfdde74f67b72da10f7483cec0588de
|
| 3 |
size 82710219
|
checkpoint-15282/scaler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1383
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89eb39dd712987e85620b6e1d1fc6ef214c80d2bb7e36477c9156175914d7f81
|
| 3 |
size 1383
|
checkpoint-15282/trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-15282/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5905
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:442a0011014b279ceb8fe8eb58a535c2275cd861eab9bbe6138f0d0bfb549485
|
| 3 |
size 5905
|