UNIST-Eunchan
commited on
Commit
•
80785ac
1
Parent(s):
bc66740
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ It achieves the following results on the evaluation set:
|
|
61 |
- (Full length is 200,000+, We will upload full trained Model soon)
|
62 |
|
63 |
**GPU**: One A100 GPU
|
64 |
-
**Train time**: About
|
65 |
|
66 |
**Test time**: About 8 hours for test dataset.
|
67 |
|
@@ -84,7 +84,7 @@ The following hyperparameters were used during training:
|
|
84 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
85 |
- lr_scheduler_type: linear
|
86 |
- lr_scheduler_warmup_steps: 390
|
87 |
-
- num_epochs: 3
|
88 |
|
89 |
### Training results
|
90 |
|
|
|
61 |
- (Full length is 200,000+, We will upload full trained Model soon)
|
62 |
|
63 |
**GPU**: One A100 GPU
|
64 |
+
**Train time**: About 24 hours for 3 epochs
|
65 |
|
66 |
**Test time**: About 8 hours for test dataset.
|
67 |
|
|
|
84 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
85 |
- lr_scheduler_type: linear
|
86 |
- lr_scheduler_warmup_steps: 390
|
87 |
+
- **num_epochs: 3 (takes about 24 hours)**
|
88 |
|
89 |
### Training results
|
90 |
|