abelvs commited on
Commit
a9c351a
1 Parent(s): c0090da

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.28.1",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ef01a4d67dc63e0c88d0349a7efe2f30d8f57dfe21db8cfad9ad3fa7e43c5d9
3
+ size 430957037
runs/May21_12-07-48_49ef74721a14/1684670874.372672/events.out.tfevents.1684670874.49ef74721a14.221413.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8b937c148fc302bd1f9a874bf0927fe4391f8aafd973479821e01a663ddc766
3
+ size 5880
runs/May21_12-07-48_49ef74721a14/events.out.tfevents.1684670874.49ef74721a14.221413.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bffa3795991bc4a5a455229f8bc7d90061cdf794562981f04b156371488f634
3
+ size 3992
runs/May21_12-09-04_49ef74721a14/1684670950.4648838/events.out.tfevents.1684670950.49ef74721a14.221413.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81bf1ccafe2f62a597f7400a216ed22127c7cb75e0925ef4c35508db4a754d6
3
+ size 5880
runs/May21_12-09-04_49ef74721a14/events.out.tfevents.1684670950.49ef74721a14.221413.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f32c8f7bb60620892bd7692bf233dd87a176314d072977d0f192636992185a03
3
+ size 3994
runs/May21_12-10-26_49ef74721a14/1684671031.528924/events.out.tfevents.1684671031.49ef74721a14.224080.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025b57eeb8777cf521e44f769636efb016b2bfa5171aa63a801f14bd4c60cb6c
3
+ size 5880
runs/May21_12-10-26_49ef74721a14/1684671073.5750873/events.out.tfevents.1684671073.49ef74721a14.224080.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:500ec13cb93ba83b8f636f32db1617c8875804d8aedac87243c8c8476d2b8068
3
+ size 5880
runs/May21_12-10-26_49ef74721a14/events.out.tfevents.1684671031.49ef74721a14.224080.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b305c5a8b21e6a5b49237bab8eebe274a40206459d05bacbaeea0e2280179ab
3
+ size 3994
runs/May21_12-10-26_49ef74721a14/events.out.tfevents.1684671073.49ef74721a14.224080.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7c3d32d2f7f6f409c4ca6350a1566d4d48e3369964c21f4532224aad079af5
3
+ size 4779
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": false,
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:90cb80dd32415bc1f956fa40030b5e9c5382671e2f79f89e7c0422b54d1aea0a
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff