jeffliu-LL
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
license: mit
|
3 |
library_name: transformers
|
4 |
widget:
|
5 |
-
- src:
|
|
|
6 |
- example_title: Example classification of flooded scene
|
7 |
pipeline_tag: image-classification
|
8 |
tags:
|
@@ -10,9 +11,11 @@ tags:
|
|
10 |
- Aerial Imagery
|
11 |
- Disaster Response
|
12 |
- Emergency Management
|
|
|
|
|
13 |
---
|
14 |
# Model Card for MITLL/LADI-v2-classifier-small-reference
|
15 |
-
LADI-v2-classifier-small-reference is based on [google/bit-50](https://huggingface.co/google/bit-50) and fine-tuned on the LADI
|
16 |
|
17 |
🔴 __IMPORTANT__ ❗🔴 This model is the 'reference' version of the model, which is trained on 80% of the 10,000 available images. It is provided to facilitate reproduction of our paper and is not intended to be used in deployment. For deployment, see the [MITLL/LADI-v2-classifier-small](https://huggingface.co/MITLL/LADI-v2-classifier-small) and [MITLL/LADI-v2-classifier-large](https://huggingface.co/MITLL/LADI-v2-classifier-large) models, which are trained on the full LADI v2 dataset (all splits).
|
18 |
|
|
|
2 |
license: mit
|
3 |
library_name: transformers
|
4 |
widget:
|
5 |
+
- src: >-
|
6 |
+
https://fema-cap-imagery.s3.amazonaws.com/Images/CAP_-_Flooding_Spring_2023/Source/IAWG_23-B-5061/A0005/D75_0793_DxO_PL6_P.jpg
|
7 |
- example_title: Example classification of flooded scene
|
8 |
pipeline_tag: image-classification
|
9 |
tags:
|
|
|
11 |
- Aerial Imagery
|
12 |
- Disaster Response
|
13 |
- Emergency Management
|
14 |
+
datasets:
|
15 |
+
- MITLL/LADI-v2-dataset
|
16 |
---
|
17 |
# Model Card for MITLL/LADI-v2-classifier-small-reference
|
18 |
+
LADI-v2-classifier-small-reference is based on [google/bit-50](https://huggingface.co/google/bit-50) and fine-tuned on the [MITLL/LADI-v2-dataset](https://huggingface.co/datasets/MITLL/LADI-v2-dataset). LADI-v2-classifier is trained to identify labels of interest to disaster response managers from aerial images.
|
19 |
|
20 |
🔴 __IMPORTANT__ ❗🔴 This model is the 'reference' version of the model, which is trained on 80% of the 10,000 available images. It is provided to facilitate reproduction of our paper and is not intended to be used in deployment. For deployment, see the [MITLL/LADI-v2-classifier-small](https://huggingface.co/MITLL/LADI-v2-classifier-small) and [MITLL/LADI-v2-classifier-large](https://huggingface.co/MITLL/LADI-v2-classifier-large) models, which are trained on the full LADI v2 dataset (all splits).
|
21 |
|