umm-dev commited on
Commit
a52094e
·
verified ·
1 Parent(s): 336661a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,15 +1,26 @@
 
 
 
 
 
 
 
 
1
 
2
  <img src="ShaNet.png" alt="ShaNet Banner" width="100%">
3
 
4
  # ShaNet
5
 
6
- ShaNet is a generative pre-trained transformer trained on conversational data, it is designed to understand and generate human-like text based on the input it receives. This model can be used for various applications such as chatbots, content generation, and more.
7
 
8
  ## Features
9
  - **Conversational Understanding**: Trained on a diverse dataset to understand context and nuances in conversations.
10
  - **Text Generation**: Capable of generating coherent and contextually relevant text.
11
  - **Customizable**: Can be fine-tuned for specific applications or domains.
12
- - **Open Source**: Available for use and modification.
13
 
14
  ## Installation
15
- To install ShaNet, you can downlaod all files and run chat.py script.
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - lmsys/lmsys-chat-1m
5
+ language:
6
+ - en
7
+ pipeline_tag: text-generation
8
+ ---
9
 
10
  <img src="ShaNet.png" alt="ShaNet Banner" width="100%">
11
 
12
  # ShaNet
13
 
14
+ ShaNet is a Generative Pre-trained Transformer (GPT) trained on conversational data designed to understand and generate human-like text based on the input it receives. This model can be used for various applications such as chatbots, content generation, and more.
15
 
16
  ## Features
17
  - **Conversational Understanding**: Trained on a diverse dataset to understand context and nuances in conversations.
18
  - **Text Generation**: Capable of generating coherent and contextually relevant text.
19
  - **Customizable**: Can be fine-tuned for specific applications or domains.
20
+ - **Open Source**: Available for use and modificatio under the permissive GPL-3.0 [LICENSE](LICENSE.md).
21
 
22
  ## Installation
23
+ To install ShaNet, you can downlaod all files and run the `chat.py` script.
24
+
25
+ Note:
26
+ - The train and config code are modified versions of train.py and configurator.py from NanoGPT.