Conrad747 commited on
Commit
2177a3c
1 Parent(s): f0cae79

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": 768,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-PERSON",
13
+ "2": "I-PERSON",
14
+ "3": "L-PERSON",
15
+ "4": "U-PERSON",
16
+ "5": "B-NORP",
17
+ "6": "I-NORP",
18
+ "7": "L-NORP",
19
+ "8": "U-NORP",
20
+ "9": "B-DATE",
21
+ "10": "I-DATE",
22
+ "11": "L-DATE",
23
+ "12": "U-DATE",
24
+ "13": "B-USERID",
25
+ "14": "I-USERID",
26
+ "15": "L-USERID",
27
+ "16": "U-USERID",
28
+ "17": "B-ORG",
29
+ "18": "I-ORG",
30
+ "19": "L-ORG",
31
+ "20": "U-ORG",
32
+ "21": "B-LOCATION",
33
+ "22": "I-LOCATION",
34
+ "23": "L-LOCATION",
35
+ "24": "U-LOCATION"
36
+ },
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 3072,
39
+ "label2id": {
40
+ "B-DATE": 9,
41
+ "B-LOCATION": 21,
42
+ "B-NORP": 5,
43
+ "B-ORG": 17,
44
+ "B-PERSON": 1,
45
+ "B-USERID": 13,
46
+ "I-DATE": 10,
47
+ "I-LOCATION": 22,
48
+ "I-NORP": 6,
49
+ "I-ORG": 18,
50
+ "I-PERSON": 2,
51
+ "I-USERID": 14,
52
+ "L-DATE": 11,
53
+ "L-LOCATION": 23,
54
+ "L-NORP": 7,
55
+ "L-ORG": 19,
56
+ "L-PERSON": 3,
57
+ "L-USERID": 15,
58
+ "O": 0,
59
+ "U-DATE": 12,
60
+ "U-LOCATION": 24,
61
+ "U-NORP": 8,
62
+ "U-ORG": 20,
63
+ "U-PERSON": 4,
64
+ "U-USERID": 16
65
+ },
66
+ "layer_norm_eps": 1e-07,
67
+ "max_position_embeddings": 512,
68
+ "max_relative_positions": -1,
69
+ "model_type": "deberta-v2",
70
+ "norm_rel_ebd": "layer_norm",
71
+ "num_attention_heads": 12,
72
+ "num_hidden_layers": 12,
73
+ "pad_token_id": 0,
74
+ "pooler_dropout": 0,
75
+ "pooler_hidden_act": "gelu",
76
+ "pooler_hidden_size": 768,
77
+ "pos_att_type": [
78
+ "p2c",
79
+ "c2p"
80
+ ],
81
+ "position_biased_input": false,
82
+ "position_buckets": 256,
83
+ "relative_attention": true,
84
+ "share_att_key": true,
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.26.1",
87
+ "type_vocab_size": 0,
88
+ "vocab_size": 128100
89
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2581ef0546153c476f4ca21fc23ec944c5c8f37a11e836012e168046a3abe435
3
+ size 735476529
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "bos_token": "[CLS]",
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": false,
6
+ "eos_token": "[SEP]",
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "name_or_path": "microsoft/deberta-v3-base",
10
+ "pad_token": "[PAD]",
11
+ "sep_token": "[SEP]",
12
+ "sp_model_kwargs": {},
13
+ "special_tokens_map_file": null,
14
+ "split_by_punct": false,
15
+ "tokenizer_class": "DebertaV2Tokenizer",
16
+ "unk_token": "[UNK]",
17
+ "vocab_type": "spm"
18
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfcb6a4954458b652ee9fb08fd16549aa85a05c128e6b829067e1dcfa38e83e8
3
+ size 3451