Image Classification
Transformers
PyTorch
TensorBoard
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use fathyshalab/invoicevsadvertisement with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fathyshalab/invoicevsadvertisement with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="fathyshalab/invoicevsadvertisement") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("fathyshalab/invoicevsadvertisement") model = AutoModelForImageClassification.from_pretrained("fathyshalab/invoicevsadvertisement") - Notebooks
- Google Colab
- Kaggle
Commit ·
bb27f13
1
Parent(s): 5a9892d
Update config.json
Browse files- config.json +0 -4
config.json
CHANGED
|
@@ -27,10 +27,6 @@
|
|
| 27 |
7,
|
| 28 |
11
|
| 29 |
],
|
| 30 |
-
"id2label": {
|
| 31 |
-
"0": "Werbung",
|
| 32 |
-
"1": "Rechnung",
|
| 33 |
-
},
|
| 34 |
"patch_size": 16,
|
| 35 |
"pool_scales": [
|
| 36 |
1,
|
|
|
|
| 27 |
7,
|
| 28 |
11
|
| 29 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"patch_size": 16,
|
| 31 |
"pool_scales": [
|
| 32 |
1,
|