Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use gerbejon/digilog-eform-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gerbejon/digilog-eform-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="gerbejon/digilog-eform-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("gerbejon/digilog-eform-classifier") model = AutoModelForSequenceClassification.from_pretrained("gerbejon/digilog-eform-classifier") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- checkpoint-500/config.json +20 -20
- checkpoint-500/model.safetensors +1 -1
- checkpoint-500/optimizer.pt +1 -1
- checkpoint-500/trainer_state.json +2 -2
- checkpoint-500/training_args.bin +1 -1
- checkpoint-681/config.json +20 -20
- checkpoint-681/model.safetensors +1 -1
- checkpoint-681/optimizer.pt +1 -1
- checkpoint-681/trainer_state.json +2 -2
- checkpoint-681/training_args.bin +1 -1
checkpoint-500/config.json
CHANGED
|
@@ -9,29 +9,29 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Diverses",
|
| 13 |
+
"1": "Bau",
|
| 14 |
+
"2": "Steuern Finanzen",
|
| 15 |
+
"3": "SBB Verkehr",
|
| 16 |
+
"4": "Living Moving",
|
| 17 |
+
"5": "Ausweise",
|
| 18 |
+
"6": "Kontakt",
|
| 19 |
+
"7": "Newsletter",
|
| 20 |
+
"8": "Tiere",
|
| 21 |
+
"9": "Vereine Busines"
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
+
"Ausweise": "5",
|
| 26 |
+
"Bau": "1",
|
| 27 |
+
"Diverses": "0",
|
| 28 |
+
"Kontakt": "6",
|
| 29 |
+
"Living Moving": "4",
|
| 30 |
+
"Newsletter": "7",
|
| 31 |
+
"SBB Verkehr": "3",
|
| 32 |
+
"Steuern Finanzen": "2",
|
| 33 |
+
"Tiere": "8",
|
| 34 |
+
"Vereine Busines": "9"
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|
checkpoint-500/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 541341984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9acf41bce88d09605f3fb5a1c9124389bdd12f4f6513ed970e601e5c5f9eb19a
|
| 3 |
size 541341984
|
checkpoint-500/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1082746042
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8cc511cf8b59576e64735f4451ba289ed8728b89f3304191df4d73e775fa8543
|
| 3 |
size 1082746042
|
checkpoint-500/trainer_state.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 2.202643171806167,
|
| 13 |
-
"grad_norm":
|
| 14 |
"learning_rate": 1.3289280469897211e-05,
|
| 15 |
-
"loss": 0.
|
| 16 |
"step": 500
|
| 17 |
}
|
| 18 |
],
|
|
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 2.202643171806167,
|
| 13 |
+
"grad_norm": 3.462831735610962,
|
| 14 |
"learning_rate": 1.3289280469897211e-05,
|
| 15 |
+
"loss": 0.5364,
|
| 16 |
"step": 500
|
| 17 |
}
|
| 18 |
],
|
checkpoint-500/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c82899e96a4a3da07fe891ccfac25e58a294f4f9078446dc703903a1a90f3773
|
| 3 |
size 5304
|
checkpoint-681/config.json
CHANGED
|
@@ -9,29 +9,29 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "
|
| 16 |
-
"4": "
|
| 17 |
-
"5": "
|
| 18 |
-
"6": "
|
| 19 |
-
"7": "
|
| 20 |
-
"8": "
|
| 21 |
-
"9": "
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "Diverses",
|
| 13 |
+
"1": "Bau",
|
| 14 |
+
"2": "Steuern Finanzen",
|
| 15 |
+
"3": "SBB Verkehr",
|
| 16 |
+
"4": "Living Moving",
|
| 17 |
+
"5": "Ausweise",
|
| 18 |
+
"6": "Kontakt",
|
| 19 |
+
"7": "Newsletter",
|
| 20 |
+
"8": "Tiere",
|
| 21 |
+
"9": "Vereine Busines"
|
| 22 |
},
|
| 23 |
"initializer_range": 0.02,
|
| 24 |
"label2id": {
|
| 25 |
+
"Ausweise": "5",
|
| 26 |
+
"Bau": "1",
|
| 27 |
+
"Diverses": "0",
|
| 28 |
+
"Kontakt": "6",
|
| 29 |
+
"Living Moving": "4",
|
| 30 |
+
"Newsletter": "7",
|
| 31 |
+
"SBB Verkehr": "3",
|
| 32 |
+
"Steuern Finanzen": "2",
|
| 33 |
+
"Tiere": "8",
|
| 34 |
+
"Vereine Busines": "9"
|
| 35 |
},
|
| 36 |
"max_position_embeddings": 512,
|
| 37 |
"model_type": "distilbert",
|
checkpoint-681/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 541341984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baf0e0f004babcefe95fe7f562b7976dd369b4351c7f2bf9458ca4c90f9fb54c
|
| 3 |
size 541341984
|
checkpoint-681/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1082746042
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f1a7e0311e6cf3c9e623825383e80e4d4cfb3312e5956c9d3ae2132f6bcdaf8
|
| 3 |
size 1082746042
|
checkpoint-681/trainer_state.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 2.202643171806167,
|
| 13 |
-
"grad_norm":
|
| 14 |
"learning_rate": 1.3289280469897211e-05,
|
| 15 |
-
"loss": 0.
|
| 16 |
"step": 500
|
| 17 |
}
|
| 18 |
],
|
|
|
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 2.202643171806167,
|
| 13 |
+
"grad_norm": 3.462831735610962,
|
| 14 |
"learning_rate": 1.3289280469897211e-05,
|
| 15 |
+
"loss": 0.5364,
|
| 16 |
"step": 500
|
| 17 |
}
|
| 18 |
],
|
checkpoint-681/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c82899e96a4a3da07fe891ccfac25e58a294f4f9078446dc703903a1a90f3773
|
| 3 |
size 5304
|