noch inator commited on
Commit ·
43bb8f4
1
Parent(s): df5f6f2
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ with just under 50k parameters, this model should run on any hardware.
|
|
| 11 |
## List of included files
|
| 12 |
train.py: the training function of the model, can be used to train a new model on different data.
|
| 13 |
|
| 14 |
-
main.h5: the model trained on the data.csv file for
|
| 15 |
|
| 16 |
tokenizer.pkl: contain the tokenizer for 5he pre-trained model. genorated by train.py
|
| 17 |
|
|
|
|
| 11 |
## List of included files
|
| 12 |
train.py: the training function of the model, can be used to train a new model on different data.
|
| 13 |
|
| 14 |
+
main.h5: the model trained on the data.csv file for 2 epoches with a batch size of 1. generorated by train.py
|
| 15 |
|
| 16 |
tokenizer.pkl: contain the tokenizer for 5he pre-trained model. genorated by train.py
|
| 17 |
|