Update README.md
Browse files
README.md
CHANGED
@@ -457,7 +457,7 @@ print_outputs(outputs)
|
|
457 |
|
458 |
The model processes the information and returns:
|
459 |
|
460 |
-
- Reasoning Process: Detailed analysis enclosed within
|
461 |
- Structured Output: A final JSON with a summary of the analysis for the full article and a detailed analysis for each type of bias, including the level result (None, Low, Moderate, High), the reasoning for this result, and also suggestions when applicable.
|
462 |
|
463 |
Below is an example with parts of the model's output. The model returns the analysis for all 18 types of bias:
|
|
|
457 |
|
458 |
The model processes the information and returns:
|
459 |
|
460 |
+
- Reasoning Process: Detailed analysis enclosed within `<think></think>` tags, showing how the model evaluates the content.
|
461 |
- Structured Output: A final JSON with a summary of the analysis for the full article and a detailed analysis for each type of bias, including the level result (None, Low, Moderate, High), the reasoning for this result, and also suggestions when applicable.
|
462 |
|
463 |
Below is an example with parts of the model's output. The model returns the analysis for all 18 types of bias:
|