anismahmahi commited on
Commit
a4fd5ee
·
1 Parent(s): 8bfbc6c

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json CHANGED
@@ -1,13 +1,12 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForTokenClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
11
  "id2label": {
12
  "0": "O",
13
  "1": "B-Repetition",
@@ -32,6 +31,7 @@
32
  "20": "I-Exaggeration,Minimisation"
33
  },
34
  "initializer_range": 0.02,
 
35
  "label2id": {
36
  "B-Appeal_to_Authority": 11,
37
  "B-Appeal_to_fear-prejudice": 14,
@@ -55,16 +55,27 @@
55
  "I-Repetition": 16,
56
  "O": 0
57
  },
 
58
  "max_position_embeddings": 512,
59
- "model_type": "distilbert",
60
- "n_heads": 12,
61
- "n_layers": 6,
 
 
62
  "pad_token_id": 0,
63
- "qa_dropout": 0.1,
64
- "seq_classif_dropout": 0.2,
65
- "sinusoidal_pos_embds": false,
66
- "tie_weights_": true,
 
 
 
 
 
 
 
67
  "torch_dtype": "float32",
68
  "transformers_version": "4.30.0",
69
- "vocab_size": 30522
 
70
  }
 
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-Repetition",
 
31
  "20": "I-Exaggeration,Minimisation"
32
  },
33
  "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
  "label2id": {
36
  "B-Appeal_to_Authority": 11,
37
  "B-Appeal_to_fear-prejudice": 14,
 
55
  "I-Repetition": 16,
56
  "O": 0
57
  },
58
+ "layer_norm_eps": 1e-07,
59
  "max_position_embeddings": 512,
60
+ "max_relative_positions": -1,
61
+ "model_type": "deberta-v2",
62
+ "norm_rel_ebd": "layer_norm",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
  "pad_token_id": 0,
66
+ "pooler_dropout": 0,
67
+ "pooler_hidden_act": "gelu",
68
+ "pooler_hidden_size": 768,
69
+ "pos_att_type": [
70
+ "p2c",
71
+ "c2p"
72
+ ],
73
+ "position_biased_input": false,
74
+ "position_buckets": 256,
75
+ "relative_attention": true,
76
+ "share_att_key": true,
77
  "torch_dtype": "float32",
78
  "transformers_version": "4.30.0",
79
+ "type_vocab_size": 0,
80
+ "vocab_size": 128100
81
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9f7a3bda4d5ae991bc5e7b202157a3c2504abf153a52cb1e31da7a37a7b9acb
3
- size 265551458
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fa601239777c190ddd40eb9d6b0707b642ef60de76aee057da3de8a81fced8
3
+ size 735464686
runs/Apr24_13-15-53_320ce5815fe3/events.out.tfevents.1713964556.320ce5815fe3.6186.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f082a72f2a6d1be773240578fde163e9f2a116eacf0772d471f244d45c3b6e71
3
+ size 5300
runs/Apr24_14-29-45_320ce5815fe3/events.out.tfevents.1713968988.320ce5815fe3.37608.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f73f7ed95da1b15df6c25f7d97954a74f99b51198094c8537fa6104969d7a2a
3
+ size 6022
special_tokens_map.json CHANGED
@@ -1,5 +1,7 @@
1
  {
 
2
  "cls_token": "[CLS]",
 
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
5
  "sep_token": "[SEP]",
 
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]",
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
@@ -1,13 +1,16 @@
1
  {
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": true,
 
5
  "mask_token": "[MASK]",
6
  "model_max_length": 1000000000000000019884624838656,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
- "strip_accents": null,
10
- "tokenize_chinese_chars": true,
11
- "tokenizer_class": "DistilBertTokenizer",
12
- "unk_token": "[UNK]"
 
13
  }
 
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60fa11aebad062de2c8fe914e3cb4bf3d875ac0663b7d4bfa8177a54e2817600
3
  size 4408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3687faa3788b7cf8049a24c13b4d2d5612e90a1404319c91d37e0225f250ff5c
3
  size 4408