Update README.md
Browse files
README.md
CHANGED
@@ -55,11 +55,11 @@ print(summarizer(historical_text))
|
|
55 |
```
|
56 |
|
57 |
|
58 |
-
## Model
|
59 |
The training procedure can be recreated from here: https://github.com/Borg93/kbuhist2/tree/main
|
60 |
The preprocessing procedure can be recreated from here: https://github.com/Borg93/kbuhist2/tree/main
|
61 |
|
62 |
-
|
63 |
The following hyperparameters were used during training:
|
64 |
- learning_rate: 3e-05
|
65 |
- train_batch_size: 8
|
@@ -71,7 +71,7 @@ The following hyperparameters were used during training:
|
|
71 |
- num_epochs: 6
|
72 |
- fp16: False
|
73 |
|
74 |
-
|
75 |
- Khubist2, which has been cleaned and chunked.
|
76 |
|
77 |
## Acknowledgements
|
|
|
55 |
```
|
56 |
|
57 |
|
58 |
+
## Model Description
|
59 |
The training procedure can be recreated from here: https://github.com/Borg93/kbuhist2/tree/main
|
60 |
The preprocessing procedure can be recreated from here: https://github.com/Borg93/kbuhist2/tree/main
|
61 |
|
62 |
+
**Model**:
|
63 |
The following hyperparameters were used during training:
|
64 |
- learning_rate: 3e-05
|
65 |
- train_batch_size: 8
|
|
|
71 |
- num_epochs: 6
|
72 |
- fp16: False
|
73 |
|
74 |
+
**Dataset (WIP)**:
|
75 |
- Khubist2, which has been cleaned and chunked.
|
76 |
|
77 |
## Acknowledgements
|