amirhoseinsedaghati commited on
Commit
1262b7c
1 Parent(s): b9ccae3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -13
README.md CHANGED
@@ -1,13 +1,28 @@
1
- ---
2
- title: Native Chatbot
3
- emoji: ⚡
4
- colorFrom: blue
5
- colorTo: pink
6
- sdk: streamlit
7
- sdk_version: 1.37.1
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>