Training in progress, step 500
Browse files- config.json +1 -1
- ipu_config.json +3 -6
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float16",
|
36 |
-
"transformers_version": "4.
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50257
|
39 |
}
|
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float16",
|
36 |
+
"transformers_version": "4.20.1",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 50257
|
39 |
}
|
ipu_config.json
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"device_iterations": 2,
|
4 |
"embedding_serialization_factor": 4,
|
5 |
-
"enable_half_first_order_momentum": true,
|
6 |
"enable_half_partials": true,
|
7 |
"executable_cache_dir": "/tmp/exe_cache",
|
8 |
"execute_encoder_on_cpu_for_generation": false,
|
@@ -18,14 +17,12 @@
|
|
18 |
],
|
19 |
"matmul_proportion": 0.25,
|
20 |
"optimizer_state_offchip": true,
|
21 |
-
"optimum_version": "1.
|
22 |
"output_mode": "final",
|
23 |
-
"profile_dir": "",
|
24 |
"recompute_checkpoint_every_layer": true,
|
25 |
"replicated_tensor_sharding": false,
|
26 |
"replication_factor": 1,
|
27 |
"seed": 42,
|
28 |
"sharded_execution_for_inference": false,
|
29 |
-
"transformers_version": "4.
|
30 |
-
"use_popdist": false
|
31 |
}
|
|
|
1 |
{
|
2 |
+
"auto_loss_scaling": false,
|
3 |
"device_iterations": 2,
|
4 |
"embedding_serialization_factor": 4,
|
|
|
5 |
"enable_half_partials": true,
|
6 |
"executable_cache_dir": "/tmp/exe_cache",
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
|
|
17 |
],
|
18 |
"matmul_proportion": 0.25,
|
19 |
"optimizer_state_offchip": true,
|
20 |
+
"optimum_version": "1.5.0",
|
21 |
"output_mode": "final",
|
|
|
22 |
"recompute_checkpoint_every_layer": true,
|
23 |
"replicated_tensor_sharding": false,
|
24 |
"replication_factor": 1,
|
25 |
"seed": 42,
|
26 |
"sharded_execution_for_inference": false,
|
27 |
+
"transformers_version": "4.20.1"
|
|
|
28 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 261514473
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7521d9ee5f97eb46090bbb7ef581594348aeefdc5361b928b32bc44cbe44dc9
|
3 |
size 261514473
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:660bc5a8e71f0b96d6825f77549cdaf5b1b305bcfdf608098e1e2d6aada0f569
|
3 |
+
size 2671
|