beakerstreet
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,33 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
8 |
|
9 |
-
##
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
12 |
|
13 |
-
##
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
[Any relevant citations]
|
20 |
-
|
21 |
-
## License
|
22 |
-
|
23 |
-
[Your license information]
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: null
|
5 |
+
tags:
|
6 |
+
- image-classification
|
7 |
+
- multimodal
|
8 |
+
- tensorflow
|
9 |
+
license: mit
|
10 |
+
datasets:
|
11 |
+
- 'flex_civ_vi_screens'
|
12 |
+
pipeline_tag: image-classification
|
13 |
+
library_name: tensorflow
|
14 |
|
15 |
+
---
|
16 |
|
17 |
+
# Multimodal Classification Model (BM-v1)
|
18 |
|
19 |
+
This model combines text and image inputs to perform classification tasks using a ResNet50 backbone for image processing and a text encoder for textual input processing.
|
20 |
|
21 |
+
## Model Details
|
22 |
|
23 |
+
- **Developed by:** BeakerStreet
|
24 |
+
- **Model type:** Multimodal Classification Model
|
25 |
+
- **Language(s):** English
|
26 |
+
- **License:** MIT
|
27 |
+
- **Parent Model:** ResNet50 (for image processing)
|
28 |
|
29 |
+
## Uses
|
30 |
|
31 |
+
### Direct Use
|
32 |
|
33 |
+
The model is designed for multimodal classification tasks that require both image and text inputs. Example usage:
|
|
|
|
|
|
|
|
|
|
|
|