noch inator commited on
Commit ·
935df10
1
Parent(s): b2a3a01
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,9 @@ main.h5: the model trained on the data.csv file for 2 epoches with a batch size
|
|
| 15 |
|
| 16 |
tokenizer.pkl: contain the tokenizer for 5he pre-trained model. genorated by train.py
|
| 17 |
|
| 18 |
-
interact.py: pulls categorizer.h5, and tokenizer.pkl together in a simple text-based assistan (voice in and out put
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## How to actualy use this model
|
| 21 |
1. download categorizer.h5, tokenizer.pkl, and interact.py
|
|
|
|
| 15 |
|
| 16 |
tokenizer.pkl: contain the tokenizer for 5he pre-trained model. genorated by train.py
|
| 17 |
|
| 18 |
+
interact.py: pulls categorizer.h5, and tokenizer.pkl together in a simple text-based assistan (voice in and out put coming soon)
|
| 19 |
+
|
| 20 |
+
data.csv: the custom dataset this it is trained on
|
| 21 |
|
| 22 |
## How to actualy use this model
|
| 23 |
1. download categorizer.h5, tokenizer.pkl, and interact.py
|