Instructions to use qipchip31/electronic-components-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use qipchip31/electronic-components-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="qipchip31/electronic-components-model") 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("qipchip31/electronic-components-model") model = AutoModelForImageClassification.from_pretrained("qipchip31/electronic-components-model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,8 +31,8 @@ The fine-tuned Vision Transformer (ViT) model, initialized from `google/vit-base
|
|
| 31 |
- **Funded by [optional]:** Fatima Al-Fihri Predoctoral Fellowship
|
| 32 |
- **Shared by [optional]:** Chirag Pradhan
|
| 33 |
- **Model type:** [More Information Needed]
|
| 34 |
-
- **Language(s) (NLP):**
|
| 35 |
-
- **License:**
|
| 36 |
- **Finetuned from model [optional]:** google/vit-base-patch16-224
|
| 37 |
|
| 38 |
### Model Sources [optional]
|
|
|
|
| 31 |
- **Funded by [optional]:** Fatima Al-Fihri Predoctoral Fellowship
|
| 32 |
- **Shared by [optional]:** Chirag Pradhan
|
| 33 |
- **Model type:** [More Information Needed]
|
| 34 |
+
- **Language(s) (NLP):** Transformers
|
| 35 |
+
- **License:** Apache License 2.0
|
| 36 |
- **Finetuned from model [optional]:** google/vit-base-patch16-224
|
| 37 |
|
| 38 |
### Model Sources [optional]
|