Alireza1044 commited on
Commit
7825517
1 Parent(s): 24bf85d

Training in progress, step 500

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": 512,
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.20.0.dev0",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4380bd530fef80c6bca6396553b2ec6f025fb2cfebaa5132f6961c29e5e6a48
3
+ size 98720191
runs/Jun14_09-17-09_labgpu/1655199027.7116456/events.out.tfevents.1655199027.labgpu.8111.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77b4bc41860accc34ade24ab7859ad2b5fbfd848c6880f2988a3bd5ec0f0543
3
+ size 5242
runs/Jun14_09-17-09_labgpu/events.out.tfevents.1655199027.labgpu.8111.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2dfa6f4b904362ed18d501a6d868411bad9f3208e0f32dce1c3bce71762c80
3
+ size 3984
runs/Jun14_09-45-02_labgpu/1655199934.764648/events.out.tfevents.1655199934.labgpu.8255.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d975c17074d4fda5913fbb15e4879406de165bc349c4bf86923d984cb2ed3090
3
+ size 5242
runs/Jun14_09-45-02_labgpu/events.out.tfevents.1655199934.labgpu.8255.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9021d6089b2c0cdb9b9b35d49d94b7d764deb7f0ca8cc5951d86e7b1167a4a6
3
+ size 4140
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "name_or_path": "google/mobilebert-uncased",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "special_tokens_map_file": null,
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "MobileBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417e0f51cedfa5db038376be7d31d5ff2ab509befdb6ed9d7f0b1948433388b3
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff