Skip to content

Commit

Permalink
Merge pull request tensorflow#3651 from YangDong2002:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 419440622
  • Loading branch information
copybara-github committed Jan 3, 2022
2 parents f9df56e + 42df7c1 commit d706a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow_datasets/text/definite_pronoun_resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
more than once in the sentence, its first occurrence is the one to be resolved.
"""

_DATA_URL_PATTERN = 'http://www.hlt.utdallas.edu/~vince/data/emnlp12/{}.c.txt'
_DATA_URL_PATTERN = 'https://s3.amazonaws.com/datasets.huggingface.co/definite_pronoun_resolution/{}.c.txt'


class DefinitePronounResolution(tfds.core.GeneratorBasedBuilder):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
http://www.hlt.utdallas.edu/~vince/data/emnlp12/test.c.txt 67044 cf1cf025e1d59a5b363e6dcfbd5a13aae8a9830831ac16fd7f865aca7a1559d8 test.c.txt
http://www.hlt.utdallas.edu/~vince/data/emnlp12/train.c.txt 160409 bc0a54b3ca1009d8d5b2ca5a221086aee2b0fc5cd03b22b9dfa9cdf44c629cec train.c.txt
https://s3.amazonaws.com/datasets.huggingface.co/definite_pronoun_resolution/test.c.txt 67044 cf1cf025e1d59a5b363e6dcfbd5a13aae8a9830831ac16fd7f865aca7a1559d8 test.c.txt
https://s3.amazonaws.com/datasets.huggingface.co/definite_pronoun_resolution/train.c.txt 160408 c310158d0cbac1a556e3284e6c167f4478271d8d50b0b9d15dfe428c905a0867 train.c.txt

0 comments on commit d706a57

Please sign in to comment.