Kaludi commited on
Commit
432c5a0
1 Parent(s): 7bc4a3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
1
- - EurekaQA
 
 
 
 
 
 
 
 
 
2
 
3
  EurekaQA is an AI Question Answering model that uses advanced machine learning algorithms to analyze text data and automatically answer questions based on the information contained within. EurekaQA is an extractive model, meaning it selects the relevant information from a given text document to present as the answer to the question. This model can be used in a variety of applications, including customer service, virtual assistants, and information retrieval systems.
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - qna
5
+ - question-answer
6
+ datasets:
7
+ - Kaludi/data-eurekaQA
8
+ ---
9
+
10
+ # EurekaQA
11
 
12
  EurekaQA is an AI Question Answering model that uses advanced machine learning algorithms to analyze text data and automatically answer questions based on the information contained within. EurekaQA is an extractive model, meaning it selects the relevant information from a given text document to present as the answer to the question. This model can be used in a variety of applications, including customer service, virtual assistants, and information retrieval systems.