ajskdlf64
commited on
Commit
·
af27b1b
1
Parent(s):
b8ce3cb
add model
Browse files- config.json +5 -5
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "klue/roberta-
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForTokenClassification"
|
| 5 |
],
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
-
"hidden_size":
|
| 13 |
"id2label": {
|
| 14 |
"0": "LABEL_0",
|
| 15 |
"1": "LABEL_1",
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"14": "LABEL_14"
|
| 29 |
},
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
-
"intermediate_size":
|
| 32 |
"label2id": {
|
| 33 |
"LABEL_0": 0,
|
| 34 |
"LABEL_1": 1,
|
|
@@ -49,8 +49,8 @@
|
|
| 49 |
"layer_norm_eps": 1e-05,
|
| 50 |
"max_position_embeddings": 512,
|
| 51 |
"model_type": "roberta",
|
| 52 |
-
"num_attention_heads":
|
| 53 |
-
"num_hidden_layers":
|
| 54 |
"pad_token_id": 1,
|
| 55 |
"position_embedding_type": "absolute",
|
| 56 |
"tokenizer_class": "BertTokenizer",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "klue/roberta-large",
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForTokenClassification"
|
| 5 |
],
|
|
|
|
| 9 |
"gradient_checkpointing": false,
|
| 10 |
"hidden_act": "gelu",
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
+
"hidden_size": 1024,
|
| 13 |
"id2label": {
|
| 14 |
"0": "LABEL_0",
|
| 15 |
"1": "LABEL_1",
|
|
|
|
| 28 |
"14": "LABEL_14"
|
| 29 |
},
|
| 30 |
"initializer_range": 0.02,
|
| 31 |
+
"intermediate_size": 4096,
|
| 32 |
"label2id": {
|
| 33 |
"LABEL_0": 0,
|
| 34 |
"LABEL_1": 1,
|
|
|
|
| 49 |
"layer_norm_eps": 1e-05,
|
| 50 |
"max_position_embeddings": 512,
|
| 51 |
"model_type": "roberta",
|
| 52 |
+
"num_attention_heads": 16,
|
| 53 |
+
"num_hidden_layers": 24,
|
| 54 |
"pad_token_id": 1,
|
| 55 |
"position_embedding_type": "absolute",
|
| 56 |
"tokenizer_class": "BertTokenizer",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc2c68186f7aca2dcdf0f25484c06f3bc01a1795999947ce3073b151ea4e4ab3
|
| 3 |
+
size 1342643761
|