End of training
Browse files- config.json +1 -1
- ipu_config.json +2 -2
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-uncased",
|
3 |
"architectures": [
|
4 |
+
"PoptorchPipelinedPackedBertForQuestionAnswering"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
ipu_config.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"auto_loss_scaling": false,
|
3 |
-
"device_iterations":
|
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,
|
|
|
1 |
{
|
2 |
"auto_loss_scaling": 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,
|
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:5dbff131f9ab2ff0ad486aac0a01c5e8479ebe184c8fc4fba70fdc1b85e98e9f
|
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:de52d535289cdb373086425910f200c182bf0b243f94bbe74cb07fc1ccaebc38
|
3 |
size 2747
|