VarsaGupta
commited on
Commit
·
f4e4932
1
Parent(s):
27b71a0
second commit
Browse files
README.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
-
|
2 |
language: en
|
3 |
tags:
|
4 |
- chatbot
|
5 |
- natural language processing
|
6 |
-
license:
|
7 |
-
|
8 |
-
- Custom Dataset (Dronealexa)
|
9 |
-
---------------
|
10 |
|
11 |
Model Card: NLP-Based Chatbot
|
12 |
|
13 |
-
|
14 |
|
15 |
The NLP-Based Chatbot is designed to explore Science & Technology topics. It utilizes a combination of semantic search and summarization techniques to provide relevant and concise responses to user queries.
|
16 |
|
@@ -20,7 +18,7 @@ Model Details
|
|
20 |
- Model Type: Natural Language Processing (NLP) Chatbot
|
21 |
- Framework: Gradio Blocks Interface, spaCy, Transformers
|
22 |
|
23 |
-
|
24 |
|
25 |
1. Semantic Search
|
26 |
|
@@ -42,34 +40,39 @@ The chatbot's frontend is built using Gradio Blocks Interface, providing an inte
|
|
42 |
|
43 |
The model card generation involves constructing prompts based on search results and utilizing a summarization pipeline to produce model card content.
|
44 |
|
45 |
-
|
46 |
|
47 |
The NLP-Based Chatbot is intended for users interested in exploring Science & Technology topics. It can be used to obtain information from the provided dataset, and users are encouraged to provide feedback for continuous improvement.
|
48 |
|
49 |
-
|
50 |
|
51 |
The model is trained on a custom dataset (Dronealexa.csv) containing Science & Technology-related information. The dataset has been preprocessed to handle missing values and ensure efficient semantic search.
|
52 |
|
53 |
-
|
|
|
54 |
|
55 |
- Semantic Search: TF-IDF Vectorizer, Cosine Similarity
|
56 |
- Summarization: Hugging Face Transformers Pipeline
|
57 |
|
58 |
-
|
|
|
59 |
|
60 |
The chatbot aims to provide accurate and relevant information. However, users are advised to critically evaluate the responses and understand that the model's knowledge is based on the training data.
|
61 |
|
62 |
-
|
|
|
63 |
|
64 |
1. Input your query in the provided textbox.
|
65 |
2. Click the "Send" button to receive a response.
|
66 |
3. Optionally, submit feedback using the "Submit Feedback" button.
|
67 |
|
68 |
-
|
|
|
69 |
|
70 |
This model is released under the Apache 2.0 License.
|
71 |
|
72 |
-
|
|
|
73 |
|
74 |
For inquiries or issues, please contact [email protected].
|
75 |
|
|
|
1 |
+
---
|
2 |
language: en
|
3 |
tags:
|
4 |
- chatbot
|
5 |
- natural language processing
|
6 |
+
license: mit
|
7 |
+
---
|
|
|
|
|
8 |
|
9 |
Model Card: NLP-Based Chatbot
|
10 |
|
11 |
+
Overview
|
12 |
|
13 |
The NLP-Based Chatbot is designed to explore Science & Technology topics. It utilizes a combination of semantic search and summarization techniques to provide relevant and concise responses to user queries.
|
14 |
|
|
|
18 |
- Model Type: Natural Language Processing (NLP) Chatbot
|
19 |
- Framework: Gradio Blocks Interface, spaCy, Transformers
|
20 |
|
21 |
+
Components
|
22 |
|
23 |
1. Semantic Search
|
24 |
|
|
|
40 |
|
41 |
The model card generation involves constructing prompts based on search results and utilizing a summarization pipeline to produce model card content.
|
42 |
|
43 |
+
Intended Use
|
44 |
|
45 |
The NLP-Based Chatbot is intended for users interested in exploring Science & Technology topics. It can be used to obtain information from the provided dataset, and users are encouraged to provide feedback for continuous improvement.
|
46 |
|
47 |
+
Training Data
|
48 |
|
49 |
The model is trained on a custom dataset (Dronealexa.csv) containing Science & Technology-related information. The dataset has been preprocessed to handle missing values and ensure efficient semantic search.
|
50 |
|
51 |
+
|
52 |
+
Evaluation Metrics
|
53 |
|
54 |
- Semantic Search: TF-IDF Vectorizer, Cosine Similarity
|
55 |
- Summarization: Hugging Face Transformers Pipeline
|
56 |
|
57 |
+
|
58 |
+
Ethical Considerations
|
59 |
|
60 |
The chatbot aims to provide accurate and relevant information. However, users are advised to critically evaluate the responses and understand that the model's knowledge is based on the training data.
|
61 |
|
62 |
+
|
63 |
+
Usage Instructions
|
64 |
|
65 |
1. Input your query in the provided textbox.
|
66 |
2. Click the "Send" button to receive a response.
|
67 |
3. Optionally, submit feedback using the "Submit Feedback" button.
|
68 |
|
69 |
+
|
70 |
+
License
|
71 |
|
72 |
This model is released under the Apache 2.0 License.
|
73 |
|
74 |
+
|
75 |
+
Contact Information
|
76 |
|
77 |
For inquiries or issues, please contact [email protected].
|
78 |
|