esacalderonru commited on
Commit
6c8fc0e
1 Parent(s): 7407aa4

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json CHANGED
@@ -1,11 +1,12 @@
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,52 +14,49 @@
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
  }
 
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
  "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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c54f2fc5cfbc76667ac64ed93d048ecd309191118f8bee9954aef64f8c3fa84
3
- size 435636652
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a660ef38b5b5a67571d08807c7e4c0a43c5b5b0ae85df65e28af84470abab3
3
+ size 1109882412
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:3b4505a5d9deb70383ffd1e0023973b77caff1939b904e57460b3f812a4732a8
3
- size 12884
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7176877cbc33db46fa8a5a33db3fef058ea8414f0b3fb871892ffd66920aa091
3
+ size 13356
runs/May29_18-56-21_6f983583bd59/events.out.tfevents.1717008983.6f983583bd59.1236.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6697cfe518d0bf1b1d4d237f6576d6e535fb043e2856275676b2208c12fe16d
3
- size 88
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:509df0af7bc13e215b8e08bc60f850cf0a2d8691620737b7f1a6689308b4845a
3
+ size 6075
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json CHANGED
@@ -1,7 +1,15 @@
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": "<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
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,55 +1,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
  }
 
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:672c1c7f26e8dfc64ecf520924627d7a9f342f35c14072bbd18d7c4cb3368875
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:378cb5aa0932b8b2c957ef087bff212ad28b0ef53596cb3b02871962a0ca99ab
3
  size 5176