Roshan777 commited on
Commit
5204575
·
1 Parent(s): 2c2fb8f

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.17.0",
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:ce15b5506495c107a05021c29dd6dea0d31e0522a96661f76e313f2cd4cb93d8
3
+ size 267859057
runs/Mar26_12-10-44_7632fae6fc27/1648296655.0741138/events.out.tfevents.1648296655.7632fae6fc27.63.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7934bddf3f69afe70853870fd29564223ae7d22b43da332c6c25f08285e95706
3
+ size 4820
runs/Mar26_12-10-44_7632fae6fc27/events.out.tfevents.1648296655.7632fae6fc27.63.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5222ea88ce47ccd5a9fbe0917fe3213cb2b825822d700676b11b591a7a250f
3
+ size 3243
runs/Mar26_12-18-07_7632fae6fc27/1648297097.9040465/events.out.tfevents.1648297097.7632fae6fc27.63.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c437e73b43b944b38167a3a933a223b71b9b45320fc7df492837de1c75749c46
3
+ size 4820
runs/Mar26_12-18-07_7632fae6fc27/events.out.tfevents.1648297097.7632fae6fc27.63.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc3ce1106f636fe5f64055882bebda13aee073152a53f89cf8be50caf251a78
3
+ size 40
runs/Mar26_12-21-46_7632fae6fc27/1648297315.0602634/events.out.tfevents.1648297315.7632fae6fc27.693.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea6759dd8b8c98de0a6401908442237bf2dcf7bcf6ba775ed4c14c1dc4d05da
3
+ size 4820
runs/Mar26_12-21-46_7632fae6fc27/events.out.tfevents.1648297315.7632fae6fc27.693.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc6a4d8ae9c59b65786b275eafe23551cce3711a01586a7125fe0c87607a36a
3
+ size 3243
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:6ad3e3f515dc27c0f2d5f12fa1ee061bf79e576e3d0273c9d21871a7cf39c3a2
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff