vishesh-t27 commited on
Commit
42aa86f
·
verified ·
1 Parent(s): 00f4956

Update tokenization_nandi.py

Browse files
Files changed (1) hide show
  1. tokenization_nandi.py +2 -0
tokenization_nandi.py CHANGED
@@ -105,6 +105,8 @@ class NandiTokenizer(TokenizersBackend):
105
  text = [add_prefix(t) for t in text]
106
  else:
107
  text = add_prefix(text)
 
 
108
 
109
  return super().__call__(text, *args, **kwargs)
110
 
 
105
  text = [add_prefix(t) for t in text]
106
  else:
107
  text = add_prefix(text)
108
+
109
+ print(text)
110
 
111
  return super().__call__(text, *args, **kwargs)
112