Q/A prediction model using ML.NET

Mohamed Alqattan 5 Reputation points
2024-06-15T08:51:01.78+00:00

i need new exmples Q/A scenario format that has all the colums for ML.net : colums to predict, context, question , answer index

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
159 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Ibrahim Khalil 0 Reputation points
    2024-12-06T09:39:07.15+00:00

    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.