lsy641 commited on
Commit
688e830
1 Parent(s): 1b25515
Files changed (1) hide show
  1. distinct.py +1 -1
distinct.py CHANGED
@@ -55,7 +55,7 @@ Distinct metric is to calculate corpus-level diversity of language. We provide t
55
  the biases of the original distinct score on lengthier sentences. Distinct is the original version.
56
 
57
  # ![Comparison between original distinct and and EAD ](https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg)
58
- <img src="https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg" alt="drawing" width="100"/>
59
  img[alt=drawing]{}
60
 
61
  For the use of Expectation-Adjusted-Distinct, vocab_size is required.
 
55
  the biases of the original distinct score on lengthier sentences. Distinct is the original version.
56
 
57
  # ![Comparison between original distinct and and EAD ](https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg)
58
+ <img src="https://huggingface.co/spaces/lsy641/distinct/resolve/main/distinct_compare_pic.jpg" alt="drawing" width="50"/>
59
  img[alt=drawing]{}
60
 
61
  For the use of Expectation-Adjusted-Distinct, vocab_size is required.