add config file and minor refactoring
This commit is contained in:
parent
01f13e5ab7
commit
7f5d221c56
4 changed files with 56 additions and 28 deletions
16
config.py
Normal file
16
config.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
model = "distil-small.en"
|
||||
|
||||
replacements = {"gigi": "gg", "heels": "heals", "heeling": "healing", "heel": "heal"}
|
||||
|
||||
maximum_pulse = [
|
||||
"maximum",
|
||||
"pulse",
|
||||
"ball",
|
||||
"remove",
|
||||
"eliminate",
|
||||
"murder",
|
||||
"goon",
|
||||
"obliterate",
|
||||
"delete",
|
||||
"piss",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue