Gozdi commited on
Commit
65c777c
1 Parent(s): 4dd7245

Upload DebertaV2ForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/deberta-v3-xsmall-ner_exp2/checkpoint-5733",
3
+ "architectures": [
4
+ "DebertaV2ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 384,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-per",
13
+ "2": "I-per",
14
+ "3": "B-tim",
15
+ "4": "I-tim",
16
+ "5": "B-gpe",
17
+ "6": "I-gpe",
18
+ "7": "B-org",
19
+ "8": "I-org",
20
+ "9": "B-geo",
21
+ "10": "I-geo"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 1536,
25
+ "label2id": {
26
+ "B-geo": 9,
27
+ "B-gpe": 5,
28
+ "B-org": 7,
29
+ "B-per": 1,
30
+ "B-tim": 3,
31
+ "I-geo": 10,
32
+ "I-gpe": 6,
33
+ "I-org": 8,
34
+ "I-per": 2,
35
+ "I-tim": 4,
36
+ "O": 0
37
+ },
38
+ "layer_norm_eps": 1e-07,
39
+ "max_position_embeddings": 512,
40
+ "max_relative_positions": -1,
41
+ "model_type": "deberta-v2",
42
+ "norm_rel_ebd": "layer_norm",
43
+ "num_attention_heads": 6,
44
+ "num_hidden_layers": 12,
45
+ "pad_token_id": 0,
46
+ "pooler_dropout": 0,
47
+ "pooler_hidden_act": "gelu",
48
+ "pooler_hidden_size": 384,
49
+ "pos_att_type": [
50
+ "p2c",
51
+ "c2p"
52
+ ],
53
+ "position_biased_input": false,
54
+ "position_buckets": 256,
55
+ "relative_attention": true,
56
+ "share_att_key": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.24.0",
59
+ "type_vocab_size": 0,
60
+ "vocab_size": 128100
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc6f9e917b7ada67a28d8acee98c74c04b4592199847d5f473cf791fc1ce804
3
+ size 282814191