Instructions to use adhisetiawan/test-vit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adhisetiawan/test-vit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="adhisetiawan/test-vit")# Load model directly from transformers import AutoImageProcessor, AutoModel processor = AutoImageProcessor.from_pretrained("adhisetiawan/test-vit") model = AutoModel.from_pretrained("adhisetiawan/test-vit", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adhi Setiawan commited on
Commit ·
a2d0af0
1
Parent(s): 0f12dbd
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"ViTModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "adhisetiawan/test-vit",
|
| 3 |
"architectures": [
|
| 4 |
"ViTModel"
|
| 5 |
],
|