ABrinkmann commited on
Commit
2b76a87
1 Parent(s): 5bc3471

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,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
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": 1024,
10
+ "id2label": {
11
+ "0": "O",
12
+ "1": "B-Digital_Cameras_Camera_Weight",
13
+ "2": "I-Digital_Cameras_Camera_Weight",
14
+ "3": "B-Laptops_Battery_Life",
15
+ "4": "I-Laptops_Battery_Life",
16
+ "5": "B-Laptops_Refresh_Rate",
17
+ "6": "I-Laptops_Refresh_Rate",
18
+ "7": "B-Laptops_Processor_Speed",
19
+ "8": "I-Laptops_Processor_Speed",
20
+ "9": "B-Laptops_Resolution",
21
+ "10": "I-Laptops_Resolution",
22
+ "11": "B-Flash_Memory_Cards_Capacity",
23
+ "12": "I-Flash_Memory_Cards_Capacity",
24
+ "13": "B-Flash_Memory_Cards_SD_Format",
25
+ "14": "I-Flash_Memory_Cards_SD_Format",
26
+ "15": "B-Laptops_Screen_Size",
27
+ "16": "I-Laptops_Screen_Size",
28
+ "17": "B-Laptops_Processor_Brand",
29
+ "18": "I-Laptops_Processor_Brand",
30
+ "19": "B-Laptops_Weight",
31
+ "20": "I-Laptops_Weight",
32
+ "21": "B-Digital_Cameras_Optical_Zoom",
33
+ "22": "I-Digital_Cameras_Optical_Zoom",
34
+ "23": "B-Digital_Cameras_Sensor_Type",
35
+ "24": "I-Digital_Cameras_Sensor_Type",
36
+ "25": "B-Digital_Cameras_Sensor_Size",
37
+ "26": "I-Digital_Cameras_Sensor_Size",
38
+ "27": "B-Laptops_Number_of_Cores",
39
+ "28": "I-Laptops_Number_of_Cores",
40
+ "29": "B-Digital_Cameras_Resolution",
41
+ "30": "I-Digital_Cameras_Resolution"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 4096,
45
+ "label2id": {
46
+ "B-Digital_Cameras_Camera_Weight": 1,
47
+ "B-Digital_Cameras_Optical_Zoom": 21,
48
+ "B-Digital_Cameras_Resolution": 29,
49
+ "B-Digital_Cameras_Sensor_Size": 25,
50
+ "B-Digital_Cameras_Sensor_Type": 23,
51
+ "B-Flash_Memory_Cards_Capacity": 11,
52
+ "B-Flash_Memory_Cards_SD_Format": 13,
53
+ "B-Laptops_Battery_Life": 3,
54
+ "B-Laptops_Number_of_Cores": 27,
55
+ "B-Laptops_Processor_Brand": 17,
56
+ "B-Laptops_Processor_Speed": 7,
57
+ "B-Laptops_Refresh_Rate": 5,
58
+ "B-Laptops_Resolution": 9,
59
+ "B-Laptops_Screen_Size": 15,
60
+ "B-Laptops_Weight": 19,
61
+ "I-Digital_Cameras_Camera_Weight": 2,
62
+ "I-Digital_Cameras_Optical_Zoom": 22,
63
+ "I-Digital_Cameras_Resolution": 30,
64
+ "I-Digital_Cameras_Sensor_Size": 26,
65
+ "I-Digital_Cameras_Sensor_Type": 24,
66
+ "I-Flash_Memory_Cards_Capacity": 12,
67
+ "I-Flash_Memory_Cards_SD_Format": 14,
68
+ "I-Laptops_Battery_Life": 4,
69
+ "I-Laptops_Number_of_Cores": 28,
70
+ "I-Laptops_Processor_Brand": 18,
71
+ "I-Laptops_Processor_Speed": 8,
72
+ "I-Laptops_Refresh_Rate": 6,
73
+ "I-Laptops_Resolution": 10,
74
+ "I-Laptops_Screen_Size": 16,
75
+ "I-Laptops_Weight": 20,
76
+ "O": 0
77
+ },
78
+ "layer_norm_eps": 1e-07,
79
+ "max_position_embeddings": 512,
80
+ "max_relative_positions": -1,
81
+ "model_type": "deberta-v2",
82
+ "norm_rel_ebd": "layer_norm",
83
+ "num_attention_heads": 16,
84
+ "num_hidden_layers": 24,
85
+ "pad_token_id": 0,
86
+ "pooler_dropout": 0,
87
+ "pooler_hidden_act": "gelu",
88
+ "pooler_hidden_size": 1024,
89
+ "pos_att_type": [
90
+ "p2c",
91
+ "c2p"
92
+ ],
93
+ "position_biased_input": false,
94
+ "position_buckets": 256,
95
+ "relative_attention": true,
96
+ "share_att_key": true,
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.30.1",
99
+ "type_vocab_size": 0,
100
+ "vocab_size": 128100
101
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbfbd22879e8fc3daf62128e5b8d481d13102c9913afd02019cb98cdeec9136
3
+ size 1736316145
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,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "do_lower_case": false,
6
+ "eos_token": "[SEP]",
7
+ "mask_token": "[MASK]",
8
+ "model_max_length": 1000000000000000019884624838656,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "sp_model_kwargs": {},
12
+ "split_by_punct": false,
13
+ "tokenizer_class": "DebertaV2Tokenizer",
14
+ "unk_token": "[UNK]",
15
+ "vocab_type": "spm"
16
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e379c5bbe0ec143ede44db3c074a38b0317864791e5d8cef49b365fc34c1363
3
+ size 4091