Upload NorbertForSequenceClassification
Browse files- config.json +46 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "ltg/norbert3-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"NorbertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "ltg/norbert3-base--configuration_norbert.NorbertConfig",
|
| 9 |
+
"AutoModel": "ltg/norbert3-base--modeling_norbert.NorbertModel",
|
| 10 |
+
"AutoModelForMaskedLM": "ltg/norbert3-base--modeling_norbert.NorbertForMaskedLM",
|
| 11 |
+
"AutoModelForMultipleChoice": "ltg/norbert3-base--modeling_norbert.NorbertForMultipleChoice",
|
| 12 |
+
"AutoModelForQuestionAnswering": "ltg/norbert3-base--modeling_norbert.NorbertForQuestionAnswering",
|
| 13 |
+
"AutoModelForSequenceClassification": "ltg/norbert3-base--modeling_norbert.NorbertForSequenceClassification",
|
| 14 |
+
"AutoModelForTokenClassification": "ltg/norbert3-base--modeling_norbert.NorbertForTokenClassification"
|
| 15 |
+
},
|
| 16 |
+
"hidden_dropout_prob": 0.1,
|
| 17 |
+
"hidden_size": 768,
|
| 18 |
+
"id2label": {
|
| 19 |
+
"0": "LABEL_0",
|
| 20 |
+
"1": "LABEL_1",
|
| 21 |
+
"2": "LABEL_2",
|
| 22 |
+
"3": "LABEL_3",
|
| 23 |
+
"4": "LABEL_4",
|
| 24 |
+
"5": "LABEL_5",
|
| 25 |
+
"6": "LABEL_6"
|
| 26 |
+
},
|
| 27 |
+
"intermediate_size": 2048,
|
| 28 |
+
"label2id": {
|
| 29 |
+
"LABEL_0": 0,
|
| 30 |
+
"LABEL_1": 1,
|
| 31 |
+
"LABEL_2": 2,
|
| 32 |
+
"LABEL_3": 3,
|
| 33 |
+
"LABEL_4": 4,
|
| 34 |
+
"LABEL_5": 5,
|
| 35 |
+
"LABEL_6": 6
|
| 36 |
+
},
|
| 37 |
+
"layer_norm_eps": 1e-07,
|
| 38 |
+
"max_position_embeddings": 512,
|
| 39 |
+
"num_attention_heads": 12,
|
| 40 |
+
"num_hidden_layers": 12,
|
| 41 |
+
"output_all_encoded_layers": true,
|
| 42 |
+
"position_bucket_size": 32,
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.33.0",
|
| 45 |
+
"vocab_size": 50000
|
| 46 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dd36a5351660afa9142b271ed8985221f954e8c5b1eed2e4993a53864769a8d
|
| 3 |
+
size 521354813
|