Token Classification
Transformers
TensorBoard
Safetensors
lilt
Generated from Trainer
invoice-processing
information-extraction
czech-language
document-ai
layout-aware-model
synthetic-data
hybrid-data
Instructions to use TomasFAV/LiLTInvoiceCzechV012 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TomasFAV/LiLTInvoiceCzechV012 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="TomasFAV/LiLTInvoiceCzechV012")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("TomasFAV/LiLTInvoiceCzechV012") model = AutoModelForTokenClassification.from_pretrained("TomasFAV/LiLTInvoiceCzechV012") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
config.json
CHANGED
|
@@ -41,8 +41,8 @@
|
|
| 41 |
"26": "I_VARIABLE_SYMBOL",
|
| 42 |
"27": "B_CONST_SYMBOL",
|
| 43 |
"28": "I_CONST_SYMBOL",
|
| 44 |
-
"29": "
|
| 45 |
-
"30": "
|
| 46 |
},
|
| 47 |
"initializer_range": 0.02,
|
| 48 |
"intermediate_size": 3072,
|
|
@@ -60,7 +60,7 @@
|
|
| 60 |
"B_SUPP_REGISTER_ID": 3,
|
| 61 |
"B_SUPP_TAX_ID": 5,
|
| 62 |
"B_TAXABLE_SUPPLY_DATE": 13,
|
| 63 |
-
"
|
| 64 |
"B_VARIABLE_SYMBOL": 25,
|
| 65 |
"I_BANK_ACCOUNT_NUMBER": 20,
|
| 66 |
"I_BIC": 24,
|
|
@@ -75,7 +75,7 @@
|
|
| 75 |
"I_SUPP_REGISTER_ID": 4,
|
| 76 |
"I_SUPP_TAX_ID": 6,
|
| 77 |
"I_TAXABLE_SUPPLY_DATE": 14,
|
| 78 |
-
"
|
| 79 |
"I_VARIABLE_SYMBOL": 26,
|
| 80 |
"O": 0
|
| 81 |
},
|
|
|
|
| 41 |
"26": "I_VARIABLE_SYMBOL",
|
| 42 |
"27": "B_CONST_SYMBOL",
|
| 43 |
"28": "I_CONST_SYMBOL",
|
| 44 |
+
"29": "B_TOTAL",
|
| 45 |
+
"30": "I_TOTAL"
|
| 46 |
},
|
| 47 |
"initializer_range": 0.02,
|
| 48 |
"intermediate_size": 3072,
|
|
|
|
| 60 |
"B_SUPP_REGISTER_ID": 3,
|
| 61 |
"B_SUPP_TAX_ID": 5,
|
| 62 |
"B_TAXABLE_SUPPLY_DATE": 13,
|
| 63 |
+
"B_TOTAL": 29,
|
| 64 |
"B_VARIABLE_SYMBOL": 25,
|
| 65 |
"I_BANK_ACCOUNT_NUMBER": 20,
|
| 66 |
"I_BIC": 24,
|
|
|
|
| 75 |
"I_SUPP_REGISTER_ID": 4,
|
| 76 |
"I_SUPP_TAX_ID": 6,
|
| 77 |
"I_TAXABLE_SUPPLY_DATE": 14,
|
| 78 |
+
"I_TOTAL": 30,
|
| 79 |
"I_VARIABLE_SYMBOL": 26,
|
| 80 |
"O": 0
|
| 81 |
},
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 520801340
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0c96599a29845e79fd071233eaa2deba3833c2ca159bb562a4b524dd7261a9b
|
| 3 |
size 520801340
|
runs/Mar08_22-51-29_7e44ac7b5aa4/events.out.tfevents.1773010289.7e44ac7b5aa4.9199.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfea4fb08649577d63e8fee3bb313762ef7a7c37879b65fadef231988d4cacc4
|
| 3 |
+
size 6484
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5201
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3925ac66704f9ecf215fd3f81123a86a0c91debc2bcbb6f1c1fefc603353c221
|
| 3 |
size 5201
|