Adrien35 commited on
Commit
3f7a7f4
·
verified ·
1 Parent(s): d688eb5

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json CHANGED
@@ -1,14 +1,12 @@
1
  {
2
- "_name_or_path": "bert-large-uncased",
3
  "architectures": [
4
- "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
- "hidden_size": 1024,
12
  "id2label": {
13
  "0": "LABEL_0",
14
  "1": "LABEL_1",
@@ -32,7 +30,7 @@
32
  "19": "LABEL_19"
33
  },
34
  "initializer_range": 0.02,
35
- "intermediate_size": 4096,
36
  "label2id": {
37
  "LABEL_0": 0,
38
  "LABEL_1": 1,
@@ -55,17 +53,27 @@
55
  "LABEL_8": 8,
56
  "LABEL_9": 9
57
  },
58
- "layer_norm_eps": 1e-12,
59
  "max_position_embeddings": 512,
60
- "model_type": "bert",
61
- "num_attention_heads": 16,
62
- "num_hidden_layers": 24,
 
 
63
  "pad_token_id": 0,
64
- "position_embedding_type": "absolute",
65
- "problem_type": "single_label_classification",
 
 
 
 
 
 
 
 
 
66
  "torch_dtype": "float32",
67
  "transformers_version": "4.41.2",
68
- "type_vocab_size": 2,
69
- "use_cache": true,
70
- "vocab_size": 30522
71
  }
 
1
  {
2
+ "_name_or_path": "nickmuchi/deberta-v3-base-finetuned-finance-text-classification",
3
  "architectures": [
4
+ "DebertaV2ForSequenceClassification"
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": "LABEL_0",
12
  "1": "LABEL_1",
 
30
  "19": "LABEL_19"
31
  },
32
  "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
  "label2id": {
35
  "LABEL_0": 0,
36
  "LABEL_1": 1,
 
53
  "LABEL_8": 8,
54
  "LABEL_9": 9
55
  },
56
+ "layer_norm_eps": 1e-07,
57
  "max_position_embeddings": 512,
58
+ "max_relative_positions": -1,
59
+ "model_type": "deberta-v2",
60
+ "norm_rel_ebd": "layer_norm",
61
+ "num_attention_heads": 12,
62
+ "num_hidden_layers": 12,
63
  "pad_token_id": 0,
64
+ "pooler_dropout": 0,
65
+ "pooler_hidden_act": "gelu",
66
+ "pooler_hidden_size": 768,
67
+ "pos_att_type": [
68
+ "p2c",
69
+ "c2p"
70
+ ],
71
+ "position_biased_input": false,
72
+ "position_buckets": 256,
73
+ "relative_attention": true,
74
+ "share_att_key": true,
75
  "torch_dtype": "float32",
76
  "transformers_version": "4.41.2",
77
+ "type_vocab_size": 0,
78
+ "vocab_size": 128100
 
79
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40c8b2741bb49f22ef09763e85b1bc9668d43e85b8e39294050ade64c0dc3e1b
3
- size 1340696568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3df5436c2354435fc1b8e3428981a5d654e6b154f2e04b0d832e11041df189
3
+ size 737774648
runs/Jun12_10-35-23_6c02225e0b32/events.out.tfevents.1718188524.6c02225e0b32.1298.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:584b5f061ac7d62e0f86926e60f09b56ab546497e76c13bec4248804b77e4a49
3
+ size 6654
special_tokens_map.json CHANGED
@@ -1,7 +1,51 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
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 CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -8,31 +8,31 @@
8
  "single_word": false,
9
  "special": true
10
  },
11
- "100": {
12
- "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "101": {
20
- "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "102": {
28
- "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "103": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
@@ -41,15 +41,22 @@
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
- "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
- "strip_accents": null,
52
- "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
- "unk_token": "[UNK]"
 
 
 
 
55
  }
 
8
  "single_word": false,
9
  "special": true
10
  },
11
+ "1": {
12
+ "content": "[CLS]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
+ "2": {
20
+ "content": "[SEP]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
+ "3": {
28
+ "content": "[UNK]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "128000": {
36
  "content": "[MASK]",
37
  "lstrip": false,
38
  "normalized": false,
 
41
  "special": true
42
  }
43
  },
44
+ "bos_token": "[CLS]",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
  "mask_token": "[MASK]",
50
+ "max_length": 512,
51
+ "model_max_length": 1000000000000000019884624838656,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "stride": 0,
57
+ "tokenizer_class": "DebertaV2Tokenizer",
58
+ "truncation_side": "right",
59
+ "truncation_strategy": "longest_first",
60
+ "unk_token": "[UNK]",
61
+ "vocab_type": "spm"
62
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e888335bb3644e708bb176362fc978710ffa463558bc8da1bc5d40ca4876ec59
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98276ec9887298e5c0981ca365ffb0012868b6fe3f20adef2139dad6b223be6
3
  size 5176