Spaces:
Sleeping
Sleeping
amirhoseinsedaghati
commited on
Commit
•
1262b7c
1
Parent(s):
b9ccae3
Upload README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,28 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Native Chatbot
|
2 |
+
|
3 |
+
<p>
|
4 |
+
This LLM-powered chatbot was created by Langchain. It acts like a native teacher who can guide you to write and talk like a native speaker.<br/>
|
5 |
+
|
6 |
+
**The supported LLMs:**<br/>
|
7 |
+
- llama-3.1-405b-instruct (meta)
|
8 |
+
- gemma-2-27b-it (google)
|
9 |
+
- mistral-nemo-12b-instruct (nv-mistralai)
|
10 |
+
- nemotron-4-340b-instruct (nvidia)
|
11 |
+
- phi-3-medium-128k-instruct (microsoft)
|
12 |
+
- arctic (snowflake)
|
13 |
+
|
14 |
+
</p>
|
15 |
+
|
16 |
+
# Usage
|
17 |
+
1. To use <a href="https://huggingface.co/spaces/amirhoseinsedaghati/Native_Chatbot">the online version on HuggingFace</a>, just select your desired LLM, pass your question into the text area, and click on <b>Generate Answer</b>.
|
18 |
+
<br></br>
|
19 |
+
2. To use it on your local machine, clone the project from <a href="https://github.com/amirho3einsedaghati/Native_Chatbot">this URL GitHub</a> using <pre>git clone [email protected]:amirho3einsedaghati/Native_Chatbot.git</pre> fill in the .env file in the tools directory with the <a href="https://build.nvidia.com/explore/discover">NVIDIA API KEY</a>, then navigate to the Native_Chatbot directory which contains the main.py file and run the Streamlit application using the following command. <pre>streamlit run main.py</pre>
|
20 |
+
|
21 |
+
# License
|
22 |
+
<a href="https://huggingface.co/spaces/amirhoseinsedaghati/Native_Chatbot/blob/main/LICENSE">Apache-2.0</a>
|
23 |
+
|
24 |
+
# Appendix:
|
25 |
+
<a href="https://github.com/amirho3einsedaghati/Native_Chatbot">https://github.com/amirho3einsedaghati/Native_Chatbot</a>
|
26 |
+
|
27 |
+
# Maintainer Contact:
|
28 |
+
<a href="https://linktr.ee/amirhoseinsedaghati">https://linktr.ee/amirhoseinsedaghati</a>
|