froggeric commited on
Commit
c9259d1
1 Parent(s): beab800

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -45,6 +45,16 @@ https://github.com/ggerganov/llama.cpp/discussions/5006#discussioncomment-816319
45
  (superseeded by 20k_random_data)\
46
  https://github.com/ggerganov/llama.cpp/discussions/5006#discussion-6087829
47
 
 
 
 
 
 
 
 
 
 
 
48
  **ptb.train**\
49
  Penn Treebank (PTB) is a widely used preprocessed large dataset designed for language training. Casing,
50
  punctuation and numbers have been removed from the training data. Recently it has kind of been superseeded
 
45
  (superseeded by 20k_random_data)\
46
  https://github.com/ggerganov/llama.cpp/discussions/5006#discussion-6087829
47
 
48
+ **badwords**\
49
+ 402 english words that can be considered dirty, naughty, obscene, or otherwise bad words.
50
+ This could be useful to remove guard rails.
51
+ Compiled from [Shutterstock github repo](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/tree/master)
52
+
53
+ **badwords_multilingual**\
54
+ 2580 words that can be considered dirty, naughty, obscene, or otherwise bad words. Includes 26 languages.
55
+ This could be useful to remove guard rails.
56
+ Compiled from [Shutterstock github repo](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/tree/master)
57
+
58
  **ptb.train**\
59
  Penn Treebank (PTB) is a widely used preprocessed large dataset designed for language training. Casing,
60
  punctuation and numbers have been removed from the training data. Recently it has kind of been superseeded