Upload 2 files
Browse files- onnx_model_3/config.json +27 -0
- onnx_model_3/model.onnx +3 -0
onnx_model_3/config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/DATA/sin-kaf/test_trainer/checkpoint-18500/config.json",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"attention_probs_dropout_prob": 0.1,
|
9 |
+
"dim": 768,
|
10 |
+
"dropout": 0.1,
|
11 |
+
"hidden_dim": 3072,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"max_position_embeddings": 512,
|
14 |
+
"model_type": "distilbert",
|
15 |
+
"n_heads": 12,
|
16 |
+
"n_layers": 6,
|
17 |
+
"output_past": true,
|
18 |
+
"pad_token_id": 0,
|
19 |
+
"problem_type": "single_label_classification",
|
20 |
+
"qa_dropout": 0.1,
|
21 |
+
"seq_classif_dropout": 0.2,
|
22 |
+
"sinusoidal_pos_embds": true,
|
23 |
+
"tie_weights_": true,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.34.1",
|
26 |
+
"vocab_size": 32000
|
27 |
+
}
|
onnx_model_3/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:090a3e75c6e2f7c5aed7f961ceceb3c99bf2091ec154bbf9f48125285897a003
|
3 |
+
size 272496128
|