Upload 2 files
Browse files- config.json +41 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"aggregator_dropout": 0.1,
|
| 3 |
+
"aggregator_type": "multibranch",
|
| 4 |
+
"calibrator_method": "spline",
|
| 5 |
+
"d_feedforward": 512,
|
| 6 |
+
"d_model": 256,
|
| 7 |
+
"encoder_dropout": 0.1,
|
| 8 |
+
"encoder_pooling": "cls",
|
| 9 |
+
"encoder_type": "transformer",
|
| 10 |
+
"head_dropout": 0.1,
|
| 11 |
+
"head_hidden_dim": 128,
|
| 12 |
+
"max_seq_len": 128,
|
| 13 |
+
"n_attention_branches": 3,
|
| 14 |
+
"n_difficulty_classes": 5,
|
| 15 |
+
"n_encoder_layers": 4,
|
| 16 |
+
"n_heads": 4,
|
| 17 |
+
"star_ranges": {
|
| 18 |
+
"0": [
|
| 19 |
+
1,
|
| 20 |
+
5
|
| 21 |
+
],
|
| 22 |
+
"1": [
|
| 23 |
+
1,
|
| 24 |
+
7
|
| 25 |
+
],
|
| 26 |
+
"2": [
|
| 27 |
+
1,
|
| 28 |
+
8
|
| 29 |
+
],
|
| 30 |
+
"3": [
|
| 31 |
+
1,
|
| 32 |
+
10
|
| 33 |
+
],
|
| 34 |
+
"4": [
|
| 35 |
+
1,
|
| 36 |
+
10
|
| 37 |
+
]
|
| 38 |
+
},
|
| 39 |
+
"stochastic_mask_prob": 0.3,
|
| 40 |
+
"top_k_ratio": 0.1
|
| 41 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:375caa93a11caae4c5cfbfcd59507db661e18c39ba8c68e7b8bbbb9fff9a4202
|
| 3 |
+
size 13632948
|