Model save
Browse files- config.json +1 -1
- ipu_config.json +1 -1
- 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 |
+
"PoptorchPipelinedBertForSequenceClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"classifier_dropout": null,
|
ipu_config.json
CHANGED
@@ -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,
|
|
|
17 |
],
|
18 |
"matmul_proportion": 0.22,
|
19 |
"optimizer_state_offchip": false,
|
20 |
+
"optimum_version": "1.6.1",
|
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 219037557
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f049a20a2eaef09cce1b8f951b62bbef4687180f286dc813ea0bdfc5e4120dbd
|
3 |
size 219037557
|
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:f2b03a8b3dfab959e91b309bf11de8a82884f6faf56a5477a7b239a348d0beb2
|
3 |
size 2747
|