shainaraza commited on
Commit
c9c3ea2
·
verified ·
1 Parent(s): 540b749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
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
- ```bash
52
  pip install transformers accelerate bitsandbytes
53
  ```
54
  ```
@@ -249,7 +259,8 @@ Classification: Likely
249
 
250
  ## Training Data
251
 
252
- The model was fine-tuned on a custom dataset of news articles and images labeled for potential disinformation based on the presence of specific rhetorical techniques. The dataset includes balanced samples of articles classified as 'Likely' or 'Unlikely' to be disinformation.
 
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