irenema commited on
Commit
d7a524a
1 Parent(s): 1fb0bcd

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,12 +1,11 @@
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.1,
12
  "hidden_size": 768,
@@ -66,18 +65,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.36.0.dev0",
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.1,
11
  "hidden_size": 768,
 
65
  "TRANSPORTE Y LOGISTICA": 23,
66
  "TURISMO Y VIAJES": 24
67
  },
68
+ "layer_norm_eps": 1e-12,
69
+ "max_position_embeddings": 512,
70
+ "model_type": "bert",
71
  "num_attention_heads": 12,
72
  "num_hidden_layers": 12,
73
+ "pad_token_id": 0,
74
+ "pooler_fc_size": 768,
75
+ "pooler_num_attention_heads": 12,
76
+ "pooler_num_fc_layers": 3,
77
+ "pooler_size_per_head": 128,
78
+ "pooler_type": "first_token_transform",
79
  "position_embedding_type": "absolute",
80
  "problem_type": "single_label_classification",
81
  "torch_dtype": "float32",
82
  "transformers_version": "4.36.0.dev0",
83
+ "type_vocab_size": 2,
84
  "use_cache": true,
85
+ "vocab_size": 119547
86
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9292188bbcc3e87323db119d33fa5249e02d896cf9dc76b84fc71b3325cc022
3
- size 1112275756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e06a01d9d4f4c4324e587ba0c3ae5da7b59d4cf24765432ebd0715753841768
3
+ size 711514212
runs/Dec10_22-31-57_57878d821904/events.out.tfevents.1702247532.57878d821904.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7703ed7fc5aab2dd4285286702708808b54dc231c8b1747d977bf917ad7c44b8
3
+ size 6552
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:d6f76fe13d42f80dcee0cb86a1aeb5f14f8909bb8a8782f7a4a4ad76697ef164
3
- size 17083021
 
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:4c0e1122df6d1a9eb044fb14abc60d3ba25a7113d850783bd23a53bb2bc8adbe
3
  size 4283
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1596ae829d81f34a94b42c8a5768cf7090b1ab7d99fa893a7bd6e6dc92cd6887
3
  size 4283