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 1
Browse files
logs/events.out.tfevents.1748957806.phi-ThinkPad-T490
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ae25f6e22ec524620907070adc318d668fc636df0b9f1c89bfae68c0d26bb36
|
| 3 |
+
size 8153
|
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:74aac4413a12859813891eb2d2355850be88f3e0c1c3a19c092a4a0475481eff
|
| 3 |
size 450724324
|