Training in progress, step 500
Browse files- ipu_config.json +3 -3
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
ipu_config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 16,
|
9 |
"inference_device_iterations": 5,
|
10 |
-
"inference_replication_factor":
|
11 |
"ipus_per_replica": 4,
|
12 |
"layers_per_ipu": [
|
13 |
0,
|
@@ -25,8 +25,8 @@
|
|
25 |
"optimum_version": "1.5.1",
|
26 |
"output_mode": "final",
|
27 |
"recompute_checkpoint_every_layer": true,
|
28 |
-
"replicated_tensor_sharding":
|
29 |
-
"replication_factor":
|
30 |
"seed": 42,
|
31 |
"sharded_execution_for_inference": false,
|
32 |
"transformers_version": "4.20.1"
|
|
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 16,
|
9 |
"inference_device_iterations": 5,
|
10 |
+
"inference_replication_factor": 4,
|
11 |
"ipus_per_replica": 4,
|
12 |
"layers_per_ipu": [
|
13 |
0,
|
|
|
25 |
"optimum_version": "1.5.1",
|
26 |
"output_mode": "final",
|
27 |
"recompute_checkpoint_every_layer": true,
|
28 |
+
"replicated_tensor_sharding": true,
|
29 |
+
"replication_factor": 4,
|
30 |
"seed": 42,
|
31 |
"sharded_execution_for_inference": false,
|
32 |
"transformers_version": "4.20.1"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 121055163
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecaa6bae30103480598cb6384b973b3906a10fcad937e514e043b8558d7f4ecc
|
3 |
size 121055163
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24a1c9fbba01cbc9e5b164fc0e1941a7b562aef298f0618d1dbc6880d9a35631
|
3 |
size 2863
|