End of training
Browse files- config.json +0 -1
- ipu_config.json +2 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -19,7 +19,6 @@
|
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 0,
|
21 |
"position_embedding_type": "absolute",
|
22 |
-
"problem_type": "question_answering",
|
23 |
"torch_dtype": "float16",
|
24 |
"transformers_version": "4.25.1",
|
25 |
"type_vocab_size": 2,
|
|
|
19 |
"num_hidden_layers": 12,
|
20 |
"pad_token_id": 0,
|
21 |
"position_embedding_type": "absolute",
|
|
|
22 |
"torch_dtype": "float16",
|
23 |
"transformers_version": "4.25.1",
|
24 |
"type_vocab_size": 2,
|
ipu_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"device_iterations": 32,
|
4 |
"embedding_serialization_factor": 1,
|
5 |
"enable_half_partials": true,
|
6 |
-
"executable_cache_dir": "
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 32,
|
9 |
"inference_device_iterations": 64,
|
@@ -17,7 +17,7 @@
|
|
17 |
],
|
18 |
"matmul_proportion": 0.22,
|
19 |
"optimizer_state_offchip": false,
|
20 |
-
"optimum_version": "1.
|
21 |
"output_mode": "final",
|
22 |
"recompute_checkpoint_every_layer": true,
|
23 |
"replicated_tensor_sharding": false,
|
|
|
3 |
"device_iterations": 32,
|
4 |
"embedding_serialization_factor": 1,
|
5 |
"enable_half_partials": true,
|
6 |
+
"executable_cache_dir": "./exe_cache//packed_bert_squad/",
|
7 |
"execute_encoder_on_cpu_for_generation": false,
|
8 |
"gradient_accumulation_steps": 32,
|
9 |
"inference_device_iterations": 64,
|
|
|
17 |
],
|
18 |
"matmul_proportion": 0.22,
|
19 |
"optimizer_state_offchip": false,
|
20 |
+
"optimum_version": "1.5.2.dev0",
|
21 |
"output_mode": "final",
|
22 |
"recompute_checkpoint_every_layer": true,
|
23 |
"replicated_tensor_sharding": false,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 217855725
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:004bae68a3c3fd9225fd2a51893e8bd3a8c7098d5dd29d28ca2c1542845c6551
|
3 |
size 217855725
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2747
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00b466d696c07b2ab8001a9c23050b4c8ff81b8260293a52c5b38b7d3bd29ea8
|
3 |
size 2747
|