AnaniyaX commited on
Commit
bef4615
1 Parent(s): 2db0d32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -23,13 +23,16 @@ It achieves the following results on the evaluation set:
23
 
24
  ## Model description
25
 
26
- This model takes in text input and outputs a binary classification of 0 if the text is a text-based question or 1 if it is a visual-based question
 
 
27
 
28
  ## Intended uses & limitations
29
 
30
- The model can be used to classify questions in natural language processing tasks such as chatbots or virtual assistants
31
- but may not perform well on questions that are ambiguous or have multiple interpretations.
32
- it may also be biased towards certain types of questions based on the training data.
 
33
 
34
  ## Training and evaluation data
35
 
 
23
 
24
  ## Model description
25
 
26
+ The Text-Visual Question Classifier is a Hugging Face model that can classify questions as either text-based or visual-based.
27
+ It uses a natural language processing and techniques to analyze the question and determine its type.
28
+ The model has been trained on a large dataset of questions labeled as either text-based or visual-based, and has achieved high accuracy in identifying the correct type of question.
29
 
30
  ## Intended uses & limitations
31
 
32
+ #### Applications
33
+ This model can be used in various applications such as chatbots, virtual assistants, search engines, and recommendation systems. For example, it can help chatbots to provide more accurate responses by understanding the type of question being asked. It can also help search engines to retrieve more relevant results by filtering out irrelevant content based on the type of question.
34
+ #### Limitations:
35
+ The model may not perform well on questions that are ambiguous or have multiple interpretations. It may also be biased towards certain types of questions based on the training data.
36
 
37
  ## Training and evaluation data
38