1. Lets say we train Large Language Model on encrypted data but with different scenarios that are mentioned below whats going to happen?
    • Lets say we use a single key to encrypt all the data before we train the model. If we encrypt the user prompt with an encryption key and pass it through transformers, will we get answer?
    • What happens if we use different keys are we going to just train on garbage data?