graphcore-rahult
commited on
Commit
•
5bfb84c
1
Parent(s):
eaa0a49
Training in progress, step 500
Browse files- config.json +1 -1
- ipu_config.json +3 -3
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-cased",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-cased",
|
3 |
"architectures": [
|
4 |
+
"PoptorchPipelinedBertForMaskedLM"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
ipu_config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 64,
|
9 |
"inference_device_iterations": 5,
|
10 |
-
"inference_replication_factor":
|
11 |
"ipus_per_replica": 4,
|
12 |
"layers_per_ipu": [
|
13 |
0,
|
@@ -20,8 +20,8 @@
|
|
20 |
"optimum_version": "1.5.1",
|
21 |
"output_mode": "final",
|
22 |
"recompute_checkpoint_every_layer": true,
|
23 |
-
"replicated_tensor_sharding":
|
24 |
-
"replication_factor":
|
25 |
"seed": 42,
|
26 |
"sharded_execution_for_inference": false,
|
27 |
"transformers_version": "4.20.1"
|
|
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 64,
|
9 |
"inference_device_iterations": 5,
|
10 |
+
"inference_replication_factor": 1,
|
11 |
"ipus_per_replica": 4,
|
12 |
"layers_per_ipu": [
|
13 |
0,
|
|
|
20 |
"optimum_version": "1.5.1",
|
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"
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 216750379
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5156a1c9857df71ffd7d8250de16adf66ea2a73f5db844e2824b6ab486e8888b
|
3 |
size 216750379
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2735
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df9764f28d3938e904d5273392ba93388ce968234094473260429de18f78441e
|
3 |
size 2735
|