Nguyen Tien commited on
Commit
dd1004b
·
1 Parent(s): 9eaa3bb

Upload model

Browse files
Files changed (2) hide show
  1. config.json +74 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/kaggle/input/slu-trash/ner-slu-final/ner-slu-final",
3
+ "architectures": [
4
+ "DebertaV2Model"
5
+ ],
6
+ "attention_head_size": 64,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-COM",
14
+ "2": "I-COM",
15
+ "3": "B-LOC",
16
+ "4": "I-LOC",
17
+ "5": "B-TIMEAT",
18
+ "6": "I-TIMEAT",
19
+ "7": "B-DUR",
20
+ "8": "I-DUR",
21
+ "9": "B-SCENE",
22
+ "10": "I-SCENE",
23
+ "11": "B-DEVICE",
24
+ "12": "I-DEVICE",
25
+ "13": "B-VACHAN",
26
+ "14": "I-VACHAN",
27
+ "15": "B-NUMTAR",
28
+ "16": "I-NUMTAR"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "B-COM": 1,
34
+ "B-DEVICE": 11,
35
+ "B-DUR": 7,
36
+ "B-LOC": 3,
37
+ "B-NUMTAR": 15,
38
+ "B-SCENE": 9,
39
+ "B-TIMEAT": 5,
40
+ "B-VACHAN": 13,
41
+ "I-COM": 2,
42
+ "I-DEVICE": 12,
43
+ "I-DUR": 8,
44
+ "I-LOC": 4,
45
+ "I-NUMTAR": 16,
46
+ "I-SCENE": 10,
47
+ "I-TIMEAT": 6,
48
+ "I-VACHAN": 14,
49
+ "O": 0
50
+ },
51
+ "layer_norm_eps": 1e-07,
52
+ "max_position_embeddings": 512,
53
+ "max_relative_positions": -1,
54
+ "model_type": "deberta-v2",
55
+ "norm_rel_ebd": "layer_norm",
56
+ "num_attention_heads": 12,
57
+ "num_hidden_layers": 12,
58
+ "pad_token_id": 0,
59
+ "pooler_dropout": 0,
60
+ "pooler_hidden_act": "gelu",
61
+ "pooler_hidden_size": 768,
62
+ "pos_att_type": [
63
+ "p2c",
64
+ "c2p"
65
+ ],
66
+ "position_biased_input": false,
67
+ "position_buckets": 256,
68
+ "relative_attention": true,
69
+ "share_att_key": true,
70
+ "torch_dtype": "float32",
71
+ "transformers_version": "4.32.1",
72
+ "type_vocab_size": 0,
73
+ "vocab_size": 128000
74
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82371e7d0e51ba3819628fbf0c2033e31412187556483bf0db69822886842030
3
+ size 735083045