Q/A prediction model using ML.NET
Mohamed Alqattan
10
Reputation points
i need new exmples Q/A scenario format that has all the colums for ML.net : colums to predict, context, question , answer index
1 answer
-
Ibrahim Khalil 0 Reputation points
You can use a .txt file. Use Tab to make new column
You need 4 column. Answer, Context, Question and Index
Syntax:
Answer<Tab Key>Context<Tab Key>Question<Tab Key>Index
Example:
Answer Context Question IndexHello Greeting Hi 1
I'm a bot. Addressing Who are you? 2
My name's IK. Addressing What's your name? 3
Instruction:
- Select data source type (.csv, .tsv, .txt)
- Select your file
- Select your column as your column instruction
- See the preview table in bottom
- Click the next to train
