Sayan01 commited on
Commit
ce69769
1 Parent(s): cb1300a

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "huawei-noah/TinyBERT_General_4L_312D",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "cell": {},
8
+ "classifier_dropout": null,
9
+ "emb_size": 312,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "negative",
15
+ "1": "positive"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 1200,
19
+ "label2id": {
20
+ "negative": "0",
21
+ "positive": "1"
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 4,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "pre_trained": "",
31
+ "problem_type": "single_label_classification",
32
+ "structure": [],
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.29.1",
35
+ "type_vocab_size": 2,
36
+ "use_cache": true,
37
+ "vocab_size": 30522
38
+ }
logs/1684148919.6038795/events.out.tfevents.1684148919.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c732a041d3a9f261e7034847c06411b9116025e7ef2f206474bbe1b46b5a17d
3
+ size 5590
logs/1684148976.8514187/events.out.tfevents.1684148976.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66473ffccb11483a7c2aa0e0b536ff7c5ea04691469a78757ce6f82f5db1f504
3
+ size 5590
logs/1684149047.261327/events.out.tfevents.1684149047.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ed57287f21970e8ac30a6ba82748b6b85c4059cda8b69ce5e7f26ec3a9a8925
3
+ size 5590
logs/events.out.tfevents.1684148824.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c95c467caeb841290fbc73037bc8dd89be7400a8c0db2f9fd04be363f26175
3
+ size 4379
logs/events.out.tfevents.1684148975.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b750a4027cf5fe07ea3735b1b4140f6061e868e8d5ff64f6defcc92d735da31
3
+ size 4380
logs/events.out.tfevents.1684149046.418f83ca7927 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283e4780d79cc14f7afe0effcf865446bfadeacd7c885b46803a2e44d5e5efa1
3
+ size 4536
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b42d9e1067eb401a86bd9f1c1d49e98fc25468360457324ede2a8d63cf666de
3
+ size 57431183
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
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:f6a861cfc2c023fb7f02e3ab9d195e7abf4e94d2e43c229c4990dc0c65c4b3bb
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff