from local

This commit is contained in:
dohe0342 2023-01-26 14:35:56 +09:00
parent 01e315ceaa
commit bfa9096b07
2 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ def compute_loss(
texts = batch["supervisions"]["text"]
print(texts)
exit()
#texts = batch["greedy pseudo text"]
token_ids = sp.encode(texts, out_type=int)