abragin commited on
Commit
6d74ad9
·
1 Parent(s): b7479af

Upload 8 files

Browse files
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "[BAST]": 105880,
3
+ "[PST]": 105879
4
+ }
config.json CHANGED
@@ -9,20 +9,8 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
- "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3"
17
- },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
- "label2id": {
21
- "LABEL_0": 0,
22
- "LABEL_1": 1,
23
- "LABEL_2": 2,
24
- "LABEL_3": 3
25
- },
26
  "layer_norm_eps": 1e-12,
27
  "max_position_embeddings": 512,
28
  "model_type": "bert",
@@ -35,10 +23,9 @@
35
  "pooler_size_per_head": 128,
36
  "pooler_type": "first_token_transform",
37
  "position_embedding_type": "absolute",
38
- "problem_type": "single_label_classification",
39
  "torch_dtype": "float32",
40
- "transformers_version": "4.26.1",
41
  "type_vocab_size": 2,
42
  "use_cache": true,
43
- "vocab_size": 105879
44
  }
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
 
 
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 512,
16
  "model_type": "bert",
 
23
  "pooler_size_per_head": 128,
24
  "pooler_type": "first_token_transform",
25
  "position_embedding_type": "absolute",
 
26
  "torch_dtype": "float32",
27
+ "transformers_version": "4.30.2",
28
  "type_vocab_size": 2,
29
  "use_cache": true,
30
+ "vocab_size": 105881
31
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dfed63a1028e8c4dd83e7629006936fe4ccade1d938afc48caf0fa20fcaab40a
3
  size 669510773
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20505263b4949abfe3f9a3e67166d2333972c87d0a3327ae35bf822cc1700f9f
3
  size 669510773
special_tokens_map.json CHANGED
@@ -1,4 +1,8 @@
1
  {
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "mask_token": "[MASK]",
4
  "pad_token": "[PAD]",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "[PST]",
4
+ "[BAST]"
5
+ ],
6
  "cls_token": "[CLS]",
7
  "mask_token": "[MASK]",
8
  "pad_token": "[PAD]",
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
@@ -52,6 +47,24 @@
52
  "rstrip": false,
53
  "normalized": false,
54
  "special": true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  }
56
  ],
57
  "normalizer": {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
47
  "rstrip": false,
48
  "normalized": false,
49
  "special": true
50
+ },
51
+ {
52
+ "id": 105879,
53
+ "content": "[PST]",
54
+ "single_word": false,
55
+ "lstrip": false,
56
+ "rstrip": false,
57
+ "normalized": false,
58
+ "special": true
59
+ },
60
+ {
61
+ "id": 105880,
62
+ "content": "[BAST]",
63
+ "single_word": false,
64
+ "lstrip": false,
65
+ "rstrip": false,
66
+ "normalized": false,
67
+ "special": true
68
  }
69
  ],
70
  "normalizer": {
tokenizer_config.json CHANGED
@@ -1,12 +1,15 @@
1
  {
 
 
 
 
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "bert-base-multilingual-uncased",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
- "special_tokens_map_file": null,
10
  "strip_accents": null,
11
  "tokenize_chinese_chars": true,
12
  "tokenizer_class": "BertTokenizer",
 
1
  {
2
+ "additional_special_tokens": [
3
+ "[PST]",
4
+ "[BAST]"
5
+ ],
6
+ "clean_up_tokenization_spaces": true,
7
  "cls_token": "[CLS]",
8
  "do_lower_case": true,
9
  "mask_token": "[MASK]",
10
  "model_max_length": 512,
 
11
  "pad_token": "[PAD]",
12
  "sep_token": "[SEP]",
 
13
  "strip_accents": null,
14
  "tokenize_chinese_chars": true,
15
  "tokenizer_class": "BertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73c2285cdec4b4c3d4c25068deadd439adc14e8fd4ea6d06c5590577ba43887d
3
- size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6138366098da356d2e2619d3560551c4d949ff18fd4428b27b17f87c88f3d0a3
3
+ size 3899