Skip to content

Commit fcfa082

Browse files
Update data_lib.py
Update to use local vocabulary file.
1 parent 7b03bb4 commit fcfa082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hero/data_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
################################################################################
3636
# Tokenizers / vocabularies.
3737

38-
T5_CC_VOCAB = 'gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model'
38+
T5_CC_VOCAB = 'vb32000_t5_cc.model'
3939

4040
################################################################################
4141
# PT datasets.

0 commit comments

Comments
 (0)