Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
|
| 3 |
+
# Doc / guide: https://huggingface.co/docs/hub/model-cards
|
| 4 |
+
{}
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Model Card for Model ID
|
| 8 |
+
|
| 9 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 10 |
+
|
| 11 |
+
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
| 12 |
+
|
| 13 |
+
## Model Details
|
| 14 |
+
|
| 15 |
+
### Model Description
|
| 16 |
+
|
| 17 |
+
Baseline image classifier built with AutoGluon
|
| 18 |
+
|
| 19 |
+
- **Developed by:** Smriti Chopra
|
| 20 |
+
- **Model type:** CNN backbone via AutoGluon Multimodal
|
| 21 |
+
- **License:** MIT
|
| 22 |
+
|
| 23 |
+
## Uses
|
| 24 |
+
|
| 25 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 26 |
+
|
| 27 |
+
### Direct Use
|
| 28 |
+
|
| 29 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 30 |
+
|
| 31 |
+
Supervised image classification (single-label). Trains/infers from a DataFrame with columns:
|
| 32 |
+
|
| 33 |
+
- image → path or PIL-loadable image
|
| 34 |
+
|
| 35 |
+
- label → class name or id
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
### Out-of-Scope Use
|
| 39 |
+
|
| 40 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 41 |
+
Multi-label or detection/segmentation without adapting the pipeline
|
| 42 |
+
|
| 43 |
+
## Bias, Risks, and Limitations
|
| 44 |
+
|
| 45 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 46 |
+
|
| 47 |
+
Dataset bias: model mirrors class/collection biases; OOD images may degrade
|
| 48 |
+
|
| 49 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|