Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Natural Reasoning Bot 🤖
|
2 |
|
3 |
A lightweight QA chatbot built using Hugging Face's `facebook/natural_questions` dataset and a fine-tuned `distilgpt2` model. This project provides a simple Streamlit interface to interact with the model in a clean, animated UI.
|
@@ -99,4 +113,4 @@ project/
|
|
99 |
|
100 |
For deployment on GitHub/Streamlit Cloud, keep model size small and test on CPU mode.
|
101 |
|
102 |
-
**Made with ❤️ by \[Vardaan Shukla]**
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- facebook/natural_reasoning
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- distilbert/distilgpt2
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
tags:
|
11 |
+
- Resoning
|
12 |
+
- Maths
|
13 |
+
- physics
|
14 |
+
---
|
15 |
# Natural Reasoning Bot 🤖
|
16 |
|
17 |
A lightweight QA chatbot built using Hugging Face's `facebook/natural_questions` dataset and a fine-tuned `distilgpt2` model. This project provides a simple Streamlit interface to interact with the model in a clean, animated UI.
|
|
|
113 |
|
114 |
For deployment on GitHub/Streamlit Cloud, keep model size small and test on CPU mode.
|
115 |
|
116 |
+
**Made with ❤️ by \[Vardaan Shukla]**
|