Instructions to use pmorelr/layoutlm-doclaynet-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pmorelr/layoutlm-doclaynet-test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pmorelr/layoutlm-doclaynet-test")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pmorelr/layoutlm-doclaynet-test") model = AutoModelForTokenClassification.from_pretrained("pmorelr/layoutlm-doclaynet-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- config.json +1 -1
- logs/1678746660.8496158/events.out.tfevents.1678746660.Pedros-MacBook-Air.local.21106.1 +3 -0
- logs/1678757834.2723799/events.out.tfevents.1678757834.Pedros-MacBook-Air.local.31823.1 +3 -0
- logs/events.out.tfevents.1678746660.Pedros-MacBook-Air.local.21106.0 +3 -0
- logs/events.out.tfevents.1678757834.Pedros-MacBook-Air.local.31823.0 +3 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMForTokenClassification"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "microsoft/layoutlm-base-uncased",
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMForTokenClassification"
|
| 5 |
],
|
logs/1678746660.8496158/events.out.tfevents.1678746660.Pedros-MacBook-Air.local.21106.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:443e8a7305bd8b09fc1fc2d769ce00775c9eff5fb29c0630d3b3d7d1eba33d48
|
| 3 |
+
size 5685
|
logs/1678757834.2723799/events.out.tfevents.1678757834.Pedros-MacBook-Air.local.31823.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2e83afb7dd5b2813075e28b74ff8e04bea776336ad566d4d6e0516da5afb9d6
|
| 3 |
+
size 5685
|
logs/events.out.tfevents.1678746660.Pedros-MacBook-Air.local.21106.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a809120a6a1c3aae460d4d558fb71e219050f47fccf7cb94d854b164ae77443
|
| 3 |
+
size 4716
|
logs/events.out.tfevents.1678757834.Pedros-MacBook-Air.local.31823.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f9e36c3cc68ecbad7cd4a94ed7bf10c5bc598f24755c2e6d403e675cbb17d4e
|
| 3 |
+
size 4957
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450615973
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a122bbd396f43e72d057d5c4698c2905416bd55d63f5fccae81a09621f584030
|
| 3 |
size 450615973
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3503
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3361fe5f2f7f59c24dee52ba3b021b69e3328fb07ea3872e4fa5e15ef0d68c1b
|
| 3 |
size 3503
|