Update README.md
Browse files
README.md
CHANGED
@@ -69,4 +69,12 @@ def main():
|
|
69 |
|
70 |
if __name__ == '__main__':
|
71 |
main()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
```
|
|
|
69 |
|
70 |
if __name__ == '__main__':
|
71 |
main()
|
72 |
+
```
|
73 |
+
|
74 |
+
The output should have the following format, when executing the code above:
|
75 |
+
|
76 |
+
```
|
77 |
+
[ Intrinsic Hallucination
|
78 |
+
Extrinsic Hallucination]
|
79 |
+
|
80 |
```
|