adenhaus commited on
Commit
cdc3165
1 Parent(s): 7acff28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -23,6 +23,8 @@ This learned metric is for evaluating models trained on the TaTA dataset. It was
23
 
24
  It achieves a Pearson correlation of 0.23 with human evaluations on the test split ("attributable" column of [this dataset](https://huggingface.co/datasets/adenhaus/stata)).
25
 
 
 
26
  # Example use
27
 
28
  ```python
 
23
 
24
  It achieves a Pearson correlation of 0.23 with human evaluations on the test split ("attributable" column of [this dataset](https://huggingface.co/datasets/adenhaus/stata)).
25
 
26
+ [Here](https://huggingface.co/adenhaus/mt5-large-stata/blob/main/README.md) is a version trained with mT5-Large instead of mT5-Small, which achieves a correlation of 0.59.
27
+
28
  # Example use
29
 
30
  ```python