Training in progress, epoch 1
Browse files- config.json +1 -1
- ipu_config.json +4 -4
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float16",
|
24 |
-
"transformers_version": "4.20.
|
25 |
"type_vocab_size": 1,
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 50265
|
|
|
21 |
"position_embedding_type": "absolute",
|
22 |
"problem_type": "single_label_classification",
|
23 |
"torch_dtype": "float16",
|
24 |
+
"transformers_version": "4.20.1",
|
25 |
"type_vocab_size": 1,
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 50265
|
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,9 +22,9 @@
|
|
22 |
"optimum_version": "1.5.0",
|
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.
|
30 |
}
|
|
|
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,
|
|
|
22 |
"optimum_version": "1.5.0",
|
23 |
"output_mode": "final",
|
24 |
"recompute_checkpoint_every_layer": true,
|
25 |
+
"replicated_tensor_sharding": true,
|
26 |
+
"replication_factor": 4,
|
27 |
"seed": 42,
|
28 |
"sharded_execution_for_inference": false,
|
29 |
+
"transformers_version": "4.20.1"
|
30 |
}
|
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:db3d92af8c2e0e8a3428d4c1f9e887aebcae17673fd6cd1c03b7c3be35c8c0ca
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc32f87586394e75656532cc4bfa1864ec7359bb4bbc1c6baa5cd74df887219
|
3 |
+
size 2799
|