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", device_map="auto") 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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,8 +28,8 @@ metrics:
|
|
| 28 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 29 |
|
| 30 |
- **Developed by:** Chirag Pradhan
|
| 31 |
-
- **Funded by [optional]:**
|
| 32 |
-
- **Shared by [optional]:**
|
| 33 |
- **Model type:** [More Information Needed]
|
| 34 |
- **Language(s) (NLP):** [More Information Needed]
|
| 35 |
- **License:** [More Information Needed]
|
|
|
|
| 28 |
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
| 29 |
|
| 30 |
- **Developed by:** Chirag Pradhan
|
| 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):** [More Information Needed]
|
| 35 |
- **License:** [More Information Needed]
|