GautamR commited on
Commit
0f2ecee
·
1 Parent(s): 7b4f786

Initial commit

Browse files
pytorch_model/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tensorflow_model",
3
+ "architectures": [
4
+ "MobileBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_activation": false,
8
+ "classifier_dropout": null,
9
+ "embedding_size": 128,
10
+ "hidden_act": "relu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 512,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 512,
18
+ "intra_bottleneck_size": 128,
19
+ "key_query_shared_bottleneck": true,
20
+ "label2id": {
21
+ "LABEL_0": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "mobilebert",
26
+ "normalization_type": "no_norm",
27
+ "num_attention_heads": 4,
28
+ "num_feedforward_networks": 4,
29
+ "num_hidden_layers": 24,
30
+ "pad_token_id": 0,
31
+ "transformers_version": "4.29.2",
32
+ "trigram_input": true,
33
+ "true_hidden_size": 128,
34
+ "type_vocab_size": 2,
35
+ "use_bottleneck": true,
36
+ "use_bottleneck_attention": false,
37
+ "vocab_size": 30522
38
+ }
pytorch_model/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
pytorch_model/tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6128e4165e81d1f0a78d6c4bbc7435daa24f8e7e8ed304404d12dec7cbe9f04
3
+ size 99830680
pytorch_model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "MobileBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
pytorch_model/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
tensorflow_model/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/mobilebert-uncased",
3
+ "architectures": [
4
+ "MobileBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_activation": false,
8
+ "classifier_dropout": null,
9
+ "embedding_size": 128,
10
+ "hidden_act": "relu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 512,
13
+ "id2label": {
14
+ "0": "LABEL_0"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 512,
18
+ "intra_bottleneck_size": 128,
19
+ "key_query_shared_bottleneck": true,
20
+ "label2id": {
21
+ "LABEL_0": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "mobilebert",
26
+ "normalization_type": "no_norm",
27
+ "num_attention_heads": 4,
28
+ "num_feedforward_networks": 4,
29
+ "num_hidden_layers": 24,
30
+ "pad_token_id": 0,
31
+ "transformers_version": "4.29.2",
32
+ "trigram_input": true,
33
+ "true_hidden_size": 128,
34
+ "type_vocab_size": 2,
35
+ "use_bottleneck": true,
36
+ "use_bottleneck_attention": false,
37
+ "vocab_size": 30522
38
+ }
tensorflow_model/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tensorflow_model/tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe856b928ca75ebe32484f19097d4fa35600b9e0fd84d0473e3b596477f77dd
3
+ size 99828456
tensorflow_model/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tensorflow_model/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "MobileBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
tensorflow_model/vocab.txt ADDED
The diff for this file is too large to render. See raw diff