dongxq commited on
Commit
2fc7a36
1 Parent(s): 702cf01

Update tokenizers_pegasus.py

Browse files
Files changed (1) hide show
  1. tokenizers_pegasus.py +1 -1
tokenizers_pegasus.py CHANGED
@@ -1,5 +1,5 @@
1
 
2
- from fengshen.examples.pegasus.data_utils import (
3
  _is_control,
4
  _is_punctuation,
5
  _is_whitespace,
1
 
2
+ from data_utils import (
3
  _is_control,
4
  _is_punctuation,
5
  _is_whitespace,