Image Classification
Transformers
PyTorch
TensorBoard
English
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use DunnBC22/dit-base-Business_Documents_Classified_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/dit-base-Business_Documents_Classified_v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DunnBC22/dit-base-Business_Documents_Classified_v2") 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("DunnBC22/dit-base-Business_Documents_Classified_v2") model = AutoModelForImageClassification.from_pretrained("DunnBC22/dit-base-Business_Documents_Classified_v2") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -104,4 +104,13 @@ The following hyperparameters were used during training:
|
|
| 104 |
- Transformers 4.28.1
|
| 105 |
- Pytorch 2.0.0+cu118
|
| 106 |
- Datasets 2.11.0
|
| 107 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
- Transformers 4.28.1
|
| 105 |
- Pytorch 2.0.0+cu118
|
| 106 |
- Datasets 2.11.0
|
| 107 |
+
- Tokenizers 0.13.3
|
| 108 |
+
|
| 109 |
+
|
| 110 |
+
## License Notice
|
| 111 |
+
This model is a fine-tuned derivative of a pretrained model.
|
| 112 |
+
Users must comply with the original model license.
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
## Dataset Notice
|
| 116 |
+
This model was fine-tuned on third-party datasets which may have separate licenses or usage restrictions.
|