Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ The rest of the turns in the conversation are `user` and `assistant` turns, wher
|
|
42 |
|
43 |
**Model output**: The model output is a json structure. The output contains a list, where each entity contains following fields:
|
44 |
|
45 |
-
1. `
|
46 |
2. `meta`: This is a dictionary, which contains two fields `hallucination_level` and `citation`. `hallucination_level` could take values of `high` or `low`, where `high` indicates that the generated sentence likely contain some hallucinated content that is not grounded on the provided documents. `citation` is a dictionary, which contains fields `snippet` which indicates the sentences that grounds the response and `doc_id` which points to the document that contains the `snippet`.
|
47 |
|
48 |
**Granite Rag 3.0 8b** is not intended to detect the hallucinations of responses generated by any other models besides itself or [ibm-granite/granite-3.0-8b-instruct](https://huggingface.co/ibm-granite/granite-3.0-8b-instruct).
|
|
|
42 |
|
43 |
**Model output**: The model output is a json structure. The output contains a list, where each entity contains following fields:
|
44 |
|
45 |
+
1. `sentence`: output sentence.
|
46 |
2. `meta`: This is a dictionary, which contains two fields `hallucination_level` and `citation`. `hallucination_level` could take values of `high` or `low`, where `high` indicates that the generated sentence likely contain some hallucinated content that is not grounded on the provided documents. `citation` is a dictionary, which contains fields `snippet` which indicates the sentences that grounds the response and `doc_id` which points to the document that contains the `snippet`.
|
47 |
|
48 |
**Granite Rag 3.0 8b** is not intended to detect the hallucinations of responses generated by any other models besides itself or [ibm-granite/granite-3.0-8b-instruct](https://huggingface.co/ibm-granite/granite-3.0-8b-instruct).
|