esacalderonru commited on
Commit
c886112
1 Parent(s): 1d38eb9

Training in progress, epoch 41

Browse files
config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
- "XLMRobertaForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
  "classifier_dropout": null,
9
- "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
@@ -14,49 +13,52 @@
14
  "0": "O",
15
  "1": "B-CAMPAIGNER",
16
  "2": "I-CAMPAIGNER",
17
- "3": "B-AGENT",
18
- "4": "I-AGENT",
19
- "5": "B-VICTIM",
20
- "6": "I-VICTIM",
21
- "7": "B-NEGATIVE_EFFECT",
22
- "8": "I-NEGATIVE_EFFECT",
23
- "9": "B-FACILITATOR",
24
- "10": "I-FACILITATOR",
25
  "11": "B-X",
26
  "12": "I-X",
27
- "13": "B-OBJECTIVE",
28
- "14": "I-OBJECTIVE"
29
  },
30
  "initializer_range": 0.02,
31
  "intermediate_size": 3072,
32
  "label2id": {
33
- "B-AGENT": 3,
34
  "B-CAMPAIGNER": 1,
35
- "B-FACILITATOR": 9,
36
- "B-NEGATIVE_EFFECT": 7,
37
- "B-OBJECTIVE": 13,
38
- "B-VICTIM": 5,
39
  "B-X": 11,
40
- "I-AGENT": 4,
41
  "I-CAMPAIGNER": 2,
42
- "I-FACILITATOR": 10,
43
- "I-NEGATIVE_EFFECT": 8,
44
- "I-OBJECTIVE": 14,
45
- "I-VICTIM": 6,
46
  "I-X": 12,
47
  "O": 0
48
  },
49
- "layer_norm_eps": 1e-05,
50
- "max_position_embeddings": 514,
51
- "model_type": "xlm-roberta",
52
  "num_attention_heads": 12,
53
  "num_hidden_layers": 12,
54
- "output_past": true,
55
- "pad_token_id": 1,
56
  "position_embedding_type": "absolute",
 
 
 
 
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.41.1",
59
- "type_vocab_size": 1,
60
  "use_cache": true,
61
- "vocab_size": 250002
62
  }
 
1
  {
2
+ "_name_or_path": "google/electra-base-discriminator",
3
  "architectures": [
4
+ "ElectraForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
+ "embedding_size": 768,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
13
  "0": "O",
14
  "1": "B-CAMPAIGNER",
15
  "2": "I-CAMPAIGNER",
16
+ "3": "B-NEGATIVE_EFFECT",
17
+ "4": "I-NEGATIVE_EFFECT",
18
+ "5": "B-OBJECTIVE",
19
+ "6": "I-OBJECTIVE",
20
+ "7": "B-VICTIM",
21
+ "8": "I-VICTIM",
22
+ "9": "B-AGENT",
23
+ "10": "I-AGENT",
24
  "11": "B-X",
25
  "12": "I-X",
26
+ "13": "B-FACILITATOR",
27
+ "14": "I-FACILITATOR"
28
  },
29
  "initializer_range": 0.02,
30
  "intermediate_size": 3072,
31
  "label2id": {
32
+ "B-AGENT": 9,
33
  "B-CAMPAIGNER": 1,
34
+ "B-FACILITATOR": 13,
35
+ "B-NEGATIVE_EFFECT": 3,
36
+ "B-OBJECTIVE": 5,
37
+ "B-VICTIM": 7,
38
  "B-X": 11,
39
+ "I-AGENT": 10,
40
  "I-CAMPAIGNER": 2,
41
+ "I-FACILITATOR": 14,
42
+ "I-NEGATIVE_EFFECT": 4,
43
+ "I-OBJECTIVE": 6,
44
+ "I-VICTIM": 8,
45
  "I-X": 12,
46
  "O": 0
47
  },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "electra",
51
  "num_attention_heads": 12,
52
  "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
 
54
  "position_embedding_type": "absolute",
55
+ "summary_activation": "gelu",
56
+ "summary_last_dropout": 0.1,
57
+ "summary_type": "first",
58
+ "summary_use_proj": true,
59
  "torch_dtype": "float32",
60
  "transformers_version": "4.41.1",
61
+ "type_vocab_size": 2,
62
  "use_cache": true,
63
+ "vocab_size": 30522
64
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3027954d803b0033f843c9c27d2e9d3d09989fe55bb2f8cde2df7a005ffbd253
3
- size 1109882412
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d4f67d615a0b93761322f43bea310bccc74cc1b2644a988f30da23ebf5d6d7e
3
+ size 435636652
runs/May29_17-44-30_219e479bd474/events.out.tfevents.1717004671.219e479bd474.447.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5539f13f898489aae339ad08bccee6de94d0f94739f58bc25a6585a6c0ed971c
3
- size 27266
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38df9e1935494811d090030128e7a2cc3db410c4866e5e68e0e2de21dd3b4cbb
3
+ size 28421
special_tokens_map.json CHANGED
@@ -1,15 +1,7 @@
1
  {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
- "pad_token": "<pad>",
13
- "sep_token": "</s>",
14
- "unk_token": "<unk>"
15
  }
 
1
  {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
7
  }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8373f9cd3d27591e1924426bcc1c8799bc5a9affc4fc857982c5d66668dd1f41
3
- size 17082832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435667fab0c06c165b1283ecb422497c37124f2d6a35b2ac73dc876332fc9518
3
+ size 711494
tokenizer_config.json CHANGED
@@ -1,54 +1,55 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
11
- "1": {
12
- "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
16
  "single_word": false,
17
  "special": true
18
  },
19
- "2": {
20
- "content": "</s>",
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
- "250001": {
36
- "content": "<mask>",
37
- "lstrip": true,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
  }
43
  },
44
- "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
- "cls_token": "<s>",
47
- "eos_token": "</s>",
48
- "mask_token": "<mask>",
49
  "model_max_length": 512,
50
- "pad_token": "<pad>",
51
- "sep_token": "</s>",
52
- "tokenizer_class": "XLMRobertaTokenizer",
53
- "unk_token": "<unk>"
 
 
54
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
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,
39
  "rstrip": false,
40
  "single_word": false,
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": "ElectraTokenizer",
54
+ "unk_token": "[UNK]"
55
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:378cb5aa0932b8b2c957ef087bff212ad28b0ef53596cb3b02871962a0ca99ab
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:672c1c7f26e8dfc64ecf520924627d7a9f342f35c14072bbd18d7c4cb3368875
3
  size 5176