Hello All,
I am a beginner in openAI and chatGPT. I am trying to train model with non-text data. Please help me clarify below doubts.
I have a use case where I want to train model with XML/JSON. I will be having more than 100 XML/JSON file with various use cases. Is it possible to train model with XML/JSON. If yes how will I train? Do I need to provide unique title in each files. Is the title plays important role in training the dataset. Please clarify.
My 2nd use case is:
I want to join 2 XML/JSON. e.g. I have a XML/JSON to retrieve data and another XML/JSON to filter this data. In Prompt, If I ask model to retrieve data and filter it, will it be able to join this 2 XML/JSON?
One more clarification:
If my file is large, will openAI able to respond with the entire content. As far as I know size of token in chatGPT3.5 is 4000 which is like 3000 words. If the response is larger than this size, how the response will be.