zzzotop commited on
Commit
4584777
·
1 Parent(s): 24c9276

Upload RobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +66 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "vesteinn/IceBERT",
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
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-Date",
16
+ "1": "B-Location",
17
+ "2": "B-Miscellaneous",
18
+ "3": "B-Money",
19
+ "4": "B-Organization",
20
+ "5": "B-Percent",
21
+ "6": "B-Person",
22
+ "7": "B-Time",
23
+ "8": "I-Date",
24
+ "9": "I-Location",
25
+ "10": "I-Miscellaneous",
26
+ "11": "I-Money",
27
+ "12": "I-Organization",
28
+ "13": "I-Percent",
29
+ "14": "I-Person",
30
+ "15": "I-Time",
31
+ "16": "O"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "B-Date": 0,
37
+ "B-Location": 1,
38
+ "B-Miscellaneous": 2,
39
+ "B-Money": 3,
40
+ "B-Organization": 4,
41
+ "B-Percent": 5,
42
+ "B-Person": 6,
43
+ "B-Time": 7,
44
+ "I-Date": 8,
45
+ "I-Location": 9,
46
+ "I-Miscellaneous": 10,
47
+ "I-Money": 11,
48
+ "I-Organization": 12,
49
+ "I-Percent": 13,
50
+ "I-Person": 14,
51
+ "I-Time": 15,
52
+ "O": 16
53
+ },
54
+ "layer_norm_eps": 1e-05,
55
+ "max_position_embeddings": 514,
56
+ "model_type": "roberta",
57
+ "num_attention_heads": 12,
58
+ "num_hidden_layers": 12,
59
+ "pad_token_id": 1,
60
+ "position_embedding_type": "absolute",
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.32.0",
63
+ "type_vocab_size": 1,
64
+ "use_cache": true,
65
+ "vocab_size": 50000
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f2a727cf9fcb0a4c4cb1151f878e4dfac253e66ce61dfc2bf4f53ac2e6d2bf
3
+ size 495526697