himanimaheshwari3 commited on
Commit
ff5f0e3
·
1 Parent(s): a91f334

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
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
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.31.0",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e99314235ae04bbbf2287a436979c61534352286f66d04379b17cb194bd6fec0
3
+ size 267978033
runs/Aug01_11-02-18_b25c0206e423/events.out.tfevents.1690887752.b25c0206e423.758.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aea8fc603f464041ed05aa3d480fc473ca8f7210874a18414af15e0dde8d0b18
3
+ size 13167
runs/Aug01_11-02-47_b25c0206e423/events.out.tfevents.1690887778.b25c0206e423.758.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea117cb98344a7e542d034cdb121424009be2cc80d9f39d6539150cb339eea3d
3
+ size 13167
runs/Aug01_11-03-12_b25c0206e423/events.out.tfevents.1690887808.b25c0206e423.758.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b0d993f27533b0fec33930339c2c9c497afb65e6b5637109b19faf16ec1db7
3
+ size 13167
runs/Aug01_11-03-39_b25c0206e423/events.out.tfevents.1690887832.b25c0206e423.758.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea50230bedc54e88478fe1ece75339af1931cdfb6fca1be31356df031a49db0d
3
+ size 13167
runs/Aug01_11-04-09_b25c0206e423/events.out.tfevents.1690887860.b25c0206e423.758.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b339f1495363728f1d14ae8ed3e0d06aad36867e584b31046984ad9a57d57385
3
+ size 13167
runs/Aug01_11-04-09_b25c0206e423/events.out.tfevents.1690887872.b25c0206e423.758.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407723abdd47ed8e1580f1e771f6c950cd7a9b3d195dc6b6129c205130f4198b
3
+ size 354
runs/Aug01_11-04-44_b25c0206e423/events.out.tfevents.1690887897.b25c0206e423.758.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:460d3ebb172fb0f8486abaa817728322171e4f5ea241c4f35e6ea3529e1b0456
3
+ size 13167
runs/Aug01_11-05-12_b25c0206e423/events.out.tfevents.1690887926.b25c0206e423.758.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28441cf414cef58583929b408f780285c424b6d8d224020da1ba9fc7880218af
3
+ size 13167
runs/Aug01_11-05-12_b25c0206e423/events.out.tfevents.1690887940.b25c0206e423.758.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54fab0f46cde47028f021735237e5d16076ca449eadc0315f607b13f87341d8
3
+ size 354
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": "DistilBertTokenizer",
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:3f3c3ff8a4a382e0185e11c2ef691588d579ff82bcedda12e687d9d6320df4d7
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff