gokuls commited on
Commit
b9f0c3b
1 Parent(s): 8bb844a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "cola",
11
+ "hidden_act": "relu",
12
+ "hidden_dropout_prob": 0.0,
13
+ "hidden_size": 256,
14
+ "id2label": {
15
+ "0": "unacceptable",
16
+ "1": "acceptable"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 512,
20
+ "intra_bottleneck_size": 128,
21
+ "key_query_shared_bottleneck": true,
22
+ "label2id": {
23
+ "acceptable": 1,
24
+ "unacceptable": 0
25
+ },
26
+ "layer_norm_eps": 1e-12,
27
+ "max_position_embeddings": 512,
28
+ "model_type": "mobilebert",
29
+ "normalization_type": "no_norm",
30
+ "num_attention_heads": 4,
31
+ "num_feedforward_networks": 4,
32
+ "num_hidden_layers": 24,
33
+ "pad_token_id": 0,
34
+ "problem_type": "single_label_classification",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.26.0",
37
+ "trigram_input": true,
38
+ "true_hidden_size": 128,
39
+ "type_vocab_size": 2,
40
+ "use_bottleneck": true,
41
+ "use_bottleneck_attention": false,
42
+ "vocab_size": 30522
43
+ }
logs/1675290531.3561966/events.out.tfevents.1675290531.serv-3332.749437.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54ff467c9b6ff3fe1e8af241d0b1b39c867314f5ef34b2fadaa0fe3201647e2c
3
+ size 5784
logs/events.out.tfevents.1675290531.serv-3332.749437.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef2e9ec7bc06b5fb2c75d8a303c8b6740cd11e5aedbf0781f36e1c1ba84bbdc
3
+ size 4812
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d8d795c431ce00009226aa7b1adbacfb2527d5fae142131b09bf4018449a17
3
+ size 85162919
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:2e0e978e4c830e1c5420a2d46fa13fbeb9744e736361c3d52fbf9645c9f3b5bd
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff