You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
any suggestions on how to get a decoded output once I have done
let output = model.forward(&input_ids, &token_ids)?;
Am trying to go from a text input, extract input and token_ids, and then decode to a text output. I tried to do some basic convert but didn't get anywhere. if you have an example, I would appreciate it, am kinda struggling to connect the bits.
The text was updated successfully, but these errors were encountered:
hi.
any suggestions on how to get a decoded output once I have done
Am trying to go from a text input, extract input and token_ids, and then decode to a text output. I tried to do some basic convert but didn't get anywhere. if you have an example, I would appreciate it, am kinda struggling to connect the bits.
The text was updated successfully, but these errors were encountered: