from local

This commit is contained in:
dohe0342 2023-01-25 17:21:12 +09:00
parent 3d3a345bb4
commit 5f689ccdd2
2 changed files with 1 additions and 0 deletions

View File

@ -833,6 +833,7 @@ def compute_loss(
warm_step = params.warm_step
texts = batch["supervisions"]["text"]
print('hi~~~')
print(texts)
#texts = batch["greedy pseudo text"]
token_ids = sp.encode(texts, out_type=int)