graphcore-rahult
commited on
Commit
•
39ae0f0
1
Parent(s):
8863dcf
Training in progress, epoch 1
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,
|
@@ -22,8 +22,8 @@
|
|
22 |
"optimum_version": "1.5.1",
|
23 |
"output_mode": "final",
|
24 |
"recompute_checkpoint_every_layer": true,
|
25 |
-
"replicated_tensor_sharding":
|
26 |
-
"replication_factor":
|
27 |
"seed": 42,
|
28 |
"sharded_execution_for_inference": false,
|
29 |
"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": 1,
|
11 |
"ipus_per_replica": 4,
|
12 |
"layers_per_ipu": [
|
13 |
0,
|
|
|
22 |
"optimum_version": "1.5.1",
|
23 |
"output_mode": "final",
|
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.20.1"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 249363181
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83b95d81f991aae1a0a57465f9338958f3e4dced35b6aa7db4bbd9ffe10a6bcc
|
3 |
size 249363181
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2799
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a519c77366311499578be1e726e76df5876b5d2942e14b7d2eda0bcc14039021
|
3 |
size 2799
|