lsy641 commited on
Commit
1b25515
1 Parent(s): 1d83775
Files changed (1) hide show
  1. distinct.py +2 -2
distinct.py CHANGED
@@ -55,8 +55,8 @@ 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="200"/>
59
- img[alt=drawing]{width: 200px;}
60
 
61
  For the use of Expectation-Adjusted-Distinct, vocab_size is required.
62
 
 
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.
62