Instructions to use PeanutCoding/Layouttest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PeanutCoding/Layouttest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="PeanutCoding/Layouttest")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("PeanutCoding/Layouttest") model = AutoModelForTokenClassification.from_pretrained("PeanutCoding/Layouttest") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10
Browse files
logs/events.out.tfevents.1748438510.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9b31c3f42da07bb30215c70c9279ee1349d21680dd878752d07ae25334b4af5
|
| 3 |
+
size 8157
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450724324
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:349308b8834d23400e7a998e0c86be314b535498e386e1262ed6d09fd8210b43
|
| 3 |
size 450724324
|