Instructions to use urisoo/distilbert-base-uncased-tokenclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use urisoo/distilbert-base-uncased-tokenclassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="urisoo/distilbert-base-uncased-tokenclassification")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("urisoo/distilbert-base-uncased-tokenclassification") model = AutoModelForTokenClassification.from_pretrained("urisoo/distilbert-base-uncased-tokenclassification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- adapter_config.json +19 -0
- adapter_model.safetensors +3 -0
- runs/Jan17_15-49-10_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474150.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.11792.1 +2 -2
- runs/Jan17_15-50-52_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474252.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.11792.2 +3 -0
- training_args.bin +1 -1
adapter_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "distilbert-base-uncased",
|
| 4 |
+
"fan_in_fan_out": false,
|
| 5 |
+
"feedforward_modules": [
|
| 6 |
+
"out_lin"
|
| 7 |
+
],
|
| 8 |
+
"inference_mode": true,
|
| 9 |
+
"init_ia3_weights": true,
|
| 10 |
+
"modules_to_save": null,
|
| 11 |
+
"peft_type": "IA3",
|
| 12 |
+
"revision": null,
|
| 13 |
+
"target_modules": [
|
| 14 |
+
"q_lin",
|
| 15 |
+
"out_lin",
|
| 16 |
+
"v_lin"
|
| 17 |
+
],
|
| 18 |
+
"task_type": "TOKEN_CLS"
|
| 19 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:425c5f804b2de66f556e97bd19e3d349a8e1461024df8b2973c0aa29dca36b8f
|
| 3 |
+
size 97916
|
runs/Jan17_15-49-10_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474150.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.11792.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:c950b36a4dd7f7adbc8991725be3389934ed79ec95dfa3423e64a7b1bf95b250
|
| 3 |
+
size 6250
|
runs/Jan17_15-50-52_pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8/events.out.tfevents.1705474252.pjt20230003-aer2024010004-dp-5d9c8bc8b6-8b5n8.11792.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d04ab71e1f5a5a1c07ce1e8782520f54673089ccb38052d24b2dd97a5806da86
|
| 3 |
+
size 5385
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4347
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d888afc364e54633263e98df8fb5080af0ba26c6457e61512deba66c58d19ec
|
| 3 |
size 4347
|