mtc
/

Text Classification
Transformers
Safetensors
German
bert
mtc commited on
Commit
c32e183
·
verified ·
1 Parent(s): 61bb5be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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
  ```