|
|
|
|
|
by amelius
598 days ago
|
|
Maybe simply turn every token input t into a tensor of shape 2x1 and use t[0] for the original input and set t[1] to either 0 or 1 depending on whether it is a command or data. Then train the thing and punish it when it responds to data. |
|