beakerstreet
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
---
|
2 |
language:
|
3 |
-
|
4 |
thumbnail: null
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
license: mit
|
10 |
datasets:
|
11 |
-
|
12 |
-
pipeline_tag:
|
13 |
library_name: tensorflow
|
14 |
-
|
15 |
---
|
16 |
|
17 |
# Multimodal Classification Model (BM-v1)
|
@@ -30,4 +29,4 @@ This model combines text and image inputs to perform classification tasks using
|
|
30 |
|
31 |
### Direct Use
|
32 |
|
33 |
-
The model is designed for multimodal classification tasks that require both image and text inputs. Example usage:
|
|
|
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: audio-text-to-text
|
13 |
library_name: tensorflow
|
|
|
14 |
---
|
15 |
|
16 |
# Multimodal Classification Model (BM-v1)
|
|
|
29 |
|
30 |
### Direct Use
|
31 |
|
32 |
+
The model is designed for multimodal classification tasks that require both image and text inputs. Example usage:
|