more coplex dataset
Browse files- README.md +3 -3
- all_results.json +6 -6
- pytorch_model.bin +1 -1
- train_results.json +6 -6
- trainer_state.json +0 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -34,12 +34,12 @@ More information needed
|
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
- learning_rate: 5e-05
|
| 37 |
-
- train_batch_size:
|
| 38 |
-
- eval_batch_size:
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
-
- num_epochs:
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
|
|
|
| 34 |
|
| 35 |
The following hyperparameters were used during training:
|
| 36 |
- learning_rate: 5e-05
|
| 37 |
+
- train_batch_size: 64
|
| 38 |
+
- eval_batch_size: 64
|
| 39 |
- seed: 42
|
| 40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
+
- num_epochs: 1.0
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
all_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"train_loss": 0.00115985169203965,
|
| 4 |
+
"train_runtime": 1172.8877,
|
| 5 |
+
"train_samples": 146287,
|
| 6 |
+
"train_samples_per_second": 124.724,
|
| 7 |
+
"train_steps_per_second": 1.949
|
| 8 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 891650871
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36193e9b698840a87c5ceb58e99675a4b962de16e783fcb24d02d5d946cfd3bb
|
| 3 |
size 891650871
|
train_results.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"epoch":
|
| 3 |
-
"train_loss": 0.
|
| 4 |
-
"train_runtime":
|
| 5 |
-
"train_samples":
|
| 6 |
-
"train_samples_per_second":
|
| 7 |
-
"train_steps_per_second":
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"epoch": 1.0,
|
| 3 |
+
"train_loss": 0.00115985169203965,
|
| 4 |
+
"train_runtime": 1172.8877,
|
| 5 |
+
"train_samples": 146287,
|
| 6 |
+
"train_samples_per_second": 124.724,
|
| 7 |
+
"train_steps_per_second": 1.949
|
| 8 |
}
|
trainer_state.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2991
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47fbac4dadd1e8500b1827efa4bdf1b3150e74a52b859f82dde703c3d1d6055d
|
| 3 |
size 2991
|