Muennighoff commited on
Commit
66a636e
1 Parent(s): 07c5801

Update sts22-crosslingual-sts.py

Browse files
Files changed (1) hide show
  1. sts22-crosslingual-sts.py +1 -1
sts22-crosslingual-sts.py CHANGED
@@ -47,7 +47,7 @@ _LANGUAGES = {**_LANGUAGES_TRAIN, **_LANGUAGES_TEST}
47
  _ALL_LANGUAGES = "all_languages"
48
  _HOMEPAGE_URL = "https://competitions.codalab.org/competitions/33835"
49
  _DOWNLOAD_URL = "{lang}/{split}.jsonl"
50
- _VERSION = "1.0.0"
51
 
52
 
53
  class STS22Task8Config(datasets.BuilderConfig):
 
47
  _ALL_LANGUAGES = "all_languages"
48
  _HOMEPAGE_URL = "https://competitions.codalab.org/competitions/33835"
49
  _DOWNLOAD_URL = "{lang}/{split}.jsonl"
50
+ _VERSION = "1.0.1"
51
 
52
 
53
  class STS22Task8Config(datasets.BuilderConfig):