sandromck commited on
Commit
3f43141
·
1 Parent(s): 78060aa

Training in progress, epoch 1

Browse files
added_tokens.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "[CLS]": 101,
3
- "[MASK]": 103,
4
  "[PAD]": 0,
5
- "[SEP]": 102,
6
- "[UNK]": 100
7
  }
 
1
  {
2
+ "[CLS]": 2,
3
+ "[MASK]": 4,
4
  "[PAD]": 0,
5
+ "[SEP]": 3,
6
+ "[UNK]": 1
7
  }
config.json CHANGED
@@ -1,12 +1,11 @@
1
  {
2
- "_name_or_path": "classla/xlm-roberta-base-multilingual-text-genre-classifier",
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,
@@ -36,18 +35,17 @@
36
  "LABEL_8": 8,
37
  "LABEL_9": 9
38
  },
39
- "layer_norm_eps": 1e-05,
40
- "max_position_embeddings": 514,
41
- "model_type": "xlm-roberta",
42
  "num_attention_heads": 12,
43
  "num_hidden_layers": 12,
44
- "output_past": true,
45
- "pad_token_id": 1,
46
  "position_embedding_type": "absolute",
47
  "problem_type": "single_label_classification",
48
  "torch_dtype": "float32",
49
  "transformers_version": "4.34.0",
50
- "type_vocab_size": 1,
51
  "use_cache": true,
52
- "vocab_size": 250002
53
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
7
  "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
35
  "LABEL_8": 8,
36
  "LABEL_9": 9
37
  },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_position_embeddings": 512,
40
+ "model_type": "bert",
41
  "num_attention_heads": 12,
42
  "num_hidden_layers": 12,
43
+ "pad_token_id": 0,
 
44
  "position_embedding_type": "absolute",
45
  "problem_type": "single_label_classification",
46
  "torch_dtype": "float32",
47
  "transformers_version": "4.34.0",
48
+ "type_vocab_size": 2,
49
  "use_cache": true,
50
+ "vocab_size": 30522
51
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45196f22611473853211d1e901babc87480c10548ea273c6926a019a8ac90f3b
3
- size 1112274289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4dc006f47681a0c0ac2be4b3313de66e673017c7b03cb66daebaef896759a56
3
+ size 438028081
special_tokens_map.json CHANGED
@@ -1,9 +1,7 @@
1
  {
2
- "bos_token": "<s>",
3
- "cls_token": "<s>",
4
- "eos_token": "</s>",
5
- "mask_token": "<mask>",
6
- "pad_token": "<pad>",
7
- "sep_token": "</s>",
8
- "unk_token": "<unk>"
9
  }
 
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:003498ab0695fbf35aedc8bbbae1e20a6033a1b3914e49c6d2fbe1d54d7d93b9
3
- size 17082786
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0d18d79af91cc3b41e365cde4de7067ca32ac84a48a58306241157e814fcfb
3
+ size 678903
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
- "content": "<s>",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
@@ -9,7 +9,7 @@
9
  "special": true
10
  },
11
  "1": {
12
- "content": "<pad>",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
@@ -17,7 +17,7 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "</s>",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
@@ -25,16 +25,16 @@
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,
@@ -42,22 +42,17 @@
42
  }
43
  },
44
  "additional_special_tokens": [],
45
- "bos_token": "<s>",
46
  "clean_up_tokenization_spaces": true,
47
- "cls_token": "<s>",
48
- "do_lower_case": false,
49
- "eos_token": "</s>",
50
- "mask_token": "<mask>",
51
- "max_length": 512,
52
- "model_max_length": 512,
53
- "pad_to_multiple_of": null,
54
- "pad_token": "<pad>",
55
- "pad_token_type_id": 0,
56
- "padding_side": "right",
57
- "sep_token": "</s>",
58
- "stride": 0,
59
- "tokenizer_class": "XLMRobertaTokenizer",
60
- "truncation_side": "right",
61
- "truncation_strategy": "longest_first",
62
- "unk_token": "<unk>"
63
  }
 
1
  {
2
  "added_tokens_decoder": {
3
  "0": {
4
+ "content": "[PAD]",
5
  "lstrip": false,
6
  "normalized": false,
7
  "rstrip": false,
 
9
  "special": true
10
  },
11
  "1": {
12
+ "content": "[UNK]",
13
  "lstrip": false,
14
  "normalized": false,
15
  "rstrip": false,
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "[CLS]",
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
 
25
  "special": true
26
  },
27
  "3": {
28
+ "content": "[SEP]",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "4": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
 
42
  }
43
  },
44
  "additional_special_tokens": [],
 
45
  "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_basic_tokenize": true,
48
+ "do_lower_case": true,
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
 
 
 
 
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8999c253d0baff3cb59101391ce9799474bb82a97ae685fc4e3b40d40731ca4d
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:459916504a2bb09dd37e60565884887e6edc993264734aff42782777f1639303
3
  size 4091
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff