tuananh7198
commited on
Commit
•
8597916
1
Parent(s):
df611c8
Model save
Browse files- all_results.json +7 -0
- run.sh +1 -1
- runs/Dec15_23-28-51_ip-172-16-16-209.ec2.internal/1671146941.7351985/events.out.tfevents.1671146941.ip-172-16-16-209.ec2.internal.62222.1 +3 -0
- runs/Dec15_23-28-51_ip-172-16-16-209.ec2.internal/events.out.tfevents.1671146941.ip-172-16-16-209.ec2.internal.62222.0 +3 -0
- train_results.json +7 -0
- trainer_state.json +25 -0
- training_args.bin +1 -1
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 2.1386070251464844,
|
4 |
+
"train_runtime": 106.1641,
|
5 |
+
"train_samples_per_second": 2.411,
|
6 |
+
"train_steps_per_second": 0.009
|
7 |
+
}
|
run.sh
CHANGED
@@ -9,7 +9,7 @@ python run_speech_recognition_seq2seq_streaming.py \
|
|
9 |
--max_steps="1" \
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="32" \
|
12 |
-
--per_device_eval_batch_size="
|
13 |
--logging_steps="25" \
|
14 |
--learning_rate="1e-5" \
|
15 |
--warmup_steps="100" \
|
|
|
9 |
--max_steps="1" \
|
10 |
--output_dir="./" \
|
11 |
--per_device_train_batch_size="32" \
|
12 |
+
--per_device_eval_batch_size="16" \
|
13 |
--logging_steps="25" \
|
14 |
--learning_rate="1e-5" \
|
15 |
--warmup_steps="100" \
|
runs/Dec15_23-28-51_ip-172-16-16-209.ec2.internal/1671146941.7351985/events.out.tfevents.1671146941.ip-172-16-16-209.ec2.internal.62222.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecc72a83b8b53443807c94c8d5c5c0deaf7f4ca5a0ebeef79275305b1fbde0de
|
3 |
+
size 5885
|
runs/Dec15_23-28-51_ip-172-16-16-209.ec2.internal/events.out.tfevents.1671146941.ip-172-16-16-209.ec2.internal.62222.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2cb089e5513f2a3d23fbb939a0119b231b72cb7bb01816c77fc3d9efc579781
|
3 |
+
size 4627
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 2.1386070251464844,
|
4 |
+
"train_runtime": 106.1641,
|
5 |
+
"train_samples_per_second": 2.411,
|
6 |
+
"train_steps_per_second": 0.009
|
7 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"global_step": 1,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.0,
|
12 |
+
"step": 1,
|
13 |
+
"total_flos": 9234732810240000.0,
|
14 |
+
"train_loss": 2.1386070251464844,
|
15 |
+
"train_runtime": 106.1641,
|
16 |
+
"train_samples_per_second": 2.411,
|
17 |
+
"train_steps_per_second": 0.009
|
18 |
+
}
|
19 |
+
],
|
20 |
+
"max_steps": 1,
|
21 |
+
"num_train_epochs": 9223372036854775807,
|
22 |
+
"total_flos": 9234732810240000.0,
|
23 |
+
"trial_name": null,
|
24 |
+
"trial_params": null
|
25 |
+
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3567
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ca69fa8d51bcfc00c94ebabe3585ed207705e5cafe9bffd8f7e01e07d5a9a3c
|
3 |
size 3567
|