gokuls commited on
Commit
76e1c8f
1 Parent(s): 193baf6

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "mnli",
11
+ "hidden_act": "relu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 128,
14
+ "id2label": {
15
+ "0": "entailment",
16
+ "1": "neutral",
17
+ "2": "contradiction"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 512,
21
+ "intra_bottleneck_size": 128,
22
+ "key_query_shared_bottleneck": true,
23
+ "label2id": {
24
+ "contradiction": 2,
25
+ "entailment": 0,
26
+ "neutral": 1
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "mobilebert",
31
+ "normalization_type": "no_norm",
32
+ "num_attention_heads": 4,
33
+ "num_feedforward_networks": 4,
34
+ "num_hidden_layers": 24,
35
+ "pad_token_id": 0,
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.26.0",
39
+ "trigram_input": true,
40
+ "true_hidden_size": 128,
41
+ "type_vocab_size": 2,
42
+ "use_bottleneck": true,
43
+ "use_bottleneck_attention": false,
44
+ "vocab_size": 30522
45
+ }
logs/1674685502.7680786/events.out.tfevents.1674685502.garda.227848.25 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b7a37862d18065b8a310eb03a9a8a692be0df2af371655b1ffb1231552e1e71
3
+ size 5748
logs/events.out.tfevents.1674685502.garda.227848.24 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e25dc439b28f831a86e49e3b8c992e82a8ebd7dc2d0b244c31df1a714b2e7b97
3
+ size 4804
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b16a52169b0454556ca36301a77e76c64174fc02b467d570b8f47de20848fdb
3
+ size 78372455
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 1000000000000000019884624838656,
6
+ "name_or_path": "google/mobilebert-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": "MobileBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd9c7dfd835a9efc4bb65f939542005457459d1a7bdd4fe375f662e178c3e30
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff