DeDeckerThomas
commited on
Commit
•
545eea0
1
Parent(s):
0b80417
Update README.md
Browse files
README.md
CHANGED
@@ -157,8 +157,11 @@ For more in detail information, you can take a look at the training notebook (li
|
|
157 |
|
158 |
### Training parameters
|
159 |
|
160 |
-
| Parameter | Value
|
161 |
-
| --------- |
|
|
|
|
|
|
|
162 |
|
163 |
### Preprocessing
|
164 |
The documents in the dataset are already preprocessed into list of words with the corresponding labels. The only thing that must be done is tokenization and the realignment of the labels so that they correspond with the right subword tokens.
|
|
|
157 |
|
158 |
### Training parameters
|
159 |
|
160 |
+
| Parameter | Value |
|
161 |
+
| --------- | ------|
|
162 |
+
| Learning Rate | 1e-4 |
|
163 |
+
| Epochs | 50 |
|
164 |
+
| Early Stopping Patience | 3 |
|
165 |
|
166 |
### Preprocessing
|
167 |
The documents in the dataset are already preprocessed into list of words with the corresponding labels. The only thing that must be done is tokenization and the realignment of the labels so that they correspond with the right subword tokens.
|