SocialCompUW
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ The following hyperparameters were used during training:
|
|
31 |
- NUM_EPOCHS = 5
|
32 |
- MIN_SAVE_EPOCH = 2
|
33 |
|
34 |
-
The dataset was split 80-10-10 across the train (N=2180), validation (N=272), and test set (N=273). The model was fine-tuned on a single NVIDIA
|
35 |
|
36 |
## How to Get Started with the Model
|
37 |
|
|
|
31 |
- NUM_EPOCHS = 5
|
32 |
- MIN_SAVE_EPOCH = 2
|
33 |
|
34 |
+
The dataset was split 80-10-10 across the train (N=2180), validation (N=272), and test set (N=273). The model was fine-tuned on a single NVIDIA A40 GPU.
|
35 |
|
36 |
## How to Get Started with the Model
|
37 |
|