Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,16 @@ https://www.kaggle.com/Cornell-University/movie-dialog-corpus
|
|
| 12 |
|
| 13 |
https://www.kaggle.com/jef1056/discord-data
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
Example:-
|
| 16 |
```python
|
| 17 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|
|
|
|
| 12 |
|
| 13 |
https://www.kaggle.com/jef1056/discord-data
|
| 14 |
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
Important:-
|
| 18 |
+
The AI can be a bit weird at times as it is still undergoing training!
|
| 19 |
+
At times it send stuff using :<random_wierd_words>: as they are discord emotes.
|
| 20 |
+
It also send random @RandomName as it is trying to ping people.
|
| 21 |
+
This works well on discord but on the web not so much but it is easy enough to remove such stuff using [re.sub](https://docs.python.org/3/library/re.html#re.sub)
|
| 22 |
+
|
| 23 |
+
Soon a website will be released showcasing this!
|
| 24 |
+
|
| 25 |
Example:-
|
| 26 |
```python
|
| 27 |
from transformers import AutoTokenizer, AutoModelWithLMHead
|