vykanand commited on
Commit
a431f91
·
1 Parent(s): 93ca2d6

add readme

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: LLaMA 7B Server
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: "4.17.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # LLaMA 7B Server
13
+
14
+ A web interface for interacting with the LLaMA 7B model.
15
+
16
+ ## Features
17
+
18
+ - [x] Text generation
19
+ - [x] Chat interface
20
+ - [x] Model parameters configuration
21
+
22
+ ## How to Use
23
+
24
+ 1. Enter your prompt in the text box
25
+ 2. Click "Generate" or press Enter
26
+ 3. View the model's response below
27
+
28
+ ## Model Details
29
+
30
+ - Model: LLaMA 7B
31
+ - Parameters: 7 billion
32
+ - Language: Multilingual
33
+
34
+ ## Technical Details
35
+
36
+ - Framework: Gradio
37
+ - Python Version: 3.9+
38
+ - Dependencies: See requirements.txt