zgrgr commited on
Commit
ec24573
1 Parent(s): 81a95c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -17
README.md CHANGED
@@ -9,31 +9,22 @@ pipeline_tag: text-generation
9
  ## Model Description
10
  This is a fine-tuned version of Meta-llama-3B for Turkish instructions.
11
 
12
- ```markdown
13
- # Smart Chatbot
14
 
15
  Welcome to the Smart Chatbot! Smart is a sophisticated conversational AI model based on the `zgrgr/Meta_llama-3-8B-Instruct` architecture. It’s designed to provide insightful and informative responses to user queries in both Turkish and English.
16
 
17
- ## Features
18
 
19
- - **Language Support**: Smart can converse in both Turkish, English and other languages .
20
- - **Intelligent Responses**: Provides detailed answers to questions about various topics.
21
-
22
- ## Usage
23
-
24
- ### Setup
25
-
26
- To use the Smart chatbot, you'll need to install the necessary Python libraries. You can do this by running:
27
-
28
- ```bash
29
- pip install -qU transformers bitsandbytes accelerate
30
- ```
31
 
32
  ### Example Usage
33
 
34
  Here’s how you can interact with Smart:
35
 
36
  ```python
 
 
37
  import transformers
38
  import torch
39
 
@@ -186,8 +177,7 @@ Bu barolar, Türkiye'deki avukatların örgütlenmesini ve faaliyetlerini düzen
186
  * IT and Operations Staff: Professionals who manage the firm's technology, infrastructure, and operations.
187
 
188
  Keep in mind that this is a general outline, and the specific structure of a law office can vary depending on the firm's size, type, and practice areas.
189
- ```
190
 
191
  ## License
 
192
  This model is licensed under Apache-2.0, which means it can be used freely for both commercial and non-commercial purposes.
193
- ```
 
9
  ## Model Description
10
  This is a fine-tuned version of Meta-llama-3B for Turkish instructions.
11
 
12
+ ### Smart Chatbot
 
13
 
14
  Welcome to the Smart Chatbot! Smart is a sophisticated conversational AI model based on the `zgrgr/Meta_llama-3-8B-Instruct` architecture. It’s designed to provide insightful and informative responses to user queries in both Turkish and English.
15
 
16
+ #### Features
17
 
18
+ - Language Support: Smart can converse in both Turkish, English and other languages .
19
+ - Intelligent Responses: Provides detailed answers to questions about various topics.
 
 
 
 
 
 
 
 
 
 
20
 
21
  ### Example Usage
22
 
23
  Here’s how you can interact with Smart:
24
 
25
  ```python
26
+ !pip install -qU transformers bitsandbytes accelerate
27
+
28
  import transformers
29
  import torch
30
 
 
177
  * IT and Operations Staff: Professionals who manage the firm's technology, infrastructure, and operations.
178
 
179
  Keep in mind that this is a general outline, and the specific structure of a law office can vary depending on the firm's size, type, and practice areas.
 
180
 
181
  ## License
182
+
183
  This model is licensed under Apache-2.0, which means it can be used freely for both commercial and non-commercial purposes.