gokuls commited on
Commit
5faf697
·
1 Parent(s): f163991

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForMaskedLM"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "initializer_range": 0.02,
11
+ "max_position_embeddings": 512,
12
+ "model_type": "hybridbert",
13
+ "n_heads": 12,
14
+ "n_layers": 12,
15
+ "pad_token_id": 0,
16
+ "qa_dropout": 0.1,
17
+ "seq_classif_dropout": 0.2,
18
+ "sinusoidal_pos_embds": true,
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.26.1",
21
+ "vocab_size": 30522
22
+ }
logs/1677484499.7101789/events.out.tfevents.1677484499.serv-3329.3243921.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e35ae86b617cebbb1169e3f5fb5b4a5b18ce1b0da0d2911ea1cd4c64467267a
3
+ size 5691
logs/1677487993.212423/events.out.tfevents.1677487993.serv-3330.3778151.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8bcfa0e4247d44e00b46b39f2b5706fdd2b62d53cdc09672537947efdab35b9
3
+ size 5704
logs/1677488622.2929082/events.out.tfevents.1677488622.serv-3330.3786956.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08776c0601d407a8365131fdbd1fd17c6449f3dac75c619a0d5cc225a645987c
3
+ size 5704
logs/1677503317.6890013/events.out.tfevents.1677503317.serv-3331.970357.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d424d725691789e97e329fc68252adefda3cb64fbd9981b63f86a1f73a7ece
3
+ size 5691
logs/events.out.tfevents.1677484499.serv-3329.3243921.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41422d43ef938abbeb6f084a3431813cff335d26cb8c5f2c20a857a1761b5110
3
+ size 3562
logs/events.out.tfevents.1677487993.serv-3330.3778151.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d1def0c336956499d1f10849a29371f9b4e3efe58ff7e8c564bc08e72ab4e5
3
+ size 3607
logs/events.out.tfevents.1677488622.serv-3330.3786956.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0923642b7a7b525e586b0275b8156df34c6900845ff6a0b3de7b5897544792cc
3
+ size 3610
logs/events.out.tfevents.1677503317.serv-3331.970357.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61402fb6be2a3387b5bdf98b252d6d9bef1d2f2e642646e88f5ea230e650fb1b
3
+ size 4080
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75c8b1be1cc3a06629607b8bdac068234403fed614305ea26d6609cab8cdf06
3
+ size 424478977
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": 512,
6
+ "name_or_path": "bert-base-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": "BertTokenizer",
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:c4a152bf06d3867438397a1c3771af2ddf6a5fd462f2502490db9977de790e2a
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff