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

0 comments No comments

Sign in to comment

1 answer

  1. 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 Index

    Hello Greeting Hi 1

    I'm a bot. Addressing Who are you? 2

    My name's IK. Addressing What's your name? 3

    Instruction:

    1. Select data source type (.csv, .tsv, .txt)
    2. Select your file
    3. Select your column as your column instruction
    4. See the preview table in bottom
    5. Click the next to train
    0 comments No comments

    Sign in to comment
Sign in to answer

Your answer