ayoolaolafenwa commited on
Commit
a14f22f
1 Parent(s): 6dbd6e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -12,6 +12,8 @@ and trained on [chat-bot-instructions prompts dataset](https://huggingface.co/da
12
  ChatLM was trained on a dataset containing normal day to day human conversations, due to limited data used in training
13
  it does not generalize well for tasks like coding and current affairs.
14
 
 
 
15
  ## Load Model in bfloat16
16
  ``` python
17
  import torch
 
12
  ChatLM was trained on a dataset containing normal day to day human conversations, due to limited data used in training
13
  it does not generalize well for tasks like coding and current affairs.
14
 
15
+ # Have a live chat with ChatLM on space https://huggingface.co/spaces/ayoolaolafenwa/ChatLM
16
+
17
  ## Load Model in bfloat16
18
  ``` python
19
  import torch