pszemraj commited on
Commit
ea9a4f7
1 Parent(s): f8be4cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -23,6 +23,7 @@ Test it out on Google Colab [here](https://colab.research.google.com/gist/pszemr
23
 
24
  - Exploring to see how OPT does in terms of dialogue/conversational applications
25
  - Seems to do a lot better than GPT-Neo with similar training parameters
 
26
 
27
  ## Intended uses & limitations
28
 
@@ -34,7 +35,7 @@ Test it out on Google Colab [here](https://colab.research.google.com/gist/pszemr
34
 
35
  ## Training and evaluation data
36
 
37
- More information needed
38
 
39
  ## Training procedure
40
 
 
23
 
24
  - Exploring to see how OPT does in terms of dialogue/conversational applications
25
  - Seems to do a lot better than GPT-Neo with similar training parameters
26
+ - you can create your own digital clone and deploy it leveraging [this repository I am working on](https://github.com/pszemraj/ai-msgbot).
27
 
28
  ## Intended uses & limitations
29
 
 
35
 
36
  ## Training and evaluation data
37
 
38
+ WhatsApp & iMessage parsed using [ai-msgbot](https://github.com/pszemraj/ai-msgbot) and then fed as a text dataset to the HF trainer.
39
 
40
  ## Training procedure
41