Instructions to use pedro1111/layoutkv with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pedro1111/layoutkv with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="pedro1111/layoutkv")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("pedro1111/layoutkv") model = AutoModelForTokenClassification.from_pretrained("pedro1111/layoutkv") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 450603969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35cb34339010527d8dfa3f5e4035eb7549eeefe2c362357578e1527c2d046e4a
|
| 3 |
size 450603969
|