madisongrace99
commited on
Commit
•
7bedff0
1
Parent(s):
f21c7cb
Model save
Browse files- README.md +2 -2
- config.json +1 -1
- results/config.pkl +3 -0
- results/measurements.pkl +3 -0
- results/test_data_eval_results.pkl +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -31,8 +31,8 @@ More information needed
|
|
31 |
|
32 |
The following hyperparameters were used during training:
|
33 |
- learning_rate: 0.0001
|
34 |
-
- train_batch_size:
|
35 |
-
- eval_batch_size:
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
|
|
31 |
|
32 |
The following hyperparameters were used during training:
|
33 |
- learning_rate: 0.0001
|
34 |
+
- train_batch_size: 16
|
35 |
+
- eval_batch_size: 16
|
36 |
- seed: 42
|
37 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
38 |
- lr_scheduler_type: linear
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "test/t5/
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "test/t5/dialogue/generation0",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
results/config.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39043bb1f5fad034bd057ce5d2d81043fcb7038ac09704762df5a714a5a97c7c
|
3 |
+
size 76
|
results/measurements.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f7b8084e06520ce11f69370eb0e30d2d7b18d8010b3dd4967207c8d0993a46c
|
3 |
+
size 10684
|
results/test_data_eval_results.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:946189cbc5bf09a7b9d2555b09b89fa17fe35bf1c96fb53b83ddb05843074041
|
3 |
+
size 492
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea12fc9a0582f8dbc321e1e6d810a6d06f63fe3285a5b21705afef74dac18d0d
|
3 |
size 4728
|