daviddrzik commited on
Commit
f0bb85c
·
verified ·
1 Parent(s): da8884a

Upload 2 files

Browse files
Files changed (2) hide show
  1. config.json +52 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SK_Morph_BLM-ner",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "dropout": 0.1,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 576,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-PER",
17
+ "2": "I-PER",
18
+ "3": "B-LOC",
19
+ "4": "I-LOC",
20
+ "5": "B-ORG",
21
+ "6": "I-ORG",
22
+ "7": "B-MISC",
23
+ "8": "I-MISC",
24
+ "9": "UNK"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-LOC": 3,
30
+ "B-MISC": 7,
31
+ "B-ORG": 5,
32
+ "B-PER": 1,
33
+ "I-LOC": 4,
34
+ "I-MISC": 8,
35
+ "I-ORG": 6,
36
+ "I-PER": 2,
37
+ "O": 0,
38
+ "UNK": 9
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "max_position_embeddings": 258,
42
+ "model_type": "roberta",
43
+ "num_attention_heads": 12,
44
+ "num_hidden_layers": 6,
45
+ "pad_token_id": 1,
46
+ "position_embedding_type": "absolute",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.38.2",
49
+ "type_vocab_size": 1,
50
+ "use_cache": true,
51
+ "vocab_size": 50264
52
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bbf87243cf93be583ba60714caa49e34c1775274df2db511b60e6576572c0c
3
+ size 233428288