cjber commited on
Commit
ac15e79
1 Parent(s): 083a5a6
Files changed (2) hide show
  1. config.json +8 -10
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,12 +1,10 @@
1
  {
2
- "_name_or_path": "cardiffnlp/twitter-roberta-base",
3
  "architectures": [
4
- "RobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
  "classifier_dropout": null,
9
- "eos_token_id": 2,
10
  "finetuning_task": "ner",
11
  "gradient_checkpointing": false,
12
  "hidden_act": "gelu",
@@ -24,16 +22,16 @@
24
  "I-location": 2,
25
  "O": 0
26
  },
27
- "layer_norm_eps": 1e-05,
28
- "max_position_embeddings": 514,
29
- "model_type": "roberta",
30
  "num_attention_heads": 12,
31
  "num_hidden_layers": 12,
32
- "pad_token_id": 1,
33
  "position_embedding_type": "absolute",
34
  "torch_dtype": "float32",
35
  "transformers_version": "4.21.3",
36
- "type_vocab_size": 1,
37
  "use_cache": true,
38
- "vocab_size": 50265
39
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
+ "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
 
8
  "finetuning_task": "ner",
9
  "gradient_checkpointing": false,
10
  "hidden_act": "gelu",
 
22
  "I-location": 2,
23
  "O": 0
24
  },
25
+ "layer_norm_eps": 1e-12,
26
+ "max_position_embeddings": 512,
27
+ "model_type": "bert",
28
  "num_attention_heads": 12,
29
  "num_hidden_layers": 12,
30
+ "pad_token_id": 0,
31
  "position_embedding_type": "absolute",
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.21.3",
34
+ "type_vocab_size": 2,
35
  "use_cache": true,
36
+ "vocab_size": 30522
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6cb566176424d978ed4c70ef69a3b118726ff4f0751553925fe59fceb3230953
3
- size 496297713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e120ce65bc941be5d25889ae5274665e68144dcce1c1b8b8c4ddee66bbdc717c
3
+ size 435643441