Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
|
3 |
# LLaMA 3.2 Multimodal News Media Bias Detector
|
4 |
|
5 |
-
**Developed by the Vector Institute**
|
6 |
|
7 |
## Model Overview
|
8 |
|
@@ -274,7 +285,8 @@ The model was evaluated on a balanced test set with the following metrics:
|
|
274 |
|
275 |
This model is licensed under the Apache 2.0 License.
|
276 |
|
277 |
-
|
|
|
278 |
|
279 |
**Disclaimer**: The model is provided "as is" without any warranty. The developers are not responsible for any consequences arising from the use of this model.
|
280 |
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
datasets:
|
4 |
+
- vector-institute/newsmediabias-plus
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
base_model:
|
11 |
+
- meta-llama/Llama-3.2-11B-Vision-Instruct
|
12 |
+
---
|
13 |
|
14 |
|
15 |
# LLaMA 3.2 Multimodal News Media Bias Detector
|
16 |
|
|
|
17 |
|
18 |
## Model Overview
|
19 |
|
|
|
285 |
|
286 |
This model is licensed under the Apache 2.0 License.
|
287 |
|
288 |
+
**Developed by the Shaina Raza in Vector Institute**
|
289 |
+
|
290 |
|
291 |
**Disclaimer**: The model is provided "as is" without any warranty. The developers are not responsible for any consequences arising from the use of this model.
|
292 |
|