Instructions to use microsoft/beit-large-patch16-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/beit-large-patch16-224 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="microsoft/beit-large-patch16-224") 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("microsoft/beit-large-patch16-224") model = AutoModelForImageClassification.from_pretrained("microsoft/beit-large-patch16-224") - Notebooks
- Google Colab
- Kaggle
Move first line of bibtex to new line
Browse files
README.md
CHANGED
|
@@ -72,7 +72,8 @@ For evaluation results on several image classification benchmarks, we refer to t
|
|
| 72 |
|
| 73 |
### BibTeX entry and citation info
|
| 74 |
|
| 75 |
-
```
|
|
|
|
| 76 |
author = {Hangbo Bao and
|
| 77 |
Li Dong and
|
| 78 |
Furu Wei},
|
|
|
|
| 72 |
|
| 73 |
### BibTeX entry and citation info
|
| 74 |
|
| 75 |
+
```bibtex
|
| 76 |
+
@article{DBLP:journals/corr/abs-2106-08254,
|
| 77 |
author = {Hangbo Bao and
|
| 78 |
Li Dong and
|
| 79 |
Furu Wei},
|