irenema commited on
Commit
d599b44
1 Parent(s): b1160b5

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,83 +1,46 @@
1
  {
2
- "_name_or_path": "xlm-roberta-base",
3
  "architectures": [
4
- "XLMRobertaForSequenceClassification"
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.2,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "ADMINISTRACION PUBLICA",
15
- "1": "ARTE",
16
- "2": "AUTOMOCION",
17
- "3": "BANCA Y FINANCIERO",
18
- "4": "BIOLOGIA",
19
- "5": "COMERCIO-E",
20
- "6": "DEPORTES",
21
- "7": "ECONOMIA Y FINANZAS",
22
- "8": "EDUCACION",
23
- "9": "EMPRESA Y MARKETING",
24
- "10": "ENERGIA,PETROLEO Y GAS",
25
- "11": "GASTRONOMIA Y ALIMENTACION",
26
- "12": "INDUSTRIA Y EQUIPAMIENTOS",
27
- "13": "INMOBILIARIA",
28
- "14": "JUGUETES",
29
- "15": "LEGAL Y SEGUROS",
30
- "16": "LOGISTICA",
31
- "17": "MEDICINA",
32
- "18": "MEDIO AMBIENTE",
33
- "19": "MODA",
34
- "20": "RECURSOS HUMANOS",
35
- "21": "SOFTWARE",
36
- "22": "TELECOMUNICACIONES",
37
- "23": "TRANSPORTE Y LOGISTICA",
38
- "24": "TURISMO Y VIAJES"
39
  },
40
  "initializer_range": 0.02,
41
  "intermediate_size": 3072,
42
  "label2id": {
43
- "ADMINISTRACION PUBLICA": 0,
44
- "ARTE": 1,
45
- "AUTOMOCION": 2,
46
- "BANCA Y FINANCIERO": 3,
47
- "BIOLOGIA": 4,
48
- "COMERCIO-E": 5,
49
- "DEPORTES": 6,
50
- "ECONOMIA Y FINANZAS": 7,
51
- "EDUCACION": 8,
52
- "EMPRESA Y MARKETING": 9,
53
- "ENERGIA,PETROLEO Y GAS": 10,
54
- "GASTRONOMIA Y ALIMENTACION": 11,
55
- "INDUSTRIA Y EQUIPAMIENTOS": 12,
56
- "INMOBILIARIA": 13,
57
- "JUGUETES": 14,
58
- "LEGAL Y SEGUROS": 15,
59
- "LOGISTICA": 16,
60
- "MEDICINA": 17,
61
- "MEDIO AMBIENTE": 18,
62
- "MODA": 19,
63
- "RECURSOS HUMANOS": 20,
64
- "SOFTWARE": 21,
65
- "TELECOMUNICACIONES": 22,
66
- "TRANSPORTE Y LOGISTICA": 23,
67
- "TURISMO Y VIAJES": 24
68
  },
69
- "layer_norm_eps": 1e-05,
70
- "max_position_embeddings": 514,
71
- "model_type": "xlm-roberta",
72
  "num_attention_heads": 12,
73
  "num_hidden_layers": 12,
74
- "output_past": true,
75
- "pad_token_id": 1,
 
 
 
 
76
  "position_embedding_type": "absolute",
77
  "problem_type": "single_label_classification",
78
  "torch_dtype": "float32",
79
- "transformers_version": "4.35.0",
80
- "type_vocab_size": 1,
81
  "use_cache": true,
82
- "vocab_size": 250002
83
  }
 
1
  {
2
+ "_name_or_path": "bert-base-multilingual-cased",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
+ "directionality": "bidi",
9
  "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.3,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "B",
14
+ "1": "E",
15
+ "2": "P",
16
+ "3": "S",
17
+ "4": "T"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  },
19
  "initializer_range": 0.02,
20
  "intermediate_size": 3072,
21
  "label2id": {
22
+ "B": 0,
23
+ "E": 1,
24
+ "P": 2,
25
+ "S": 3,
26
+ "T": 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
  "num_attention_heads": 12,
32
  "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "pooler_fc_size": 768,
35
+ "pooler_num_attention_heads": 12,
36
+ "pooler_num_fc_layers": 3,
37
+ "pooler_size_per_head": 128,
38
+ "pooler_type": "first_token_transform",
39
  "position_embedding_type": "absolute",
40
  "problem_type": "single_label_classification",
41
  "torch_dtype": "float32",
42
+ "transformers_version": "4.37.0.dev0",
43
+ "type_vocab_size": 2,
44
  "use_cache": true,
45
+ "vocab_size": 119547
46
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a939f785348a57a92cc98f4f88272c21ce6a722b2f207bc555c1cae2c47a5207
3
- size 1112275756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c54e37c4dd10a0c538110596ac78a1757a5dcad8b8b53c0976021b700ae91cf
3
+ size 711452684
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:1c4147c7d8584d679fcabb10e7c63ac96de865feb8a5e2b6bc9308acf93cacdb
3
- size 17082953
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e8d2533b6e39afe137ac1ff84390ef303f71f9c257aab2df09f4c6a62d08bf3
3
+ size 2919627
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": false,
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be6c615cb937919b60858b4410773db6e7f6877d21d6d7543f4909c5d6ff1d08
3
- size 4155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4445c2643d242e58c09052dc49bff30352ee40acf7af330028cd6f72955f5843
3
+ size 4219