Update README.md
Browse files
README.md
CHANGED
@@ -44,11 +44,21 @@ The LLaMA 3.2 Multimodal News Media Bias Detector is a fine-tuned version of the
|
|
44 |
|
45 |
## How to Use
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
### Installation
|
48 |
|
49 |
Ensure you have the required libraries installed:
|
50 |
|
51 |
-
```
|
52 |
pip install transformers accelerate bitsandbytes
|
53 |
```
|
54 |
```
|
@@ -249,7 +259,8 @@ Classification: Likely
|
|
249 |
|
250 |
## Training Data
|
251 |
|
252 |
-
The model
|
|
|
253 |
|
254 |
## Training Procedure
|
255 |
|
|
|
44 |
|
45 |
## How to Use
|
46 |
|
47 |
+
**Sampled Data Usage**
|
48 |
+
|
49 |
+
Please use the sampled data available at either of the following repositories for testing or development purposes with the LLaMA 3.2 Multimodal News Media Bias Detector:
|
50 |
+
|
51 |
+
- [Sampled Data on Hugging Face - LLaMA 3.2 Multimodal News Media Bias Detector](https://huggingface.co/vector-institute/Llama3.2-Multimodal-Newsmedia-Bias-Detector/tree/main/sampled-data)
|
52 |
+
- [NewsMediaBias-Plus Dataset on Hugging Face](https://huggingface.co/datasets/vector-institute/newsmediabias-plus)
|
53 |
+
|
54 |
+
These datasets are pre-configured to be compatible with the model and include a variety of news articles and images that have been annotated for potential disinformation, allowing for effective model evaluation and demonstration.
|
55 |
+
|
56 |
+
|
57 |
### Installation
|
58 |
|
59 |
Ensure you have the required libraries installed:
|
60 |
|
61 |
+
```
|
62 |
pip install transformers accelerate bitsandbytes
|
63 |
```
|
64 |
```
|
|
|
259 |
|
260 |
## Training Data
|
261 |
|
262 |
+
The model is fine-tuned on [NewsMediaBias-Plus Dataset on Hugging Face](https://huggingface.co/datasets/vector-institute/newsmediabias-plus)
|
263 |
+
|
264 |
|
265 |
## Training Procedure
|
266 |
|