boyiq commited on
Commit
5c8f07a
·
1 Parent(s): 79c48cf

Upload DebertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "KISTI-AI/scideberta-cs",
3
+ "architectures": [
4
+ "DebertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-Method",
13
+ "2": "I-Method",
14
+ "3": "B-Metric",
15
+ "4": "I-Metric",
16
+ "5": "B-Task",
17
+ "6": "I-Task",
18
+ "7": "B-Material",
19
+ "8": "I-Material",
20
+ "9": "B-OtherScientificTerm",
21
+ "10": "I-OtherScientificTerm",
22
+ "11": "B-Generic",
23
+ "12": "I-Generic"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B-Generic": 11,
29
+ "B-Material": 7,
30
+ "B-Method": 1,
31
+ "B-Metric": 3,
32
+ "B-OtherScientificTerm": 9,
33
+ "B-Task": 5,
34
+ "I-Generic": 12,
35
+ "I-Material": 8,
36
+ "I-Method": 2,
37
+ "I-Metric": 4,
38
+ "I-OtherScientificTerm": 10,
39
+ "I-Task": 6,
40
+ "O": 0
41
+ },
42
+ "layer_norm_eps": 1e-07,
43
+ "max_position_embeddings": 512,
44
+ "max_relative_positions": -1,
45
+ "model_type": "deberta",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 0,
49
+ "pooler_dropout": 0,
50
+ "pooler_hidden_act": "gelu",
51
+ "pooler_hidden_size": 768,
52
+ "pos_att_type": [
53
+ "c2p",
54
+ "p2c"
55
+ ],
56
+ "position_biased_input": false,
57
+ "relative_attention": true,
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.34.1",
60
+ "type_vocab_size": 0,
61
+ "vocab_size": 50265
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cf6e5ace3273afd15b68da5eefaaeb1b7e61a116b44349ce19d6981dd8f79b8
3
+ size 554515426