lsy641 commited on
Commit
263d47a
1 Parent(s): 4c7d4cc
Files changed (1) hide show
  1. distinct.py +4 -1
distinct.py CHANGED
@@ -59,7 +59,10 @@ For the use of Expectation-Adjusted-Distinct, vocab_size is required.
59
 
60
  Please follow ACL paper https://aclanthology.org/2022.acl-short.86 for motivation and follow the rules of thumb provided by https://github.com/lsy641/Expectation-Adjusted-Distinct/blob/main/EAD.ipynb to determine the vocab_size
61
 
62
- <img src="https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg" alt="drawing" width="350" style="float: center;"/>
 
 
 
63
 
64
  """
65
 
 
59
 
60
  Please follow ACL paper https://aclanthology.org/2022.acl-short.86 for motivation and follow the rules of thumb provided by https://github.com/lsy641/Expectation-Adjusted-Distinct/blob/main/EAD.ipynb to determine the vocab_size
61
 
62
+ <p align="center">
63
+ <img src="https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg" alt="drawing" width="350" style="float: center;"/>
64
+ </p>
65
+
66
 
67
  """
68