Commit
·
391711b
1
Parent(s):
fa32040
Updated model with R-Drop, label smoothing, focal loss
Browse files- config.json +0 -1
- onnx/model.onnx +1 -1
- onnx/model_fp16.onnx +1 -1
config.json
CHANGED
|
@@ -29,7 +29,6 @@
|
|
| 29 |
"n_heads": 12,
|
| 30 |
"n_layers": 6,
|
| 31 |
"pad_token_id": 0,
|
| 32 |
-
"problem_type": "single_label_classification",
|
| 33 |
"qa_dropout": 0.1,
|
| 34 |
"seq_classif_dropout": 0.2,
|
| 35 |
"sinusoidal_pos_embds": false,
|
|
|
|
| 29 |
"n_heads": 12,
|
| 30 |
"n_layers": 6,
|
| 31 |
"pad_token_id": 0,
|
|
|
|
| 32 |
"qa_dropout": 0.1,
|
| 33 |
"seq_classif_dropout": 0.2,
|
| 34 |
"sinusoidal_pos_embds": false,
|
onnx/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267962805
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35ce18212f7e2a50d4568b2ab6c7f1732463a16120b4fbb2193ab8f9361c264b
|
| 3 |
size 267962805
|
onnx/model_fp16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 134048567
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10eb49d5d38eedb563b8a53451b9303a56feb4b69e58c1a992fd33dfa777fa9c
|
| 3 |
size 134048567
|