jsakshi commited on
Commit
39e5a65
·
verified ·
1 Parent(s): b848bdb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Loco - Chatbot
5
+
6
+ **Loco** is a chatbot built using the Llama 7B model hosted on Hugging Face. It is designed to answer various queries and interact with users in a conversational manner.
7
+
8
+ ## How to Use
9
+
10
+ - Type a message in the input box and press Enter.
11
+ - The model will process your input and generate a response.
12
+
13
+ ## Model Information
14
+
15
+ - **Model**: Llama 7B
16
+ - **Framework**: Hugging Face Transformers
17
+ - **License**: MIT