Akash7897 commited on
Commit
7a8a438
1 Parent(s): 7a261ae

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.16.2",
24
+ "vocab_size": 30522
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f281ebaf237fb5be2e2af9d969f56228c22c57fb7bdce22a5546e5c9ba208108
3
+ size 267858673
runs/Mar02_19-09-10_4d3fd8a82b8e/1646248190.2862866/events.out.tfevents.1646248190.4d3fd8a82b8e.73.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a925c0792abb908659c9f40e430e4132093bd0ce2a156755eec22aaaf15041
3
+ size 4830
runs/Mar02_19-09-10_4d3fd8a82b8e/events.out.tfevents.1646248190.4d3fd8a82b8e.73.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7824aae21bac78a06acff2ab2ea25e587ebbe33a400deed3152924b75701becf
3
+ size 40
runs/Mar02_19-10-32_4d3fd8a82b8e/1646248241.4655356/events.out.tfevents.1646248241.4d3fd8a82b8e.73.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c41ad30fd1c34421904983eee417db9512fa1ea5eb5679edb84bc7917366d0ea
3
+ size 4830
runs/Mar02_19-10-32_4d3fd8a82b8e/events.out.tfevents.1646248241.4d3fd8a82b8e.73.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d4d1300c101e47ca7c53186fe4f8bee6cc4d7ba7a174376611b4c881ae384a
3
+ size 40
runs/Mar02_19-12-44_4d3fd8a82b8e/1646248370.4288871/events.out.tfevents.1646248370.4d3fd8a82b8e.649.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f3c87e5c603b4cd781475c0845255596c31f448e887d917af9287edd9b427e
3
+ size 4830
runs/Mar02_19-12-44_4d3fd8a82b8e/events.out.tfevents.1646248370.4d3fd8a82b8e.649.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:374fbdd63bb8b23a91d1590fc1e04e0dbb538da611297eb712d61b08e6b2379b
3
+ size 4829
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4a9ba68241a61933bc2fcd4cb5c874a8873a86d1feb85a5e228fd9aa58e766a
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff