hf-transformers-bot commited on
Commit
4d5422c
·
1 Parent(s): 07e39f5

Update tiny models for DebertaV2ForMultipleChoice

Browse files
added_tokens.json CHANGED
@@ -1,3 +1,7 @@
1
  {
2
- "[MASK]": 128000
 
 
 
 
3
  }
 
1
  {
2
+ "[CLS]": 1,
3
+ "[MASK]": 128000,
4
+ "[PAD]": 0,
5
+ "[SEP]": 2,
6
+ "[UNK]": 3
7
  }
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "DebertaV2ForMultipleChoice"
4
  ],
@@ -13,7 +14,7 @@
13
  "max_relative_positions": -1,
14
  "model_type": "deberta-v2",
15
  "num_attention_heads": 4,
16
- "num_hidden_layers": 5,
17
  "pad_token_id": 0,
18
  "pooler_dropout": 0,
19
  "pooler_hidden_act": "gelu",
@@ -24,7 +25,7 @@
24
  "position_biased_input": true,
25
  "relative_attention": false,
26
  "torch_dtype": "float32",
27
- "transformers_version": "4.28.0.dev0",
28
  "type_vocab_size": 16,
29
  "vocab_size": 128001
30
  }
 
1
  {
2
+ "_name_or_path": "tiny_models/deberta-v2/DebertaV2ForMultipleChoice",
3
  "architectures": [
4
  "DebertaV2ForMultipleChoice"
5
  ],
 
14
  "max_relative_positions": -1,
15
  "model_type": "deberta-v2",
16
  "num_attention_heads": 4,
17
+ "num_hidden_layers": 2,
18
  "pad_token_id": 0,
19
  "pooler_dropout": 0,
20
  "pooler_hidden_act": "gelu",
 
25
  "position_biased_input": true,
26
  "relative_attention": false,
27
  "torch_dtype": "float32",
28
+ "transformers_version": "4.34.0.dev0",
29
  "type_vocab_size": 16,
30
  "vocab_size": 128001
31
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ff2925f7c6633f785bae6d8e0bf8b532230d426462f51edde071ec1b2d980e5
3
- size 16625279
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e2b76fee73e09d93a2d9f33d0e33473b828360b48afc6e52f2b3a1d10b39cb
3
+ size 16523628
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4682516bc5e9545dc12116155ec477144c9f04dab697bc2747a68372af1f840
3
+ size 16580512
tokenizer.json CHANGED
@@ -36,7 +36,7 @@
36
  "single_word": false,
37
  "lstrip": false,
38
  "rstrip": false,
39
- "normalized": false,
40
  "special": true
41
  },
42
  {
@@ -512164,6 +512164,7 @@
512164
  "昵",
512165
  -24.429006576538086
512166
  ]
512167
- ]
 
512168
  }
512169
  }
 
36
  "single_word": false,
37
  "lstrip": false,
38
  "rstrip": false,
39
+ "normalized": true,
40
  "special": true
41
  },
42
  {
 
512164
  "昵",
512165
  -24.429006576538086
512166
  ]
512167
+ ],
512168
+ "byte_fallback": false
512169
  }
512170
  }
tokenizer_config.json CHANGED
@@ -1,5 +1,49 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "[CLS]",
 
3
  "cls_token": "[CLS]",
4
  "do_lower_case": false,
5
  "eos_token": "[SEP]",
@@ -8,9 +52,9 @@
8
  "pad_token": "[PAD]",
9
  "sep_token": "[SEP]",
10
  "sp_model_kwargs": {},
11
- "special_tokens_map_file": null,
12
  "split_by_punct": false,
13
  "tokenizer_class": "DebertaV2Tokenizer",
 
14
  "unk_token": "[UNK]",
15
  "vocab_type": "spm"
16
  }
 
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
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
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": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "additional_special_tokens": [],
45
  "bos_token": "[CLS]",
46
+ "clean_up_tokenization_spaces": true,
47
  "cls_token": "[CLS]",
48
  "do_lower_case": false,
49
  "eos_token": "[SEP]",
 
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
54
  "sp_model_kwargs": {},
 
55
  "split_by_punct": false,
56
  "tokenizer_class": "DebertaV2Tokenizer",
57
+ "tokenizer_file": null,
58
  "unk_token": "[UNK]",
59
  "vocab_type": "spm"
60
  }